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 Contains various implementations ofPropertyAccessStrategy
.org.hibernate.property.access.spi An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate.org.hibernate.proxy.pojo Proxies for plain Java objects. -
-
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 Setter
ChainedPropertyAccessImpl. getSetter()
@Nullable Setter
PropertyAccessBasicImpl. getSetter()
@Nullable Setter
PropertyAccessCompositeUserTypeImpl. getSetter()
Setter
PropertyAccessEmbeddedImpl. getSetter()
Setter
PropertyAccessEnhancedImpl. getSetter()
Setter
PropertyAccessFieldImpl. getSetter()
Setter
PropertyAccessMapImpl. getSetter()
Setter
PropertyAccessMixedImpl. getSetter()
-
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
EnhancedSetterMethodImpl
A specialized Setter implementation for handling setting values into a bytecode-enhanced Class using a setter method.class
SetterFieldImpl
Field-based implementation of Setterclass
SetterMethodImpl
Methods in org.hibernate.property.access.spi that return Setter Modifier and Type Method Description @Nullable Setter
PropertyAccess. getSetter()
Obtain the delegate for setting values of the persistent attribute. -
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)
-