| Package | Description |
|---|---|
| com.sleepycat.persist.impl |
INTERNAL: Direct Persistence Layer (DPL) implementation.
|
| com.sleepycat.persist.model |
Annotations for defining a persistent object model.
|
| com.sleepycat.persist.raw |
Raw data access for general purpose tools and manual conversions.
|
| Modifier and Type | Method and Description |
|---|---|
EntityMetadata |
ComplexFormat.getEntityMetadata() |
EntityMetadata |
Format.getEntityMetadata() |
| Constructor and Description |
|---|
PersistKeyCreator(com.sleepycat.persist.impl.Catalog catalogParam,
EntityMetadata entityMeta,
String keyClassName,
SecondaryKeyMetadata secKeyMeta,
boolean rawAccess)
Creates a key creator/nullifier for a given entity class and key name.
|
| Modifier and Type | Method and Description |
|---|---|
EntityMetadata |
AnnotationModel.getEntityMetadata(String className) |
abstract EntityMetadata |
EntityModel.getEntityMetadata(String className)
Returns the metadata for a given entity class name.
|
| Modifier and Type | Method and Description |
|---|---|
EntityMetadata |
RawType.getEntityMetadata()
Returns the original model entity metadata used to create this class, or
null if this is not an entity class.
|
Copyright © 2024. All rights reserved.