public class PropertyAccessStrategyResolverStandardImpl extends Object implements PropertyAccessStrategyResolver
Constructor and Description |
---|
PropertyAccessStrategyResolverStandardImpl(ServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
protected PropertyAccessStrategy |
resolveExplicitlyNamedPropertyAccessStrategy(String explicitAccessStrategyName) |
PropertyAccessStrategy |
resolvePropertyAccessStrategy(Class containerClass,
String explicitAccessStrategyName,
EntityMode entityMode)
Resolve the PropertyAccessStrategy to use
|
protected StrategySelector |
strategySelectorService() |
public PropertyAccessStrategyResolverStandardImpl(ServiceRegistry serviceRegistry)
public PropertyAccessStrategy resolvePropertyAccessStrategy(Class containerClass, String explicitAccessStrategyName, EntityMode entityMode)
PropertyAccessStrategyResolver
resolvePropertyAccessStrategy
in interface 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.protected PropertyAccessStrategy resolveExplicitlyNamedPropertyAccessStrategy(String explicitAccessStrategyName)
protected StrategySelector strategySelectorService()
Copyright © 2019 JBoss by Red Hat. All rights reserved.