Package | Description |
---|---|
javax.jdo |
This package contains the JDO specification interfaces and classes.
|
javax.jdo.datastore |
This package contains the JDO specification datastore interfaces.
|
Modifier and Type | Method | Description |
---|---|---|
DataStoreCache |
PersistenceManagerFactory.getDataStoreCache() |
Return the
DataStoreCache that this factory uses for
controlling a second-level cache. |
Modifier and Type | Class | Description |
---|---|---|
static class |
DataStoreCache.EmptyDataStoreCache |
This class is an empty implementation of the DataStoreCache
interface.
|