Uses of Package
org.hibernate.property.access.spi
-
Packages that use org.hibernate.property.access.spi Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.property.access.spi An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate.org.hibernate.proxy.pojo Proxies for plain Java objects.org.hibernate.query.derived org.hibernate.tuple Most contracts here have been replaced by the new runtime mapping model. -
Classes in org.hibernate.property.access.spi used by org.hibernate.annotations Class Description PropertyAccessStrategy Describes a strategy for accessing a persistent attribute, for example: field, JavaBean-style property, or whatever. -
Classes in org.hibernate.property.access.spi used by org.hibernate.bytecode.spi Class Description PropertyAccess -
Classes in org.hibernate.property.access.spi used by org.hibernate.mapping Class Description Getter The contract for getting the value of a persistent attribute from its container/owner.PropertyAccessStrategy Describes a strategy for accessing a persistent attribute, for example: field, JavaBean-style property, or whatever.Setter The contract for setting the value of a persistent attribute on its container/owner. -
Classes in org.hibernate.property.access.spi used by org.hibernate.metamodel.mapping Class Description PropertyAccess -
Classes in org.hibernate.property.access.spi used by org.hibernate.metamodel.spi Class Description PropertyAccess -
Classes in org.hibernate.property.access.spi used by org.hibernate.persister.entity Class Description PropertyAccess -
Classes in org.hibernate.property.access.spi used by org.hibernate.property.access.spi Class Description BuiltInPropertyAccessStrategies Describes the built-in externally-nameablePropertyAccessStrategyimplementations.Getter The contract for getting the value of a persistent attribute from its container/owner.PropertyAccess PropertyAccessStrategy Describes a strategy for accessing a persistent attribute, for example: field, JavaBean-style property, or whatever.Setter The contract for setting the value of a persistent attribute on its container/owner.SetterFieldImpl Field-based implementation of SetterSetterMethodImpl -
Classes in org.hibernate.property.access.spi used by org.hibernate.proxy.pojo Class Description Getter The contract for getting the value of a persistent attribute from its container/owner.Setter The contract for setting the value of a persistent attribute on its container/owner. -
Classes in org.hibernate.property.access.spi used by org.hibernate.query.derived Class Description PropertyAccess -
Classes in org.hibernate.property.access.spi used by org.hibernate.tuple Class Description Getter The contract for getting the value of a persistent attribute from its container/owner.