Uses of Interface
org.hibernate.envers.query.projection.AuditProjection
-
Packages that use AuditProjection Package Description org.hibernate.envers.query org.hibernate.envers.query.criteria -
-
Uses of AuditProjection in org.hibernate.envers.query
Methods in org.hibernate.envers.query that return AuditProjection Modifier and Type Method Description static AuditProjectionAuditEntity. selectEntity(boolean distinct)Adds a projection to the current entity itself.Methods in org.hibernate.envers.query with parameters of type AuditProjection Modifier and Type Method Description AuditAssociationQuery<Q>AuditAssociationQuery. addProjection(AuditProjection projection)AuditQueryAuditQuery. addProjection(AuditProjection projection) -
Uses of AuditProjection in org.hibernate.envers.query.criteria
Classes in org.hibernate.envers.query.criteria that implement AuditProjection Modifier and Type Class Description classAuditFunctionCreate restrictions or projections using a function.classAuditId<T>Create restrictions and projections for the id of an audited entity.classAuditProperty<T>Create restrictions, projections and specify order for a property of an audited entity.Methods in org.hibernate.envers.query.criteria that return AuditProjection Modifier and Type Method Description AuditProjectionAuditProperty. count()Projection counting the valuesAuditProjectionAuditProperty. countDistinct()Projection counting distinct valuesAuditProjectionAuditProperty. distinct()Projection on distinct valuesAuditProjectionAuditProperty. function(String functionName)Projection using a custom functionAuditProjectionAuditProperty. max()Projection on the maximum valueAuditProjectionAuditProperty. min()Projection on the minimum value
-