List Question
20 TechQA 2022-11-14T12:50:56.403000Mapped subclass is retrieved as superclass by Hibernate
222 views
Asked by Giorgio
Can I search subclasses by type without joining every subclass table using Hibernate?
123 views
Asked by FatherIceman
is there a way to do a bidirectionnal relationship with entity inheritance.joined in JPA with discrimanator value?
43 views
Asked by Jefferson Bien-Aime
Hibernate filter in subclass
276 views
Asked by Javad Kargar
Hibernate: Problems using PolymorphismType.EXPLICIT and InheritanceType.JOINED
562 views
Asked by stamm
How to access discriminator column in JPA
21.2k views
Asked by Dims
Hibernate Joined inheritance: Query records by ID ONLY from child table
1.1k views
Asked by ivan_fedorov
An issue when I use unidirectional One-To-Many and Table Per Class InheritanceType in Hibernate
315 views
Asked by Zhiqiang Liu
How to specify which class should extend MappedSuperclass
71 views
Asked by PMV
NHibernate <Join> within <joined-subclass> or Alternative
249 views
Asked by Robert Slade Lewis
NHiberate Joined Subclass Invalid Property
360 views
Asked by Mike Anderson
Hibernate omit table when extended class contains only embeded collection
188 views
Asked by megloff
JPA @PrePersist and @PreUpdate order when using inheritance
8.6k views
Asked by Aliuk
JPA - Override bean validation in joined-strategy inheritance
529 views
Asked by Aliuk
Getting table-per-subclass objects in NHibernate
609 views
Asked by spamguy
How to avoid unnecessary inner join on a simple query on entity inheritance mapped with JOINED strategy?
1.7k views
Asked by Rafael Vanderlei
Why hibernate selects entities before persisting entities mapped by joined_subclass inheritance type?
437 views
Asked by Volodymyr Levytskyi