| Constructor and Description |
|---|
HibernateStore(org.hibernate.SessionFactory aSessionFactory)
Initialize HibernateStore and dictionaries.
|
| Modifier and Type | Method and Description |
|---|---|
DataStoreTransaction |
beginTransaction()
Start Hibernate transaction.
|
org.hibernate.Session |
getSession()
Get current Hibernate session.
|
void |
populateEntityDictionary(EntityDictionary dictionary) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeginReadTransactionpublic HibernateStore(org.hibernate.SessionFactory aSessionFactory)
aSessionFactory - the a session factorypublic void populateEntityDictionary(EntityDictionary dictionary)
populateEntityDictionary in interface DataStorepublic org.hibernate.Session getSession()
public DataStoreTransaction beginTransaction()
beginTransaction in interface DataStoreCopyright © 2015–2016. All rights reserved.