public interface HibernateEntityManagerFactory extends javax.persistence.EntityManagerFactory, Serializable
SessionFactory
from an EntityManagerFactory
Modifier and Type | Method and Description |
---|---|
EntityTypeImpl |
getEntityTypeByName(String entityName)
Retrieve the EntityTypeImpl by name.
|
SessionFactory |
getSessionFactory()
Obtain the underlying Hibernate SessionFactory.
|
SessionFactory getSessionFactory()
EntityTypeImpl getEntityTypeByName(String entityName)
entityName
- The entity nameCopyright © 2014. All rights reserved.