Uses of Interface
org.hibernate.property.access.spi.PropertyAccess
-
Packages that use PropertyAccess Package Description org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.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.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.spi An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate.org.hibernate.query.derived -
-
Uses of PropertyAccess in org.hibernate.bytecode.spi
Method parameters in org.hibernate.bytecode.spi with type arguments of type PropertyAccess Modifier and Type Method Description @Nullable ReflectionOptimizerBytecodeProvider. 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 PropertyAccess Modifier and Type Method Description default PropertyAccessEmbeddableValuedModelPart. getParentInjectionAttributePropertyAccess()PropertyAccessAttributeMapping. getPropertyAccess()The getter/setter access to this attributePropertyAccessAttributeMetadata. getPropertyAccess()PropertyAccessPropertyBasedMapping. getPropertyAccess() -
Uses of PropertyAccess in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return PropertyAccess Modifier and Type Method Description PropertyAccessManagedTypeRepresentationStrategy. 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 PropertyAccess Modifier and Type Method Description protected org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMappingAbstractEntityPersister. 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 AttributeMappingAbstractEntityPersister. 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 AttributeMappingAbstractEntityPersister. 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 PropertyAccess Modifier and Type Method Description PropertyAccessPropertyAccessStrategy. buildPropertyAccess(Class<?> containerJavaType, String propertyName, boolean setterRequired)Build aPropertyAccessfor the indicated property -
Uses of PropertyAccess in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return PropertyAccess Modifier and Type Method Description PropertyAccessAnonymousTupleBasicEntityIdentifierMapping. getPropertyAccess()PropertyAccessAnonymousTupleEmbeddedEntityIdentifierMapping. getPropertyAccess()
-