Package org.hibernate.envers.boot.model
Interface JoinAwarePersistentEntity
-
- All Known Implementing Classes:
DiscriminatorPersistentEntity,RootPersistentEntity
public interface JoinAwarePersistentEntityContract for entity mappings that support secondary table joins.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddJoin(Join join)Add a secondary table join to the entity mapping.List<Join>getJoins()Get an unmodifiable list of joins associated with entity mapping.
-