| Package | Description |
|---|---|
| com.sleepycat.persist.impl |
INTERNAL: Direct Persistence Layer (DPL) implementation.
|
| com.sleepycat.persist.model |
Annotations for defining a persistent object model.
|
| Class and Description |
|---|
| Enhanced
Interface implemented by a persistent class via bytecode enhancement.
|
| EntityInput
Used for reading object fields.
|
| EntityOutput
Used for writing object fields.
|
| Format
The base class for all object formats.
|
| PersistCatalog
The catalog of class formats for a store, along with its associated model
and mutations.
|
| PersistKeyAssigner
Assigns primary keys from a Sequence.
|
| PersistKeyBinding
A persistence key binding for a given key class.
|
| RefreshException
Thrown and handled internally when metadata must be refreshed on a Replica.
|
| SimpleFormat
Format for simple types, including primitives.
|
| Store
Base implementation for EntityStore and RawStore.
|
| Store.SyncHook
For unit testing.
|
| Class and Description |
|---|
| PersistCatalog
The catalog of class formats for a store, along with its associated model
and mutations.
|
Copyright © 2024. All rights reserved.