Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 457 Bytes

File metadata and controls

7 lines (5 loc) · 457 Bytes

jpa-hibernate-branches

JPA entities which may be branched to have more than one branch of entity (with children) at time.

Also, custom generator used for @EmbeddedId (because phrase "You can also generate properties inside an @EmbeddedId class" from hibernate manual is lie). So, custom sequence generator used instead of @GeneratedValue for @EmbeddedId.