join « EJB « JPA Q&A





1. Custom joins entitys on Hibernate    stackoverflow.com

We have a Hibernate based system with Annotations. Our entities have a custom property DELETED. We have to select non deleted entities with non deleted sub-entities. How can we can do it? Little sample for ...

2. JPA Hibernate: How to prevent join on retrieving?    stackoverflow.com

Suppose I have the following objects (one table per object) with this relations: A -> B -> C -> D If I findById an instance of A, all B, C and D are ...