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 PropertyAccessfor accessing the wrapped property via get/set pair, which may be nonpublic.PropertyAccessCompositeUserTypeImpl PropertyAccessfor accessing the wrapped property via get/set pair, which may be nonpublic.PropertyAccessEmbeddedImpl PropertyAccessfor handling non-aggregated composites.PropertyAccessEnhancedImpl APropertyAccessfor byte code enhanced entities.PropertyAccessFieldImpl PropertyAccessMapImpl PropertyAccessimplementation that deals with an underlyingMapas the container, usingMap.get(java.lang.Object)andMap.put(K, V).PropertyAccessMapImpl.GetterImpl PropertyAccessMapImpl.SetterImpl PropertyAccessMixedImpl APropertyAccessbased 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 APropertyAccessStrategythat 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