| Package | Description |
|---|---|
| org.granite.client.tide | |
| org.granite.client.tide.data | |
| org.granite.client.tide.data.impl | |
| org.granite.client.tide.data.spi |
| Modifier and Type | Method and Description |
|---|---|
DataManager |
Context.getDataManager()
Data manager for this context
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.setDataManager(DataManager dataManager)
Set the data manager for this context
|
| Modifier and Type | Method and Description |
|---|---|
DataManager |
EntityManager.getDataManager()
Data manager for this entity manager
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataManager |
class |
JavaBeanDataManager |
| Modifier and Type | Method and Description |
|---|---|
DataManager |
EntityManagerImpl.getDataManager() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ObjectUtil.objectEquals(DataManager dataManager,
java.lang.Object obj1,
java.lang.Object obj2)
Equality for objects, using uid property when possible
|
| Constructor and Description |
|---|
DirtyCheckContextImpl(DataManager dataManager) |
EntityManagerImpl(java.lang.String id,
DataManager dataManager) |
UIDWeakSet(DataManager dataManager) |
UIDWeakSet(DataManager dataManager,
int capacity) |
| Modifier and Type | Method and Description |
|---|---|
DataManager |
MergeContext.getDataManager() |