类的使用
org.hibernate.cfg.AttributeConversionInfo
-
使用AttributeConversionInfo的程序包 程序包 说明 org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. -
-
org.hibernate.cfg中AttributeConversionInfo的使用
返回AttributeConversionInfo的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 protected abstract AttributeConversionInfoAbstractPropertyHolder. locateAttributeConversionInfo(String path)protected abstract AttributeConversionInfoAbstractPropertyHolder. locateAttributeConversionInfo(org.hibernate.annotations.common.reflection.XProperty property)protected AttributeConversionInfoClassPropertyHolder. locateAttributeConversionInfo(String path)protected AttributeConversionInfoClassPropertyHolder. locateAttributeConversionInfo(org.hibernate.annotations.common.reflection.XProperty property)protected AttributeConversionInfoCollectionPropertyHolder. locateAttributeConversionInfo(String path)protected AttributeConversionInfoCollectionPropertyHolder. locateAttributeConversionInfo(org.hibernate.annotations.common.reflection.XProperty property)protected AttributeConversionInfoComponentPropertyHolder. locateAttributeConversionInfo(String path)protected AttributeConversionInfoComponentPropertyHolder. locateAttributeConversionInfo(org.hibernate.annotations.common.reflection.XProperty property)返回变量类型为AttributeConversionInfo的类型的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 protected Map<String,AttributeConversionInfo>ClassPropertyHolder. buildAttributeConversionInfoMap(org.hibernate.annotations.common.reflection.XClass entityXClass)参数类型为AttributeConversionInfo的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 protected IllegalStateExceptionAbstractPropertyHolder. buildExceptionFromInstantiationError(AttributeConversionInfo info, Exception e)protected ConverterDescriptorAbstractPropertyHolder. makeAttributeConverterDescriptor(AttributeConversionInfo conversion)
-