| Package | Description |
|---|---|
| org.granite.tide.data |
| 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) |