Uses of Interface
org.hibernate.property.access.spi.Setter
Packages that use Setter
Package
Description
This package and its subpackages, especially
org.hibernate.id.enhanced
,
contain the built-in id generators, all of which implement either
IdentifierGenerator
or
PostInsertIdentifierGenerator
.This package defines the Hibernate configuration-time mapping model.
An SPI abstracting how persistent attributes of an entity or embeddable type
are accessed by Hibernate.
Proxies for plain Java objects.
-
Uses of Setter in org.hibernate.id
Methods in org.hibernate.id that return SetterModifier and TypeMethodDescriptionCompositeNestedGeneratedValueGenerator.GenerationPlan.getInjector()
Returns theinjector
for the generated property. -
Uses of Setter in org.hibernate.mapping
Methods in org.hibernate.mapping that return SetterConstructors in org.hibernate.mapping with parameters of type SetterModifierConstructorDescriptionValueGenerationPlan
(BeforeExecutionGenerator generator, Setter injector, int propertyIndex) -
Uses of Setter in org.hibernate.property.access.spi
Classes in org.hibernate.property.access.spi that implement SetterModifier and TypeClassDescriptionclass
A specialized Setter implementation for handling setting values into a bytecode-enhanced Class.class
A specialized Setter implementation for handling setting values into a bytecode-enhanced Class using a setter method.class
Field-based implementation of Setterclass
Methods in org.hibernate.property.access.spi that return Setter -
Uses of Setter in org.hibernate.proxy.pojo
Methods in org.hibernate.proxy.pojo with parameters of type SetterModifier and TypeMethodDescriptionstatic Method
ProxyFactoryHelper.extractProxySetIdentifierMethod
(Setter idSetter, Class<?> proxyInterface) Deprecated, for removal: This API element is subject to removal in a future version.