Uses of Interface
org.hibernate.property.access.spi.Setter
-
Packages that use Setter Package Description org.hibernate.envers.internal.tools org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced, contain the built-in id generators, all of which implement eitherIdentifierGeneratororPostInsertIdentifierGenerator.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping.internal 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.org.hibernate.sql.results.graph.entity.internal -
-
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.id
Methods in org.hibernate.id that return Setter Modifier and Type Method Description SetterCompositeNestedGeneratedValueGenerator.GenerationPlan. getInjector()Returns theinjectorfor the generated property. -
Uses of Setter in org.hibernate.mapping
Methods in org.hibernate.mapping that return Setter Modifier and Type Method Description SetterComponent.ValueGenerationPlan. getInjector()SetterProperty. getSetter(Class clazz)Constructors in org.hibernate.mapping with parameters of type Setter Constructor Description ValueGenerationPlan(Generator subgenerator, Setter injector, int propertyIndex) -
Uses of Setter in org.hibernate.metamodel.mapping.internal
Fields in org.hibernate.metamodel.mapping.internal declared as Setter Modifier and Type Field Description protected Setter[]AbstractEmbeddableMapping. setterCache -
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 SetterChainedPropertyAccessImpl. getSetter()@Nullable SetterPropertyAccessBasicImpl. getSetter()@Nullable SetterPropertyAccessCompositeUserTypeImpl. getSetter()SetterPropertyAccessEmbeddedImpl. getSetter()SetterPropertyAccessEnhancedImpl. getSetter()SetterPropertyAccessFieldImpl. getSetter()SetterPropertyAccessMapImpl. getSetter()SetterPropertyAccessMixedImpl. 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 classEnhancedSetterImplA specialized Setter implementation for handling setting values into a bytecode-enhanced Class.classEnhancedSetterMethodImplA specialized Setter implementation for handling setting values into a bytecode-enhanced Class using a setter method.classSetterFieldImplField-based implementation of SetterclassSetterMethodImplMethods in org.hibernate.property.access.spi that return Setter Modifier and Type Method Description @Nullable SetterPropertyAccess. 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 MethodProxyFactoryHelper. 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 Setter Modifier and Type Field Description protected SetterBatchEntityInsideEmbeddableSelectFetchInitializer. referencedModelPartSetterprotected SetterBatchEntitySelectFetchInitializer. referencedModelPartSetter
-