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