| Modifier and Type | Class and Description |
|---|---|
static class |
HibernateStore.Builder
Builder object to configuration hibernate transaction.
|
| Constructor and Description |
|---|
HibernateStore(org.hibernate.SessionFactory aSessionFactory)
Deprecated.
since 2.3.2. Use builder instead.
|
| Modifier and Type | Method and Description |
|---|---|
DataStoreTransaction |
beginReadTransaction() |
DataStoreTransaction |
beginTransaction()
Start Hibernate transaction.
|
org.hibernate.Session |
getSession()
Get current Hibernate session.
|
void |
populateEntityDictionary(EntityDictionary dictionary) |
@Deprecated public 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 DataStorepublic DataStoreTransaction beginReadTransaction()
beginReadTransaction in interface DataStoreCopyright © 2015–2016. All rights reserved.