Uses of Interface
org.hibernate.property.access.spi.Setter
-
Packages that use Setter Package Description org.hibernate.envers.internal.tools org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.property.access.internal org.hibernate.property.access.spi Integration contracts related withPropertyAccessStrategy
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 Setter
ReflectionTools. getSetter(Class cls, String propertyName, String accessorType, ServiceRegistry serviceRegistry)
static Setter
ReflectionTools. 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 Setter
Property. getSetter(Class clazz)
Constructors in org.hibernate.mapping with parameters of type Setter Constructor Description ValueGenerationPlan(Generator 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 class
ChainedPropertyAccessImpl
static class
PropertyAccessMapImpl.SetterImpl
Methods in org.hibernate.property.access.internal that return Setter Modifier and Type Method Description protected Setter
PropertyAccessEnhancedImpl. fieldSetter(Class<?> containerJavaType, String propertyName, Field field)
protected Setter
PropertyAccessMixedImpl. fieldSetter(Class<?> containerJavaType, String propertyName, Field field)
Setter
ChainedPropertyAccessImpl. getSetter()
Setter
PropertyAccessBasicImpl. getSetter()
Setter
PropertyAccessCompositeUserTypeImpl. getSetter()
Setter
PropertyAccessEmbeddedImpl. getSetter()
Setter
PropertyAccessFieldImpl. getSetter()
Setter
PropertyAccessMapImpl. getSetter()
Setter
PropertyAccessMixedImpl. getSetter()
protected Setter
PropertyAccessMixedImpl. 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 class
EnhancedSetterImpl
A specialized Setter implementation for handling setting values into a bytecode-enhanced Class.class
SetterFieldImpl
Field-based implementation of Setterclass
SetterMethodImpl
Methods in org.hibernate.property.access.spi that return Setter Modifier and Type Method Description Setter
PropertyAccess. 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 Method
ProxyFactoryHelper. extractProxySetIdentifierMethod(Setter idSetter, Class<?> proxyInterface)
-