Uses of Interface
org.hibernate.engine.spi.EntityEntryFactory
Packages that use EntityEntryFactory
Package
Description
Support for many of the internal workings of Hibernate.
This package abstracts persistence mechanisms for entities.
-
Uses of EntityEntryFactory in org.hibernate.engine.internal
Classes in org.hibernate.engine.internal that implement EntityEntryFactoryModifier and TypeClassDescriptionclass
Factory for the safe approach implementation ofEntityEntry
.class
Factory for the safe approach implementation ofEntityEntry
. -
Uses of EntityEntryFactory in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return EntityEntryFactoryModifier and TypeMethodDescriptionAbstractEntityPersister.getEntityEntryFactory()
EntityPersister.getEntityEntryFactory()
Get the EntityEntryFactory indicated for the entity mapped by this persister.