Uses of Interface
org.hibernate.property.access.spi.PropertyAccess
Packages that use PropertyAccess
Package
Description
Package defining bytecode code enhancement (instrumentation) support.
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.
-
Uses of PropertyAccess in org.hibernate.bytecode.spi
Method parameters in org.hibernate.bytecode.spi with type arguments of type PropertyAccessModifier and TypeMethodDescription@Nullable ReflectionOptimizer
BytecodeProvider.getReflectionOptimizer
(Class<?> clazz, Map<String, PropertyAccess> propertyAccessMap) Retrieve the ReflectionOptimizer delegate for this provider capable of generating reflection optimization components. -
Uses of PropertyAccess in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return PropertyAccessModifier and TypeMethodDescriptiondefault PropertyAccess
EmbeddableValuedModelPart.getParentInjectionAttributePropertyAccess()
AttributeMapping.getPropertyAccess()
The getter/setter access to this attributeAttributeMetadata.getPropertyAccess()
PropertyBasedMapping.getPropertyAccess()
-
Uses of PropertyAccess in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return PropertyAccessModifier and TypeMethodDescriptionManagedTypeRepresentationStrategy.resolvePropertyAccess
(Property bootAttributeDescriptor) Create the property accessor object for the specified attribute -
Uses of PropertyAccess in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type PropertyAccessModifier and TypeMethodDescriptionprotected org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
AbstractEntityPersister.buildEmbeddedAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, DependantValue dependantValue, int dependantColumnIndex, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) For Hibernate Reactiveprotected AttributeMapping
AbstractEntityPersister.buildPluralAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) For Hibernate Reactiveprotected AttributeMapping
AbstractEntityPersister.buildSingularAssociationAttributeMapping
(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) For Hibernate Reactive -
Uses of PropertyAccess in org.hibernate.property.access.spi
Methods in org.hibernate.property.access.spi that return PropertyAccessModifier and TypeMethodDescriptionPropertyAccessStrategy.buildPropertyAccess
(Class<?> containerJavaType, String propertyName, boolean setterRequired) Build aPropertyAccess
for the indicated property