Package org.hibernate.envers.boot.model
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
Get an unmodifiable list of joins associated with entity mapping.- Returns:
- list of joins
-
addJoin
Add a secondary table join to the entity mapping.- Parameters:
join
- the secondary table join, should never benull
-