Uses of Interface
org.hibernate.property.access.spi.PropertyAccessStrategy
-
Packages that use PropertyAccessStrategy Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.cfg.annotations 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.annotations
Methods in org.hibernate.annotations that return types with arguments of type PropertyAccessStrategy Modifier and Type Method Description Class<? extends PropertyAccessStrategy>strategy()A class implementingPropertyAccessStrategy. -
Uses of PropertyAccessStrategy in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations with parameters of type PropertyAccessStrategy Modifier and Type Method Description voidPropertyBinder. setPropertyAccessStrategy(PropertyAccessStrategy propertyAccessStrategy) -
Uses of PropertyAccessStrategy in org.hibernate.mapping
Methods in org.hibernate.mapping that return PropertyAccessStrategy Modifier and Type Method Description PropertyAccessStrategyBackref. getPropertyAccessStrategy(Class clazz)PropertyAccessStrategyIndexBackref. getPropertyAccessStrategy(Class clazz)PropertyAccessStrategyProperty. getPropertyAccessStrategy()PropertyAccessStrategyProperty. getPropertyAccessStrategy(Class clazz)Methods in org.hibernate.mapping with parameters of type PropertyAccessStrategy Modifier and Type Method Description voidProperty. setPropertyAccessStrategy(PropertyAccessStrategy propertyAccessStrategy) -
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(Class<?> containerClass, String explicitAccessStrategyName, RepresentationMode representationMode)Resolve the PropertyAccessStrategy to use
-