com.sleepycat.persist.raw |
Raw data access for general purpose tools and manual conversions.
|
Java Source File Name | Type | Comment |
RawField.java | Interface | The definition of a field in a
RawType .
RawField objects are thread-safe. |
RawObject.java | Class | A raw instance that can be used with a
RawStore or
Conversion . |
RawStore.java | Class | Provides access to the raw data in a store for use by general purpose tools.
A RawStore provides access to stored entities without using
entity classes or key classes. |
RawType.java | Interface | The type definition for a simple or complex persistent type, or an array
of persistent types.
RawType objects are thread-safe. |