Uses of Interface
org.hibernate.engine.spi.EntityEntryFactory
-
Packages that use EntityEntryFactory Package Description org.hibernate.persister.entity -
-
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.
-