Uses of Class
org.hibernate.envers.query.criteria.AggregatedAuditExpression.AggregatedMode
-
Packages that use AggregatedAuditExpression.AggregatedMode Package Description org.hibernate.envers.query.criteria -
-
Uses of AggregatedAuditExpression.AggregatedMode in org.hibernate.envers.query.criteria
Methods in org.hibernate.envers.query.criteria that return AggregatedAuditExpression.AggregatedMode Modifier and Type Method Description static AggregatedAuditExpression.AggregatedMode
AggregatedAuditExpression.AggregatedMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AggregatedAuditExpression.AggregatedMode[]
AggregatedAuditExpression.AggregatedMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.envers.query.criteria with parameters of type AggregatedAuditExpression.AggregatedMode Constructor Description AggregatedAuditExpression(java.lang.String alias, org.hibernate.envers.query.internal.property.PropertyNameGetter propertyNameGetter, AggregatedAuditExpression.AggregatedMode mode)
-