Skip to content

Kehula/java-hibernate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-hibernate

Первые попытки освоить Hibernate @GeneratedValue(strategy = %v)

  • GenerationType.IDENTITY - генерирует ключ через БД
  • GenerationType.SEQUENCE - лезет в таблицу hibernate_sequence за ключом
  • GenerationType.TABLE - лезет в таблицу hibernate_sequences за ключом
  • About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages