| Package | Description |
|---|---|
| com.sleepycat.persist.impl |
INTERNAL: Direct Persistence Layer (DPL) implementation.
|
| com.sleepycat.persist.raw |
Raw data access for general purpose tools and manual conversions.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,RawField> |
CompositeKeyFormat.getFields() |
Map<String,RawField> |
ComplexFormat.getFields() |
Map<String,RawField> |
Format.getFields() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RawField> |
RawType.getFields()
Returns a map of field name to raw field for each non-static
non-transient field declared in this class, or null if this is not a
complex type (in other words, this is a simple type or an array type).
|
Copyright © 2024. All rights reserved.