Uses of Interface
org.hibernate.envers.query.projection.AuditProjection
-
Packages that use AuditProjection Package Description org.hibernate.envers.query org.hibernate.envers.query.criteria org.hibernate.envers.query.internal.impl org.hibernate.envers.query.projection.internal -
-
Uses of AuditProjection in org.hibernate.envers.query
Methods in org.hibernate.envers.query that return AuditProjection Modifier and Type Method Description static AuditProjection
AuditEntity. 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)
AuditQuery
AuditQuery. 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 class
AuditFunction
Create restrictions or projections using a function.class
AuditId<T>
Create restrictions and projections for the id of an audited entity.class
AuditProperty<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 AuditProjection
AuditProperty. count()
Projection counting the valuesAuditProjection
AuditProperty. countDistinct()
Projection counting distinct valuesAuditProjection
AuditProperty. distinct()
Projection on distinct valuesAuditProjection
AuditProperty. function(String functionName)
Projection using a custom functionAuditProjection
AuditProperty. max()
Projection on the maximum valueAuditProjection
AuditProperty. min()
Projection on the minimum value -
Uses of AuditProjection in org.hibernate.envers.query.internal.impl
Fields in org.hibernate.envers.query.internal.impl with type parameters of type AuditProjection Modifier and Type Field Description protected List<Pair<String,AuditProjection>>
AbstractAuditQuery. projections
Methods in org.hibernate.envers.query.internal.impl with parameters of type AuditProjection Modifier and Type Method Description AbstractAuditAssociationQuery<Q>
AbstractAuditAssociationQuery. addProjection(AuditProjection projection)
AuditQuery
AbstractAuditQuery. addProjection(AuditProjection projection)
void
AbstractAuditAssociationQuery. registerProjection(String entityName, AuditProjection projection)
void
AbstractAuditQuery. registerProjection(String entityName, AuditProjection projection)
-
Uses of AuditProjection in org.hibernate.envers.query.projection.internal
Classes in org.hibernate.envers.query.projection.internal that implement AuditProjection Modifier and Type Class Description class
EntityAuditProjection
class
PropertyAuditProjection
-