Package org.hibernate.property.access.internal
Contains various implementations of
PropertyAccessStrategy
.-
Class Summary Class Description AbstractFieldSerialForm Base Serializable form for field (used as Getter or Setter)AbstractSetterMethodSerialForm Base Serializable form for setter methodsAccessStrategyHelper ChainedPropertyAccessImpl PropertyAccessBasicImpl PropertyAccess
for accessing the wrapped property via get/set pair, which may be nonpublic.PropertyAccessCompositeUserTypeImpl PropertyAccess
for accessing the wrapped property via get/set pair, which may be nonpublic.PropertyAccessEmbeddedImpl PropertyAccess
for handling non-aggregated composites.PropertyAccessEnhancedImpl APropertyAccess
for byte code enhanced entities.PropertyAccessFieldImpl PropertyAccessMapImpl PropertyAccess
implementation that deals with an underlyingMap
as the container, usingMap.get(java.lang.Object)
andMap.put(K, V)
.PropertyAccessMapImpl.GetterImpl PropertyAccessMapImpl.SetterImpl PropertyAccessMixedImpl APropertyAccess
based on mix of getter/setter method and/or field.PropertyAccessStrategyBackRefImpl PropertyAccessStrategyBasicImpl Defines a strategy for accessing property values via a get/set pair, which may be nonpublic.PropertyAccessStrategyChainedImpl PropertyAccessStrategyCompositeUserTypeImpl Defines a strategy for accessing property values via a CompositeUserType.PropertyAccessStrategyEmbeddedImpl APropertyAccessStrategy
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.PropertyAccessStrategyIndexBackRefImpl PropertyAccessStrategyMapImpl PropertyAccessStrategyMixedImpl A PropertyAccessStrategy that selects between available getter/setter method and/or field.PropertyAccessStrategyNoopImpl PropertyAccessStrategyResolverInitiator PropertyAccessStrategyResolverStandardImpl Standard implementation of PropertyAccessStrategyResolver