Package | Description |
---|---|
org.hibernate.envers.query |
Modifier and Type | Method and Description |
---|---|
static AuditProperty<java.lang.Object> |
AuditEntity.property(java.lang.String propertyName)
Create restrictions, projections and specify order for a property of an audited entity.
|
static AuditProperty<java.lang.Number> |
AuditEntity.revisionNumber()
Create restrictions, projections and specify order for the revision number, corresponding to an
audited entity.
|
static AuditProperty<java.lang.Object> |
AuditEntity.revisionProperty(java.lang.String propertyName)
Create restrictions, projections and specify order for a property of the revision entity,
corresponding to an audited entity.
|
static AuditProperty<RevisionType> |
AuditEntity.revisionType()
Create restrictions, projections and specify order for the revision type, corresponding to an
audited entity.
|
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.