|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuditProperty | |
---|---|
org.hibernate.envers.query |
Uses of AuditProperty in org.hibernate.envers.query |
---|
Methods in org.hibernate.envers.query that return AuditProperty | |
---|---|
static AuditProperty<Object> |
AuditEntity.property(String propertyName)
Create restrictions, projections and specify order for a property of an audited entity. |
static AuditProperty<Number> |
AuditEntity.revisionNumber()
Create restrictions, projections and specify order for the revision number, corresponding to an audited entity. |
static AuditProperty<Object> |
AuditEntity.revisionProperty(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |