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
PropertyAccess
for accessing the wrapped property via get/set pair, which may be nonpublic.PropertyAccess
for accessing the wrapped property via get/set pair, which may be nonpublic.PropertyAccess
for handling non-aggregated composites.APropertyAccess
for byte code enhanced entities.APropertyAccess
based on mix of getter method or field.PropertyAccess
implementation that deals with an underlyingMap
as the container, usingMap.get(java.lang.Object)
andMap.put(K, V)
.APropertyAccess
based 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.APropertyAccessStrategy
that 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