Uses of Interface
org.hibernate.envers.query.projection.AuditProjection
Packages that use AuditProjection
Package
Description
-
Uses of AuditProjection in org.hibernate.envers.query
Methods in org.hibernate.envers.query that return AuditProjectionModifier and TypeMethodDescriptionstatic AuditProjection
AuditEntity.selectEntity
(boolean distinct) Adds a projection to the current entity itself.Methods in org.hibernate.envers.query with parameters of type AuditProjectionModifier and TypeMethodDescriptionAuditAssociationQuery.addProjection
(AuditProjection projection) AuditQuery.addProjection
(AuditProjection projection) -
Uses of AuditProjection in org.hibernate.envers.query.criteria
Classes in org.hibernate.envers.query.criteria that implement AuditProjectionModifier and TypeClassDescriptionclass
Create restrictions or projections using a function.class
AuditId<T>
Create restrictions and projections for the id of an audited entity.class
Create restrictions, projections and specify order for a property of an audited entity.Methods in org.hibernate.envers.query.criteria that return AuditProjectionModifier and TypeMethodDescriptionAuditProperty.count()
Projection counting the valuesAuditProperty.countDistinct()
Projection counting distinct valuesAuditProperty.distinct()
Projection on distinct valuesProjection using a custom functionAuditProperty.max()
Projection on the maximum valueAuditProperty.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 AuditProjectionModifier and TypeFieldDescriptionprotected final List<Pair<String,
AuditProjection>> AbstractAuditQuery.projections
Methods in org.hibernate.envers.query.internal.impl with parameters of type AuditProjectionModifier and TypeMethodDescriptionAbstractAuditAssociationQuery.addProjection
(AuditProjection projection) 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