Uses of Package
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.