| PropertyAccessMixedImpl |
A PropertyAccess based on mix of getter/setter method and/or field.
|
| PropertyAccessStrategyBasicImpl |
Defines a strategy for accessing property values via a get/set pair, which may be nonpublic.
|
| PropertyAccessStrategyCompositeUserTypeImpl |
Defines a strategy for accessing property values via a CompositeUserType.
|
| PropertyAccessStrategyEmbeddedImpl |
|
| PropertyAccessStrategyEnhancedImpl |
Defines a strategy for accessing property values via a get/set pair, which may be nonpublic.
|
| PropertyAccessStrategyFieldImpl |
Defines a strategy for accessing property values directly via a field, which may be non-public.
|
| PropertyAccessStrategyMapImpl |
|
| PropertyAccessStrategyMixedImpl |
A PropertyAccessStrategy that selects between available getter/setter method and/or field.
|
| PropertyAccessStrategyNoopImpl |
Yeah, right, so....
|
| PropertyAccessStrategyResolverInitiator |
|