接口的使用
org.hibernate.property.access.spi.Setter
-
使用Setter的程序包 程序包 说明 org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.org.hibernate.property.access.internal 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 -
-
org.hibernate.mapping中Setter的使用
返回Setter的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 SetterProperty. getSetter(Class clazz)参数类型为Setter的org.hibernate.mapping中的构造器 构造器 说明 ValueGenerationPlan(IdentifierGenerator subGenerator, Setter injector) -
org.hibernate.property.access.internal中Setter的使用
实现Setter的org.hibernate.property.access.internal中的类 修饰符和类型 类 说明 static classPropertyAccessMapImpl.SetterImpl返回Setter的org.hibernate.property.access.internal中的方法 修饰符和类型 方法 说明 protected SetterPropertyAccessEnhancedImpl. fieldSetter(Class<?> containerJavaType, String propertyName, Field field)protected SetterPropertyAccessMixedImpl. fieldSetter(Class<?> containerJavaType, String propertyName, Field field)SetterPropertyAccessBasicImpl. getSetter()SetterPropertyAccessEmbeddedImpl. getSetter()SetterPropertyAccessFieldImpl. getSetter()SetterPropertyAccessMapImpl. getSetter()SetterPropertyAccessMixedImpl. getSetter()protected SetterPropertyAccessMixedImpl. propertySetter(Class<?> containerJavaType, String propertyName, Method method) -
org.hibernate.property.access.spi中Setter的使用
实现Setter的org.hibernate.property.access.spi中的类 修饰符和类型 类 说明 classEnhancedSetterImplA specialized Setter implementation for handling setting values into a bytecode-enhanced Class.classSetterFieldImplField-based implementation of SetterclassSetterMethodImpl返回Setter的org.hibernate.property.access.spi中的方法 修饰符和类型 方法 说明 SetterPropertyAccess. getSetter()Obtain the delegate for setting values for the described persistent property -
org.hibernate.proxy.pojo中Setter的使用
参数类型为Setter的org.hibernate.proxy.pojo中的方法 修饰符和类型 方法 说明 static MethodProxyFactoryHelper. extractProxySetIdentifierMethod(Setter idSetter, Class proxyInterface) -
org.hibernate.tuple.component中Setter的使用
声明为Setter的org.hibernate.tuple.component中的字段 修饰符和类型 字段 说明 protected Setter[]AbstractComponentTuplizer. setters返回Setter的org.hibernate.tuple.component中的方法 修饰符和类型 方法 说明 protected abstract SetterAbstractComponentTuplizer. buildSetter(Component component, Property prop)protected SetterDynamicMapComponentTuplizer. buildSetter(Component component, Property prop)protected SetterPojoComponentTuplizer. buildSetter(Component component, Property prop) -
org.hibernate.tuple.entity中Setter的使用
声明为Setter的org.hibernate.tuple.entity中的字段 修饰符和类型 字段 说明 protected Setter[]AbstractEntityTuplizer. setters返回Setter的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 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)参数类型为Setter的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 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)
-