Package com.musicxmltasks.database
Class DBSessionFactory
java.lang.Object
com.musicxmltasks.database.DBSessionFactory
public class DBSessionFactory
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static voidclearSessionFactory()voidcloseTransaction()static voidcreateDb()static voidgenerateDbSchema(java.lang.String fileLocation)javax.persistence.EntityManagergetEntityManager()static DBSessionFactorygetInstance()DBTransactiongetTransaction()static voidtestDb()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getInstance
- Throws:
DBException
-
clearSessionFactory
- Throws:
DBException
-
createDb
- Throws:
DBException
-
testDb
- Throws:
DBException
-
generateDbSchema
- Throws:
DBException
-
getTransaction
- Throws:
DBException
-
closeTransaction
- Throws:
DBException
-
getEntityManager
- Throws:
DBException
-