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 SessionFactoryBuilder
SessionFactoryBuilder. 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 EntityTuplizerFactory
AbstractDelegatingSessionFactoryOptions. getEntityTuplizerFactory()
EntityTuplizerFactory
SessionFactoryOptions. getEntityTuplizerFactory()
Methods in org.hibernate.boot.spi with parameters of type EntityTuplizerFactory Modifier and Type Method Description T
AbstractDelegatingSessionFactoryBuilder. applyEntityTuplizerFactory(EntityTuplizerFactory entityTuplizerFactory)
-
Uses of EntityTuplizerFactory in org.hibernate.cfg
Methods in org.hibernate.cfg that return EntityTuplizerFactory Modifier and Type Method Description EntityTuplizerFactory
Configuration. getEntityTuplizerFactory()
EntityTuplizerFactory
Settings. getEntityTuplizerFactory()
Deprecated.
-