| Package | Description |
|---|---|
| org.granite.tide.data | |
| org.granite.tide.hibernate | |
| org.granite.tide.hibernate4 | |
| org.granite.tide.spring |
| Modifier and Type | Class and Description |
|---|---|
static class |
JDOPersistenceManager.JDOTransactionManager |
class |
JPALocalTransactionManager
Responsible for attaching a entity with the entity mangager
|
class |
JPATransactionManager
Responsible for attaching a entity with the entity mangager
|
class |
JTATransactionManager
Responsible for attaching a entity with the entity mangager
|
| Modifier and Type | Field and Description |
|---|---|
protected TideTransactionManager |
AbstractTidePersistenceManager.tm |
| Constructor and Description |
|---|
AbstractTidePersistenceManager(TideTransactionManager tm) |
JDOPersistenceManager(javax.jdo.PersistenceManagerFactory pmf,
TideTransactionManager tm) |
JPAPersistenceManager(EntityManagerFactory emf,
TideTransactionManager tm) |
JPAPersistenceManager(EntityManager em,
TideTransactionManager tm) |
JPAPersistenceManager(TideTransactionManager tm) |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateTransactionManager
Responsible for attaching a session with the persistence mangager
|
| Constructor and Description |
|---|
HibernatePersistenceManager(SessionFactory sf,
TideTransactionManager tm) |
HibernatePersistenceManager(TideTransactionManager tm) |
| Constructor and Description |
|---|
HibernatePersistenceManager(SessionFactory sf,
TideTransactionManager tm) |
HibernatePersistenceManager(TideTransactionManager tm) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringTransactionManager
Responsible for attaching a session with the persistence mangager
|
| Constructor and Description |
|---|
SpringJPAPersistenceManager(JpaTransactionManager transactionManager,
TideTransactionManager tm) |