Uses of Interface
org.hibernate.property.access.spi.PropertyAccessStrategy
-
Packages that use PropertyAccessStrategy Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.property.access.spi An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate. -
-
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.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 thePropertyAccessStrategythat created this instance.PropertyAccessStrategyBuiltInPropertyAccessStrategies. getStrategy()PropertyAccessStrategyPropertyAccessStrategyResolver. resolvePropertyAccessStrategy(Class<?> containerClass, String explicitAccessStrategyName, RepresentationMode representationMode)Resolve the PropertyAccessStrategy to use
-