Package org.hibernate.envers.query.internal.property
-
Interface Summary Interface Description PropertyNameGetter Provides a function to get the name of a property, which is used in a query, to apply some restrictions on it. -
Class Summary Class Description EntityPropertyName Used for specifying restrictions on a property of an audited entity.ModifiedFlagPropertyName PropertyNameGetter for modified flagsOriginalIdPropertyName Used for specifying restrictions on the identifier.RevisionNumberPropertyName Used for specifying restrictions on the revision number, corresponding to an audit entity.RevisionPropertyPropertyName Used for specifying restrictions on a property of the revision entity, which is associated with an audit entity.RevisionTypePropertyName Used for specifying restrictions on the revision number, corresponding to an audit entity.