Uses of Enum Class
org.hibernate.envers.query.criteria.AggregatedAuditExpression.AggregatedMode
Packages that use AggregatedAuditExpression.AggregatedMode
-
Uses of AggregatedAuditExpression.AggregatedMode in org.hibernate.envers.query.criteria
Methods in org.hibernate.envers.query.criteria that return AggregatedAuditExpression.AggregatedModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AggregatedAuditExpression.AggregatedMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.envers.query.criteria with parameters of type AggregatedAuditExpression.AggregatedModeModifierConstructorDescriptionAggregatedAuditExpression
(String alias, PropertyNameGetter propertyNameGetter, AggregatedAuditExpression.AggregatedMode mode)