Uses of Class
org.hibernate.tuple.entity.EntityTuplizerFactory
-
Packages that use EntityTuplizerFactory Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi org.hibernate.cfg -
-
Uses of EntityTuplizerFactory in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type EntityTuplizerFactory Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilder. applyEntityTuplizerFactory(EntityTuplizerFactory entityTuplizerFactory)Specify the EntityTuplizerFactory to use. -
Uses of EntityTuplizerFactory in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return EntityTuplizerFactory Modifier and Type Method Description EntityTuplizerFactoryAbstractDelegatingSessionFactoryOptions. getEntityTuplizerFactory()EntityTuplizerFactorySessionFactoryOptions. getEntityTuplizerFactory()Methods in org.hibernate.boot.spi with parameters of type EntityTuplizerFactory Modifier and Type Method Description TAbstractDelegatingSessionFactoryBuilder. applyEntityTuplizerFactory(EntityTuplizerFactory entityTuplizerFactory) -
Uses of EntityTuplizerFactory in org.hibernate.cfg
Methods in org.hibernate.cfg that return EntityTuplizerFactory Modifier and Type Method Description EntityTuplizerFactoryConfiguration. getEntityTuplizerFactory()EntityTuplizerFactorySettings. getEntityTuplizerFactory()Deprecated.
-