Uses of Package
org.hibernate.property.access.spi
Packages that use org.hibernate.property.access.spi
Package
Description
Package defining bytecode code enhancement (instrumentation) support.
This package and its subpackages, especially
org.hibernate.id.enhanced,
contain the built-in id generators, all of which implement either
IdentifierGenerator or
PostInsertIdentifierGenerator.This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
This package abstracts persistence mechanisms for entities.
An SPI abstracting how persistent attributes of an entity or embeddable type
are accessed by Hibernate.
Proxies for plain Java objects.
-
Classes in org.hibernate.property.access.spi used by org.hibernate.bytecode.spiClassDescription
-
Classes in org.hibernate.property.access.spi used by org.hibernate.envers.strategy.spiClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.no longer used
-
Classes in org.hibernate.property.access.spi used by org.hibernate.idClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
-
Classes in org.hibernate.property.access.spi used by org.hibernate.mappingClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.no longer usedDescribes a strategy for accessing a persistent attribute, for example: field, JavaBean-style property, or whatever.Deprecated, for removal: This API element is subject to removal in a future version.
-
Classes in org.hibernate.property.access.spi used by org.hibernate.metamodel.mappingClassDescription
-
Classes in org.hibernate.property.access.spi used by org.hibernate.metamodel.spiClassDescription
-
Classes in org.hibernate.property.access.spi used by org.hibernate.persister.entityClassDescription
-
Classes in org.hibernate.property.access.spi used by org.hibernate.property.access.spiClassDescriptionDescribes the built-in externally-nameable
PropertyAccessStrategyimplementations.Deprecated, for removal: This API element is subject to removal in a future version.no longer usedField-based implementation of GetterDescribes a strategy for accessing a persistent attribute, for example: field, JavaBean-style property, or whatever.Deprecated, for removal: This API element is subject to removal in a future version.Field-based implementation of Setter -
Classes in org.hibernate.property.access.spi used by org.hibernate.proxy.pojo