Uses of Class
org.hibernate.envers.query.criteria.AuditRelatedId
-
Packages that use AuditRelatedId Package Description org.hibernate.envers.query -
-
Uses of AuditRelatedId in org.hibernate.envers.query
Methods in org.hibernate.envers.query that return AuditRelatedId Modifier and Type Method Description static AuditRelatedId
AuditEntity. relatedId(String propertyName)
Create restrictions on an id of a related entity.static AuditRelatedId
AuditEntity. relatedId(String alias, String propertyName)
Create restrictions on an id of a related entity.
-