Uses of Interface
org.hibernate.tuple.entity.EntityTuplizer
-
Packages that use EntityTuplizer 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.persister.entity org.hibernate.tuple.entity -
-
Uses of EntityTuplizer in org.hibernate.boot
Method parameters in org.hibernate.boot with type arguments of type EntityTuplizer Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilder. applyEntityTuplizer(EntityMode entityMode, java.lang.Class<? extends EntityTuplizer> tuplizerClass)Register the defaultEntityTuplizerto be applied to the SessionFactory. -
Uses of EntityTuplizer in org.hibernate.boot.spi
Method parameters in org.hibernate.boot.spi with type arguments of type EntityTuplizer Modifier and Type Method Description TAbstractDelegatingSessionFactoryBuilder. applyEntityTuplizer(EntityMode entityMode, java.lang.Class<? extends EntityTuplizer> tuplizerClass) -
Uses of EntityTuplizer in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return EntityTuplizer Modifier and Type Method Description EntityTuplizerAbstractEntityPersister. getEntityTuplizer()EntityTuplizerEntityPersister. getEntityTuplizer() -
Uses of EntityTuplizer in org.hibernate.tuple.entity
Classes in org.hibernate.tuple.entity that implement EntityTuplizer Modifier and Type Class Description classAbstractEntityTuplizerSupport for tuplizers relating to entities.classDynamicMapEntityTuplizerAnEntityTuplizerspecific to the dynamic-map entity mode.classPojoEntityTuplizerAnEntityTuplizerspecific to the pojo entity mode.Methods in org.hibernate.tuple.entity that return EntityTuplizer Modifier and Type Method Description EntityTuplizerEntityTuplizerFactory. constructDefaultTuplizer(EntityMode entityMode, EntityMetamodel metamodel, PersistentClass persistentClass)Construct am instance of the default tuplizer for the given entity-mode.EntityTuplizerEntityTuplizerFactory. constructTuplizer(java.lang.Class<? extends EntityTuplizer> tuplizerClass, EntityMetamodel metamodel, PersistentClass persistentClass)Construct an instance of the given tuplizer class.EntityTuplizerEntityTuplizerFactory. constructTuplizer(java.lang.String tuplizerClassName, EntityMetamodel metamodel, PersistentClass persistentClass)Construct an instance of the given tuplizer class.EntityTuplizerEntityMetamodel. getTuplizer()Method parameters in org.hibernate.tuple.entity with type arguments of type EntityTuplizer Modifier and Type Method Description EntityTuplizerEntityTuplizerFactory. constructTuplizer(java.lang.Class<? extends EntityTuplizer> tuplizerClass, EntityMetamodel metamodel, PersistentClass persistentClass)Construct an instance of the given tuplizer class.voidEntityTuplizerFactory. registerDefaultTuplizerClass(EntityMode entityMode, java.lang.Class<? extends EntityTuplizer> tuplizerClass)Method allowing registration of the tuplizer class to use as default for a particular entity-mode.
-