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.
Contains various implementations of
PropertyAccessStrategy
.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.envers.internal.tools
Methods in org.hibernate.envers.internal.tools that return SetterModifier and TypeMethodDescriptionstatic 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.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.metamodel.mapping.internal
Fields in org.hibernate.metamodel.mapping.internal declared as Setter -
Uses of Setter in org.hibernate.property.access.internal
Classes in org.hibernate.property.access.internal that implement SetterModifier and TypeClassDescriptionclass
static class
Methods in org.hibernate.property.access.internal that return SetterModifier and TypeMethodDescriptionChainedPropertyAccessImpl.getSetter()
@Nullable Setter
PropertyAccessBasicImpl.getSetter()
@Nullable Setter
PropertyAccessCompositeUserTypeImpl.getSetter()
PropertyAccessEmbeddedImpl.getSetter()
PropertyAccessEnhancedImpl.getSetter()
PropertyAccessFieldImpl.getSetter()
@Nullable Setter
PropertyAccessGetterImpl.getSetter()
PropertyAccessMapImpl.getSetter()
PropertyAccessMixedImpl.getSetter()
-
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) -
Uses of Setter in org.hibernate.sql.results.graph.entity.internal
Fields in org.hibernate.sql.results.graph.entity.internal declared as SetterModifier and TypeFieldDescriptionprotected final Setter
BatchEntityInsideEmbeddableSelectFetchInitializer.referencedModelPartSetter
protected final Setter
BatchEntitySelectFetchInitializer.referencedModelPartSetter