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 AggregatedAuditExpressionAggregatedAuditExpression. add(AuditCriterion criterion)AggregatedAuditExpressionAggregatedAuditExpression. computeAggregationInInstanceContext()Compute aggregated expression in the context of each entity instance separately.AggregatedAuditExpressionAuditProperty. maximize()Apply a "maximalize" constraint, with the ability to specify further constraints on the maximized propertyAggregatedAuditExpressionAuditProperty. minimize()Apply a "minimize" constraint, with the ability to specify further constraints on the minimized property
-