public interface PropertyAccessStrategyResolver extends Service
| Modifier and Type | Method and Description |
|---|---|
PropertyAccessStrategy |
resolvePropertyAccessStrategy(java.lang.Class containerClass,
java.lang.String explicitAccessStrategyName,
EntityMode entityMode)
Resolve the PropertyAccessStrategy to use
|
PropertyAccessStrategy resolvePropertyAccessStrategy(java.lang.Class containerClass, java.lang.String explicitAccessStrategyName, EntityMode entityMode)
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.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.