Uses of Interface
org.hibernate.envers.query.projection.AuditProjection

Packages that use AuditProjection
org.hibernate.envers.query   
org.hibernate.envers.query.criteria   
org.hibernate.envers.query.impl   
org.hibernate.envers.query.projection   
 

Uses of AuditProjection in org.hibernate.envers.query
 

Methods in org.hibernate.envers.query with parameters of type AuditProjection
 AuditQuery AuditQuery.addProjection(AuditProjection projection)
           
 

Uses of AuditProjection in org.hibernate.envers.query.criteria
 

Classes in org.hibernate.envers.query.criteria that implement AuditProjection
 class AuditProperty<T>
          Create restrictions, projections and specify order for a property of an audited entity.
 

Methods in org.hibernate.envers.query.criteria that return AuditProjection
 AuditProjection AuditProperty.count()
          Projection counting the values
 AuditProjection AuditId.count(String idPropertyName)
          Projection counting the values TODO: idPropertyName isn't needed, should be read from the configuration
 AuditProjection AuditProperty.countDistinct()
          Projection counting distinct values
 AuditProjection AuditProperty.distinct()
          Projection on distinct values
 AuditProjection AuditProperty.function(String functionName)
          Projection using a custom function
 AuditProjection AuditProperty.max()
          Projection on the maximum value
 AuditProjection AuditProperty.min()
          Projection on the minimum value
 

Uses of AuditProjection in org.hibernate.envers.query.impl
 

Methods in org.hibernate.envers.query.impl with parameters of type AuditProjection
 AuditQuery AbstractAuditQuery.addProjection(AuditProjection projection)
           
 

Uses of AuditProjection in org.hibernate.envers.query.projection
 

Classes in org.hibernate.envers.query.projection that implement AuditProjection
 class PropertyAuditProjection
           
 



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