Uses of Class
org.hibernate.envers.query.criteria.AggregatedAuditExpression
-
Packages that use AggregatedAuditExpression Package Description org.hibernate.envers.query.criteria -
-
Uses of AggregatedAuditExpression in org.hibernate.envers.query.criteria
Methods in org.hibernate.envers.query.criteria that return AggregatedAuditExpression Modifier and Type Method Description AggregatedAuditExpression
AggregatedAuditExpression. add(AuditCriterion criterion)
AggregatedAuditExpression
AggregatedAuditExpression. computeAggregationInInstanceContext()
Compute aggregated expression in the context of each entity instance separately.AggregatedAuditExpression
AuditProperty. maximize()
Apply a "maximalize" constraint, with the ability to specify further constraints on the maximized propertyAggregatedAuditExpression
AuditProperty. minimize()
Apply a "minimize" constraint, with the ability to specify further constraints on the minimized property
-