Uses of Interface
org.hibernate.property.access.spi.Setter
-
Packages that use Setter Package Description org.hibernate.mapping org.hibernate.property.access.spi Defines strategies for accessing the persistent properties of an entity or composite.org.hibernate.proxy.pojo org.hibernate.tuple.component org.hibernate.tuple.entity -
-
Uses of Setter in org.hibernate.mapping
Methods in org.hibernate.mapping that return Setter Modifier and Type Method Description SetterProperty. getSetter(java.lang.Class clazz)Constructors in org.hibernate.mapping with parameters of type Setter Constructor Description ValueGenerationPlan(IdentifierGenerator subGenerator, Setter injector) -
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.classSetterFieldImplField-based implementation of SetterclassSetterMethodImplMethods in org.hibernate.property.access.spi that return Setter Modifier and Type Method Description SetterPropertyAccess. 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 java.lang.reflect.MethodProxyFactoryHelper. extractProxySetIdentifierMethod(Setter idSetter, java.lang.Class proxyInterface) -
Uses of Setter in org.hibernate.tuple.component
Fields in org.hibernate.tuple.component declared as Setter Modifier and Type Field Description protected Setter[]AbstractComponentTuplizer. settersMethods in org.hibernate.tuple.component that return Setter Modifier and Type Method Description protected abstract SetterAbstractComponentTuplizer. buildSetter(Component component, Property prop)protected SetterDynamicMapComponentTuplizer. buildSetter(Component component, Property prop)protected SetterPojoComponentTuplizer. buildSetter(Component component, Property prop) -
Uses of Setter in org.hibernate.tuple.entity
Fields in org.hibernate.tuple.entity declared as Setter Modifier and Type Field Description protected Setter[]AbstractEntityTuplizer. settersMethods in org.hibernate.tuple.entity that return Setter Modifier and Type Method Description protected abstract SetterAbstractEntityTuplizer. buildPropertySetter(Property mappedProperty, PersistentClass mappedEntity)Build an appropriate Setter for the given property.protected SetterDynamicMapEntityTuplizer. buildPropertySetter(Property mappedProperty, PersistentClass mappedEntity)protected SetterPojoEntityTuplizer. buildPropertySetter(Property mappedProperty, PersistentClass mappedEntity)Methods in org.hibernate.tuple.entity with parameters of type Setter Modifier and Type Method Description protected abstract ProxyFactoryAbstractEntityTuplizer. buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)Build an appropriate ProxyFactory for the given mapped entity.protected ProxyFactoryDynamicMapEntityTuplizer. buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)protected ProxyFactoryPojoEntityTuplizer. buildProxyFactory(PersistentClass persistentClass, Getter idGetter, Setter idSetter)protected ProxyFactoryPojoEntityTuplizer. buildProxyFactoryInternal(PersistentClass persistentClass, Getter idGetter, Setter idSetter)
-