Login
Remember
Register
Ask a Question
What are the inheritance mapping strategies?
0
votes
asked
Jan 1, 2024
in
Hibernate
by
rajeshsharma
What are the inheritance mapping strategies?
inheritance-mapping-strategies
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 1, 2024
by
rajeshsharma
There are 3 ways of inheritance mapping in hibernate.
Table per hierarchy
Table per concrete class
Table per subclass
...