Uses of Interface
org.hibernate.property.access.spi.PropertyAccess
-
Packages that use PropertyAccess Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.spi org.hibernate.property.access.spi Defines strategies for accessing the persistent properties of an entity or composite.org.hibernate.query.derived -
-
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.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 a PropertyAccess for 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()
-