接口的使用
org.hibernate.boot.AttributeConverterInfo
-
使用AttributeConverterInfo的程序包 程序包 说明 org.hibernate.boot.internal org.hibernate.boot.model.process.internal org.hibernate.boot.model.process.spi org.hibernate.boot.spi org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.cfg.annotations.reflection Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of metadata in the Hibernate commons-annotations model. -
-
org.hibernate.boot.internal中AttributeConverterInfo的使用
返回变量类型为AttributeConverterInfo的类型的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 Collection<AttributeConverterInfo>BootstrapContextImpl. getAttributeConverters()List<AttributeConverterInfo>MetadataBuilderImpl.MetadataBuildingOptionsImpl. getAttributeConverters()参数类型为AttributeConverterInfo的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 voidBootstrapContextImpl. addAttributeConverterInfo(AttributeConverterInfo info) -
org.hibernate.boot.model.process.internal中AttributeConverterInfo的使用
返回变量类型为AttributeConverterInfo的类型的org.hibernate.boot.model.process.internal中的方法 修饰符和类型 方法 说明 Collection<AttributeConverterInfo>ManagedResourcesImpl. getAttributeConverterDefinitions() -
org.hibernate.boot.model.process.spi中AttributeConverterInfo的使用
返回变量类型为AttributeConverterInfo的类型的org.hibernate.boot.model.process.spi中的方法 修饰符和类型 方法 说明 Collection<AttributeConverterInfo>ManagedResources. getAttributeConverterDefinitions()Informational access to the AttributeConverter definitions known about. -
org.hibernate.boot.spi中AttributeConverterInfo的使用
返回变量类型为AttributeConverterInfo的类型的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 List<AttributeConverterInfo>AbstractDelegatingMetadataBuildingOptions. getAttributeConverters()Collection<AttributeConverterInfo>BootstrapContext. getAttributeConverters()Access to collected AttributeConverter definitions.List<AttributeConverterInfo>MetadataBuildingOptions. getAttributeConverters()已过时。UseBootstrapContext.getAttributeConverters()instead -
org.hibernate.cfg中AttributeConverterInfo的使用
实现AttributeConverterInfo的org.hibernate.cfg中的类 修饰符和类型 类 说明 classAttributeConverterDefinition已过时。(since 5.3) forces the converter instance to be built too early, which precludes the ability to resolve them from CDI, etc. -
org.hibernate.cfg.annotations.reflection中AttributeConverterInfo的使用
参数类型为AttributeConverterInfo的org.hibernate.cfg.annotations.reflection中的方法 修饰符和类型 方法 说明 voidAttributeConverterDefinitionCollector. addAttributeConverter(AttributeConverterInfo info)
-