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.internal.bytebuddy Byte Buddy support internalsorg.hibernate.bytecode.internal.none org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.envers.configuration.internal.metadata org.hibernate.envers.configuration.internal.metadata.reader org.hibernate.envers.internal.entities org.hibernate.envers.internal.tools org.hibernate.envers.strategy.internal org.hibernate.envers.strategy.spi org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.internal 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.mapping.internal 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.internal Contains various implementations ofPropertyAccessStrategy
.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.sql.results.graph.entity.internal 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.internal.bytebuddy Class Description PropertyAccess -
Classes in org.hibernate.property.access.spi used by org.hibernate.bytecode.internal.none Class Description PropertyAccess -
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.engine.internal Class Description Getter The contract for getting the value of a persistent attribute from its container/owner. -
Classes in org.hibernate.property.access.spi used by org.hibernate.envers.configuration.internal.metadata 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.envers.configuration.internal.metadata.reader 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.envers.internal.entities 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.envers.internal.tools 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.envers.strategy.internal Class Description Getter The contract for getting the value of a persistent attribute from its container/owner. -
Classes in org.hibernate.property.access.spi used by org.hibernate.envers.strategy.spi Class Description Getter The contract for getting the value of a persistent attribute from its container/owner. -
Classes in org.hibernate.property.access.spi used by org.hibernate.id Class Description 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.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.internal Class Description PropertyAccess -
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.mapping.internal Class Description Getter The contract for getting the value of a persistent attribute from its container/owner.PropertyAccess 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.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.internal Class Description 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.PropertyAccessStrategyResolver Contract for resolving thePropertyAccessStrategy
to use.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.property.access.spi Class Description BuiltInPropertyAccessStrategies Describes the built-in externally-nameablePropertyAccessStrategy
implementations.Getter The contract for getting the value of a persistent attribute from its container/owner.GetterFieldImpl Field-based implementation of GetterPropertyAccess 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.sql.results.graph.entity.internal 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.tuple Class Description Getter The contract for getting the value of a persistent attribute from its container/owner.