Uses of Interface
org.hibernate.property.access.spi.PropertyAccessStrategy
Packages that use PropertyAccessStrategy
Package
Description
This package defines the Hibernate configuration-time mapping model.
An SPI abstracting how persistent attributes of an entity or embeddable type
are accessed by Hibernate.
-
Uses of PropertyAccessStrategy in org.hibernate.mapping
Methods in org.hibernate.mapping that return PropertyAccessStrategyModifier and TypeMethodDescriptionBackref.getPropertyAccessStrategy(Class clazz) IndexBackref.getPropertyAccessStrategy(Class clazz) Property.getPropertyAccessStrategy()Property.getPropertyAccessStrategy(Class<?> clazz) Methods in org.hibernate.mapping with parameters of type PropertyAccessStrategyModifier and TypeMethodDescriptionvoidProperty.setPropertyAccessStrategy(PropertyAccessStrategy propertyAccessStrategy) -
Uses of PropertyAccessStrategy in org.hibernate.property.access.spi
Methods in org.hibernate.property.access.spi that return PropertyAccessStrategyModifier and TypeMethodDescriptionPropertyAccess.getPropertyAccessStrategy()Access to thePropertyAccessStrategythat created this instance.BuiltInPropertyAccessStrategies.getStrategy()PropertyAccessStrategyResolver.resolvePropertyAccessStrategy(Class<?> containerClass, String explicitAccessStrategyName, RepresentationMode representationMode) Resolve the PropertyAccessStrategy to use