Uses of Class
org.hibernate.envers.query.criteria.AggregatedAuditExpression.AggregatedMode

Packages that use AggregatedAuditExpression.AggregatedMode
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
static AggregatedAuditExpression.AggregatedMode AggregatedAuditExpression.AggregatedMode.valueOf(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
AggregatedAuditExpression(PropertyNameGetter propertyNameGetter, AggregatedAuditExpression.AggregatedMode mode)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.