接口的使用
org.hibernate.property.access.spi.Getter
-
使用Getter的程序包 程序包 说明 org.hibernate.engine.internal Support for many of the internal workings of Hibernate.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 This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.org.hibernate.tuple.component org.hibernate.tuple.entity -
-
org.hibernate.engine.internal中Getter的使用
参数类型为Getter的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 static IdentifierValueUnsavedValueFactory. getUnsavedIdentifierValue(String unsavedValue, Getter identifierGetter, Type identifierType, Constructor constructor)Return an IdentifierValue for the specified unsaved-value.static VersionValueUnsavedValueFactory. getUnsavedVersionValue(String versionUnsavedValue, Getter versionGetter, VersionType versionType, Constructor constructor)Return an IdentifierValue for the specified unsaved-value. -
org.hibernate.mapping中Getter的使用
返回Getter的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 GetterProperty. getGetter(Class clazz) -
org.hibernate.property.access.internal中Getter的使用
实现Getter的org.hibernate.property.access.internal中的类 修饰符和类型 类 说明 static classPropertyAccessMapImpl.GetterImpl返回Getter的org.hibernate.property.access.internal中的方法 修饰符和类型 方法 说明 protected GetterPropertyAccessMixedImpl. fieldGetter(Class<?> containerJavaType, String propertyName, Field field)GetterPropertyAccessBasicImpl. getGetter()GetterPropertyAccessEmbeddedImpl. getGetter()GetterPropertyAccessFieldImpl. getGetter()GetterPropertyAccessMapImpl. getGetter()GetterPropertyAccessMixedImpl. getGetter()protected GetterPropertyAccessMixedImpl. propertyGetter(Class<?> containerJavaType, String propertyName, Method method) -
org.hibernate.property.access.spi中Getter的使用
实现Getter的org.hibernate.property.access.spi中的类 修饰符和类型 类 说明 classEnhancedGetterMethodImpl已过时。No longer used;GetterFieldImplorGetterMethodImplshould be used instead.classGetterFieldImplField-based implementation of GetterclassGetterMethodImpl返回Getter的org.hibernate.property.access.spi中的方法 修饰符和类型 方法 说明 GetterPropertyAccess. getGetter()Obtain the delegate for getting values for the described persistent property -
org.hibernate.proxy.pojo中Getter的使用
参数类型为Getter的org.hibernate.proxy.pojo中的方法 修饰符和类型 方法 说明 static MethodProxyFactoryHelper. extractProxyGetIdentifierMethod(Getter idGetter, Class proxyInterface) -
org.hibernate.tuple中Getter的使用
返回Getter的org.hibernate.tuple中的方法 修饰符和类型 方法 说明 GetterTuplizer. getGetter(int i)Retrieve the getter for the specified property. -
org.hibernate.tuple.component中Getter的使用
声明为Getter的org.hibernate.tuple.component中的字段 修饰符和类型 字段 说明 protected Getter[]AbstractComponentTuplizer. getters返回Getter的org.hibernate.tuple.component中的方法 修饰符和类型 方法 说明 protected abstract GetterAbstractComponentTuplizer. buildGetter(Component component, Property prop)protected GetterDynamicMapComponentTuplizer. buildGetter(Component component, Property prop)protected GetterPojoComponentTuplizer. buildGetter(Component component, Property prop)GetterAbstractComponentTuplizer. getGetter(int i) -
org.hibernate.tuple.entity中Getter的使用
声明为Getter的org.hibernate.tuple.entity中的字段 修饰符和类型 字段 说明 protected Getter[]AbstractEntityTuplizer. getters返回Getter的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 protected abstract GetterAbstractEntityTuplizer. buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)Build an appropriate Getter for the given property.protected GetterDynamicMapEntityTuplizer. buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)protected GetterPojoEntityTuplizer. buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)GetterAbstractEntityTuplizer. getGetter(int i)GetterAbstractEntityTuplizer. getIdentifierGetter()GetterEntityTuplizer. getIdentifierGetter()Retrieve the getter for the identifier property.GetterAbstractEntityTuplizer. getVersionGetter()GetterEntityTuplizer. getVersionGetter()Retrieve the getter for the version property.参数类型为Getter的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)
-