Uses of Interface
org.hibernate.property.access.spi.Setter
-
Packages that use Setter Package Description org.hibernate.envers.internal.tools org.hibernate.mapping org.hibernate.property.access.internal org.hibernate.property.access.spi Defines strategies for accessing the persistent properties of an entity or composite.org.hibernate.proxy.pojo -
-
Uses of Setter in org.hibernate.envers.internal.tools
Methods in org.hibernate.envers.internal.tools that return Setter Modifier and Type Method Description static SetterReflectionTools. getSetter(Class cls, String propertyName, String accessorType, ServiceRegistry serviceRegistry)static SetterReflectionTools. getSetter(Class cls, PropertyData propertyData, ServiceRegistry serviceRegistry) -
Uses of Setter in org.hibernate.mapping
Methods in org.hibernate.mapping that return Setter Modifier and Type Method Description SetterProperty. getSetter(Class clazz)Constructors in org.hibernate.mapping with parameters of type Setter Constructor Description ValueGenerationPlan(IdentifierGenerator subGenerator, Setter injector) -
Uses of Setter in org.hibernate.property.access.internal
Classes in org.hibernate.property.access.internal that implement Setter Modifier and Type Class Description classChainedPropertyAccessImplstatic classPropertyAccessMapImpl.SetterImplMethods in org.hibernate.property.access.internal that return Setter Modifier and Type Method Description protected SetterPropertyAccessEnhancedImpl. fieldSetter(Class<?> containerJavaType, String propertyName, Field field)protected SetterPropertyAccessMixedImpl. fieldSetter(Class<?> containerJavaType, String propertyName, Field field)SetterChainedPropertyAccessImpl. getSetter()SetterPropertyAccessBasicImpl. getSetter()SetterPropertyAccessCompositeUserTypeImpl. getSetter()SetterPropertyAccessEmbeddedImpl. getSetter()SetterPropertyAccessFieldImpl. getSetter()SetterPropertyAccessMapImpl. getSetter()SetterPropertyAccessMixedImpl. getSetter()protected SetterPropertyAccessMixedImpl. propertySetter(Class<?> containerJavaType, String propertyName, Method method) -
Uses of Setter in org.hibernate.property.access.spi
Classes in org.hibernate.property.access.spi that implement Setter Modifier and Type Class Description classEnhancedSetterImplA specialized Setter implementation for handling setting values into a bytecode-enhanced Class.classSetterFieldImplField-based implementation of SetterclassSetterMethodImplMethods in org.hibernate.property.access.spi that return Setter Modifier and Type Method Description SetterPropertyAccess. getSetter()Obtain the delegate for setting values for the described persistent property -
Uses of Setter in org.hibernate.proxy.pojo
Methods in org.hibernate.proxy.pojo with parameters of type Setter Modifier and Type Method Description static MethodProxyFactoryHelper. extractProxySetIdentifierMethod(Setter idSetter, Class<?> proxyInterface)
-