Package org.opencastproject.db
Interface DBSessionFactory
- All Known Implementing Classes:
DBSessionFactoryImpl
public interface DBSessionFactory
Factory interface for creating DBSessions.
-
Method Summary
Modifier and TypeMethodDescriptioncreateSession(javax.persistence.EntityManagerFactory emf) Creates a new DBSession.
-
Method Details
-
createSession
Creates a new DBSession.- Parameters:
emf- EntityManagerFactory that the new DBSession should use.- Returns:
- A new DBSession.
-