类 PropertyAccessStrategyResolverStandardImpl
- java.lang.Object
-
- org.hibernate.property.access.internal.PropertyAccessStrategyResolverStandardImpl
-
- 所有已实现的接口:
Serializable,PropertyAccessStrategyResolver,Service
public class PropertyAccessStrategyResolverStandardImpl extends Object implements PropertyAccessStrategyResolver
Standard implementation of PropertyAccessStrategyResolver- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 PropertyAccessStrategyResolverStandardImpl(ServiceRegistry serviceRegistry)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected PropertyAccessStrategyresolveExplicitlyNamedPropertyAccessStrategy(String explicitAccessStrategyName)PropertyAccessStrategyresolvePropertyAccessStrategy(Class containerClass, String explicitAccessStrategyName, EntityMode entityMode)Resolve the PropertyAccessStrategy to useprotected StrategySelectorstrategySelectorService()
-
-
-
构造器详细资料
-
PropertyAccessStrategyResolverStandardImpl
public PropertyAccessStrategyResolverStandardImpl(ServiceRegistry serviceRegistry)
-
-
方法详细资料
-
resolvePropertyAccessStrategy
public PropertyAccessStrategy resolvePropertyAccessStrategy(Class containerClass, String explicitAccessStrategyName, EntityMode entityMode)
从接口复制的说明:PropertyAccessStrategyResolverResolve the PropertyAccessStrategy to use- 指定者:
resolvePropertyAccessStrategy在接口中PropertyAccessStrategyResolver- 参数:
containerClass- The java class of the entityexplicitAccessStrategyName- The access strategy name explicitly specified, if any.entityMode- The entity mode in effect for the property, used to interpret different default strategies.- 返回:
- The resolved PropertyAccessStrategy
-
resolveExplicitlyNamedPropertyAccessStrategy
protected PropertyAccessStrategy resolveExplicitlyNamedPropertyAccessStrategy(String explicitAccessStrategyName)
-
strategySelectorService
protected StrategySelector strategySelectorService()
-
-