| Package | Description |
|---|---|
| org.granite.tide | |
| org.granite.tide.data | |
| org.granite.tide.ejb |
| Modifier and Type | Method and Description |
|---|---|
protected abstract TidePersistenceManager |
TideServiceContext.getTidePersistenceManager(boolean create)
Create a TidePersistenceManager
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTidePersistenceManager
Responsible for attaching a entity with the entity mangager
|
class |
JDOPersistenceManager
Responsible for attaching a entity with the entity mangager
|
class |
JPAPersistenceManager
Responsible for attaching a entity with the entity mangager
|
class |
NoPersistenceManager
Responsible for attaching a entity with the entity mangager
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractTidePersistenceManager.attachEntity(TidePersistenceManager pm,
Object entity,
String[] propertyNames)
Attach the passed in entity with the EntityManager.
|
| Modifier and Type | Method and Description |
|---|---|
protected TidePersistenceManager |
EjbServiceContext.getTidePersistenceManager(boolean create)
Create a TidePersistenceManager
|