Uses of Class
org.hibernate.envers.boot.model.Join
-
Packages that use Join Package Description org.hibernate.envers.boot.model -
-
Uses of Join in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model that return types with arguments of type Join Modifier and Type Method Description List<Join>
DiscriminatorPersistentEntity. getJoins()
List<Join>
JoinAwarePersistentEntity. getJoins()
Get an unmodifiable list of joins associated with entity mapping.List<Join>
RootPersistentEntity. getJoins()
Methods in org.hibernate.envers.boot.model with parameters of type Join Modifier and Type Method Description void
DiscriminatorPersistentEntity. addJoin(Join join)
void
JoinAwarePersistentEntity. addJoin(Join join)
Add a secondary table join to the entity mapping.void
RootPersistentEntity. addJoin(Join join)
-