Uses of Package
org.hibernate.property.access.spi
Packages that use org.hibernate.property.access.spi
Package
Description
Byte Buddy support internals
Package defining bytecode code enhancement (instrumentation) support.
Support for many of the internal workings of Hibernate.
This package and its subpackages, especially
org.hibernate.id.enhanced
,
contain the built-in id generators, all of which implement either
IdentifierGenerator
or
PostInsertIdentifierGenerator
.Internal details of implementing support for JPA callbacks
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.
Contains various implementations of
PropertyAccessStrategy
.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.boot.models.annotations.internalClassDescriptionDescribes 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.bytebuddyClassDescription
-
Classes in org.hibernate.property.access.spi used by org.hibernate.bytecode.internal.noneClassDescription
-
Classes in org.hibernate.property.access.spi used by org.hibernate.bytecode.spiClassDescription
-
Classes in org.hibernate.property.access.spi used by org.hibernate.engine.internalClassDescriptionThe 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.metadataClassDescriptionDescribes 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.readerClassDescriptionDescribes 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.entitiesClassDescriptionDescribes 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
-
Classes in org.hibernate.property.access.spi used by org.hibernate.envers.strategy.internalClassDescriptionThe 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.spiClassDescriptionThe contract for getting the value of a persistent attribute from its container/owner.
-
Classes in org.hibernate.property.access.spi used by org.hibernate.idClassDescriptionThe contract for setting the value of a persistent attribute on its container/owner.
-
Classes in org.hibernate.property.access.spi used by org.hibernate.jpa.event.internalClassDescriptionThe contract for getting the value of a persistent attribute from its container/owner.
-
Classes in org.hibernate.property.access.spi used by org.hibernate.mappingClassDescriptionThe contract for getting the value of a persistent attribute from its container/owner.Describes a strategy for accessing a persistent attribute, for example: field, JavaBean-style property, or whatever.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.internalClassDescription
-
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.mapping.internalClassDescriptionThe contract for getting the value of a persistent attribute from its container/owner.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.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.internalClassDescriptionThe contract for getting the value of a persistent attribute from its container/owner.Describes a strategy for accessing a persistent attribute, for example: field, JavaBean-style property, or whatever.Contract for resolving the
PropertyAccessStrategy
to use.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.spiClassDescriptionDescribes the built-in externally-nameable
PropertyAccessStrategy
implementations.The contract for getting the value of a persistent attribute from its container/owner.Describes a strategy for accessing a persistent attribute, for example: field, JavaBean-style property, or whatever.The contract for setting the value of a persistent attribute on its container/owner.Field-based implementation of Setter -
Classes in org.hibernate.property.access.spi used by org.hibernate.proxy.pojo
-
Classes in org.hibernate.property.access.spi used by org.hibernate.query.derivedClassDescription
-
Classes in org.hibernate.property.access.spi used by org.hibernate.sql.results.graph.entity.internal