Uses of Interface
org.hibernate.property.access.spi.PropertyAccessStrategy
-
Packages that use PropertyAccessStrategy Package Description org.hibernate.mapping org.hibernate.property.access.spi Defines strategies for accessing the persistent properties of an entity or composite. -
-
Uses of PropertyAccessStrategy in org.hibernate.mapping
Methods in org.hibernate.mapping that return PropertyAccessStrategy Modifier and Type Method Description PropertyAccessStrategyBackref. getPropertyAccessStrategy(java.lang.Class clazz)PropertyAccessStrategyIndexBackref. getPropertyAccessStrategy(java.lang.Class clazz)PropertyAccessStrategyProperty. getPropertyAccessStrategy(java.lang.Class clazz) -
Uses of PropertyAccessStrategy in org.hibernate.property.access.spi
Methods in org.hibernate.property.access.spi that return PropertyAccessStrategy Modifier and Type Method Description PropertyAccessStrategyPropertyAccess. getPropertyAccessStrategy()Access to the PropertyAccessStrategy that created this PropertyAccessPropertyAccessStrategyBuiltInPropertyAccessStrategies. getStrategy()PropertyAccessStrategyPropertyAccessStrategyResolver. resolvePropertyAccessStrategy(java.lang.Class containerClass, java.lang.String explicitAccessStrategyName, EntityMode entityMode)Resolve the PropertyAccessStrategy to use
-