接口的使用
org.hibernate.boot.model.TypeContributor
-
使用TypeContributor的程序包 程序包 说明 org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal 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.jpa.boot.spi -
-
org.hibernate.boot中TypeContributor的使用
参数类型为TypeContributor的org.hibernate.boot中的方法 修饰符和类型 方法 说明 MetadataBuilderMetadataBuilder. applyTypes(TypeContributor typeContributor)Apply an explicit TypeContributor (implicit application via ServiceLoader will still happen too) -
org.hibernate.boot.internal中TypeContributor的使用
参数类型为TypeContributor的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 MetadataBuilderMetadataBuilderImpl. applyTypes(TypeContributor typeContributor) -
org.hibernate.boot.spi中TypeContributor的使用
参数类型为TypeContributor的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyTypes(TypeContributor typeContributor) -
org.hibernate.cfg中TypeContributor的使用
参数类型为TypeContributor的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 ConfigurationConfiguration. registerTypeContributor(TypeContributor typeContributor) -
org.hibernate.jpa.boot.spi中TypeContributor的使用
返回变量类型为TypeContributor的类型的org.hibernate.jpa.boot.spi中的方法 修饰符和类型 方法 说明 List<TypeContributor>TypeContributorList. getTypeContributors()
-