Package | Description |
---|---|
org.hibernate.envers.query | |
org.hibernate.envers.query.criteria |
Modifier and Type | Method and Description |
---|---|
static AuditProjection |
AuditEntity.selectEntity(boolean distinct)
Adds a projection to the current entity itself.
|
Modifier and Type | Method and Description |
---|---|
AuditAssociationQuery<Q> |
AuditAssociationQuery.addProjection(AuditProjection projection) |
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 |
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
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.