| Name | Description | Type | Package | Framework |
| BackrefPropertyAccessor | Represents a "back-reference" to the id of a collection owner. | Class | org.hibernate.property | Hibernate ORM |
| BackrefPropertyAccessor .BackrefSetter | Internal implementation of a property setter specific to these back-ref properties. | Class | org.hibernate.property.BackrefPropertyAccessor | Hibernate ORM |
| BasicPropertyAccessor | Accesses property values via a get/set pair, which may be nonpublic. | Class | org.hibernate.property | Hibernate ORM |
| BasicPropertyAccessor .BasicGetter | Class | org.hibernate.property.BasicPropertyAccessor | Hibernate ORM | |
| BasicPropertyAccessor .BasicSetter | Class | org.hibernate.property.BasicPropertyAccessor | Hibernate ORM | |
| ChainedPropertyAccessor | Class | org.hibernate.property | Hibernate ORM | |
| DirectPropertyAccessor | Accesses fields directly. | Class | org.hibernate.property | Hibernate ORM |
| DirectPropertyAccessor .DirectGetter | Class | org.hibernate.property.DirectPropertyAccessor | Hibernate ORM | |
| DirectPropertyAccessor .DirectSetter | Class | org.hibernate.property.DirectPropertyAccessor | Hibernate ORM | |
| EmbeddedPropertyAccessor | Class | org.hibernate.property | Hibernate ORM | |
| EmbeddedPropertyAccessor .EmbeddedGetter | Class | org.hibernate.property.EmbeddedPropertyAccessor | Hibernate ORM | |
| EmbeddedPropertyAccessor .EmbeddedSetter | Class | org.hibernate.property.EmbeddedPropertyAccessor | Hibernate ORM | |
| Getter | Interface | org.hibernate.property | Hibernate ORM | |
| IndexPropertyAccessor | Represents a back-reference to the index of a collection. | Class | org.hibernate.property | Hibernate ORM |
| IndexPropertyAccessor .IndexSetter | The Setter implementation for index backrefs. | Class | org.hibernate.property.IndexPropertyAccessor | Hibernate ORM |
| MapAccessor | Class | org.hibernate.property | Hibernate ORM | |
| MapAccessor .MapGetter | Class | org.hibernate.property.MapAccessor | Hibernate ORM | |
| MapAccessor .MapSetter | Class | org.hibernate.property.MapAccessor | Hibernate ORM | |
| NoopAccessor | Used to declare properties not represented at the pojo levelConstructor SummaryNoopAccessor() | Class | org.hibernate.property | Hibernate ORM |
| PropertyAccessException | A problem occurred accessing a property of an instance of a persistent class by reflection, or via CGLIB. | Class | org.hibernate | Hibernate ORM |
| PropertyAccessor | Abstracts the notion of a property. | Interface | org.hibernate.property | Hibernate ORM |
| PropertyAccessorFactory | A factory for building/retrieving PropertyAccessor instances. | Class | org.hibernate.property | Hibernate ORM |
| PropertyNotFoundException | Indicates that an expected getter or setter method could not beSee Also:Serialized Form | Class | org.hibernate | Hibernate ORM |
| PropertyValueException | Thrown when the (illegal) value of a property can not be persisted. | Class | org.hibernate | Hibernate ORM |
| Setter | Sets values to a particular property. | Interface | org.hibernate.property | Hibernate ORM |