| Package | Description |
|---|---|
| org.hibernate.property.access.internal |
| Class and Description |
|---|
| 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.
|
| PropertyAccessStrategyEmbeddedImpl
A PropertyAccessStrategy that deals with non-aggregated composites.
|
| 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 |
Copyright © 2017 JBoss by Red Hat. All rights reserved.