类的使用
org.hibernate.tuple.entity.EntityTuplizerFactory
-
使用EntityTuplizerFactory的程序包 程序包 说明 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.boot中EntityTuplizerFactory的使用
参数类型为EntityTuplizerFactory的org.hibernate.boot中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilder. applyEntityTuplizerFactory(EntityTuplizerFactory entityTuplizerFactory)Specify the EntityTuplizerFactory to use. -
org.hibernate.boot.internal中EntityTuplizerFactory的使用
返回EntityTuplizerFactory的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 EntityTuplizerFactorySessionFactoryOptionsBuilder. getEntityTuplizerFactory()参数类型为EntityTuplizerFactory的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilderImpl. applyEntityTuplizerFactory(EntityTuplizerFactory entityTuplizerFactory)voidSessionFactoryOptionsBuilder. applyEntityTuplizerFactory(EntityTuplizerFactory entityTuplizerFactory) -
org.hibernate.boot.spi中EntityTuplizerFactory的使用
返回EntityTuplizerFactory的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 EntityTuplizerFactoryAbstractDelegatingSessionFactoryOptions. getEntityTuplizerFactory()EntityTuplizerFactorySessionFactoryOptions. getEntityTuplizerFactory()参数类型为EntityTuplizerFactory的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 TAbstractDelegatingSessionFactoryBuilder. applyEntityTuplizerFactory(EntityTuplizerFactory entityTuplizerFactory) -
org.hibernate.cfg中EntityTuplizerFactory的使用
返回EntityTuplizerFactory的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 EntityTuplizerFactoryConfiguration. getEntityTuplizerFactory()EntityTuplizerFactorySettings. getEntityTuplizerFactory()已过时。
-