| Package | Description |
|---|---|
| container.app.dao | |
| container.app.dao.support | |
| container.app.phonedirectory.dao.provider.support |
| Modifier and Type | Method and Description |
|---|---|
static DataAccessType |
DataAccessType.getByName(String name) |
static DataAccessType |
DataAccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataAccessType[] |
DataAccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataAccessType |
DataAccessEvent.getCrudOperation() |
| Constructor and Description |
|---|
DataAccessEvent(Object source,
DataAccessType op,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
protected CacheDataAccessEvent |
PhoneDirectoryCacheListener.createCacheDataAccessEvent(Object source,
DataAccessType op,
String key,
PhoneDirectoryEntry value) |
| Constructor and Description |
|---|
CacheDataAccessEvent(Object source,
DataAccessType op,
Object key,
Object value) |
CacheDataAccessEvent(Object source,
DataAccessType op,
Object key,
Object oldValue,
Object newValue) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.