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
Subclasses with type arguments of type AggregatedAuditExpression.AggregatedMode in org.hibernate.envers.query.criteriaMethods 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, org.hibernate.envers.query.internal.property.PropertyNameGetter propertyNameGetter, AggregatedAuditExpression.AggregatedMode mode)