Package org.hibernate.property.access.internal
package org.hibernate.property.access.internal
Contains various implementations of
PropertyAccessStrategy.-
ClassesClassDescriptionBase Serializable form for field (used as Getter or Setter)Base Serializable form for setter methods
PropertyAccessfor accessing the wrapped property via get/set pair, which may be nonpublic.PropertyAccessfor accessing the wrapped property via get/set pair, which may be nonpublic.PropertyAccessfor handling non-aggregated composites.APropertyAccessfor byte code enhanced entities.APropertyAccessbased on mix of getter method or field.PropertyAccessimplementation that deals with an underlyingMapas the container, usingMap.get(java.lang.Object)andMap.put(K, V).APropertyAccessbased on mix of getter/setter method and/or field.Defines a strategy for accessing property values via a get/set pair, which may be nonpublic.Defines a strategy for accessing property values via a CompositeUserType.APropertyAccessStrategythat deals with non-aggregated composites.Defines a strategy for accessing property values via a get/set pair, which may be nonpublic.Defines a strategy for accessing property values directly via a field, which may be non-public.A PropertyAccessStrategy that selects between available getter method or field.A PropertyAccessStrategy that selects between available getter/setter method and/or field.Standard implementation of PropertyAccessStrategyResolver