Interface JoinAwarePersistentEntity
- All Known Implementing Classes:
DiscriminatorPersistentEntity, RootPersistentEntity
public interface JoinAwarePersistentEntity
Contract for entity mappings that support secondary table joins.
-
Method Summary
-
Method Details
-
getJoins
-
addJoin
Add a secondary table join to the entity mapping.- Parameters:
join- the secondary table join, should never benull
-