| Package | Description | 
|---|---|
| org.hibernate.envers.query | |
| org.hibernate.envers.query.criteria | |
| org.hibernate.envers.query.internal.impl | |
| org.hibernate.envers.query.projection.internal | 
| Modifier and Type | Method and Description | 
|---|---|
AuditQuery | 
AuditQuery.addProjection(AuditProjection projection)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AuditId<T>
Create restrictions and projections for the id of an audited entity. 
 | 
class  | 
AuditProperty<T>
Create restrictions, projections and specify order for a property of an audited entity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AuditProjection | 
AuditProperty.count()
Projection counting the values 
 | 
AuditProjection | 
AuditId.count(String idPropertyName)
Deprecated. 
 
 | 
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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AuditQuery | 
AbstractAuditQuery.addProjection(AuditProjection projection)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PropertyAuditProjection  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.