接口 PropertyAccessStrategyResolver
-
- 所有超级接口:
Serializable,Service
public interface PropertyAccessStrategyResolver extends Service
Contract for resolving the PropertyAccessStrategy to use. todo : moving forward I'd prefer this not be a service, but instead a strategy on the MetadataBuildingContext or MetadataBuildingOptions- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 PropertyAccessStrategyresolvePropertyAccessStrategy(Class containerClass, String explicitAccessStrategyName, EntityMode entityMode)Resolve the PropertyAccessStrategy to use
-
-
-
方法详细资料
-
resolvePropertyAccessStrategy
PropertyAccessStrategy resolvePropertyAccessStrategy(Class containerClass, String explicitAccessStrategyName, EntityMode entityMode)
Resolve the PropertyAccessStrategy to use- 参数:
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
-
-