Uses of Interface
org.hibernate.property.access.spi.PropertyAccessStrategyResolver
-
Packages that use PropertyAccessStrategyResolver Package Description org.hibernate.property.access.internal Contains various implementations ofPropertyAccessStrategy
. -
-
Uses of PropertyAccessStrategyResolver in org.hibernate.property.access.internal
Classes in org.hibernate.property.access.internal that implement PropertyAccessStrategyResolver Modifier and Type Class Description class
PropertyAccessStrategyResolverStandardImpl
Standard implementation of PropertyAccessStrategyResolverMethods in org.hibernate.property.access.internal that return PropertyAccessStrategyResolver Modifier and Type Method Description PropertyAccessStrategyResolver
PropertyAccessStrategyResolverInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.property.access.internal that return types with arguments of type PropertyAccessStrategyResolver Modifier and Type Method Description Class<PropertyAccessStrategyResolver>
PropertyAccessStrategyResolverInitiator. getServiceInitiated()
-