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 classImmutableEntityEntryFactoryFactory for the safe approach implementation ofEntityEntry.classMutableEntityEntryFactoryFactory 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 EntityEntryFactoryAbstractEntityPersister. getEntityEntryFactory()EntityEntryFactoryEntityPersister. getEntityEntryFactory()Get the EntityEntryFactory indicated for the entity mapped by this persister.
-