| Name | Description | Type | Package | Framework |
| EntityPropertyName | Used for specifying restrictions on a property of an audited entity. | Class | org.hibernate.envers.query.property | Hibernate ORM |
| ModifiedFlagPropertyName | Class | org.hibernate.envers.query.property | Hibernate ORM | |
| OriginalIdPropertyName | Used for specifying restrictions on the identifier. | Class | org.hibernate.envers.query.property | Hibernate ORM |
| PropertyNameGetter | Provides a function to get the name of a property, which is used in a query, to apply some restrictions on it. | Interface | org.hibernate.envers.query.property | Hibernate ORM |
| RevisionNumberPropertyName | Used for specifying restrictions on the revision number, corresponding to an audit entity. | Class | org.hibernate.envers.query.property | Hibernate ORM |
| RevisionPropertyPropertyName | Used for specifying restrictions on a property of the revision entity, which is associated with an audit entity. | Class | org.hibernate.envers.query.property | Hibernate ORM |
| RevisionTypePropertyName | Used for specifying restrictions on the revision number, corresponding to an audit entity. | Class | org.hibernate.envers.query.property | Hibernate ORM |