Skip to content

ky2help/hibernate-test-case-override-identifier-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test cases to highlight differences between @GenericGenerator and @IdGeneratorType

OverrideGenericGeneratorTestCase

  • Overrides the deprecated @GenericGenerator
  • The executed SQL does not contain a database sequence

OverrideIdGeneratorTypeTestCase

  • The new @IdGeneratorType (Hibernate 6.0) cannot be overwritten
  • The executed SQL contains the creation and use of a database sequence

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages