0
votes
JPA Composite Key + Sequence
I notice that it appears your building a composite primary key like this …
1
vote
Handling creation of ORM objects prior to persistence/generation of primary keys?
Posting this mostly because I can't leave this complicated of comment... but anyway...
Normally when I look at EmbeddedId type things I see things like from this …
1
vote
JPA/Hibernate - Embedding an Attribute
I have a similar problem in my own schema so what I've resorted to at the moment is like this:
Parent class:
@Entity
@Inheritance(strategy = InheritanceType.TABLE_PER_CLASS) …
