| Package | Description |
|---|---|
| com.sleepycat.persist.impl |
INTERNAL: Direct Persistence Layer (DPL) implementation.
|
| com.sleepycat.persist.model |
Annotations for defining a persistent object model.
|
| Modifier and Type | Method and Description |
|---|---|
PersistCatalog |
RefreshException.refresh()
This method must be called to handle this exception in the binding
methods, after the stack has unwound.
|
| Constructor and Description |
|---|
PersistEntityBinding(PersistCatalog catalogParam,
String entityClassName,
boolean rawAccess)
Creates a key binding for a given entity class.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ModelInternal.setCatalog(EntityModel model,
PersistCatalog catalog)
Internal access method that should not be used by applications.
|
protected void |
EntityModel.setCatalog(PersistCatalog newCatalog) |
Copyright © 2024. All rights reserved.