Package | Description |
---|---|
com.sleepycat.persist |
The Direct Persistence Layer (DPL) adds a persistent object model to the
Berkeley DB transactional engine.
|
com.sleepycat.persist.evolve |
Utilities for managing class evolution of persistent objects.
|
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 |
---|---|
EntityModel |
EntityStore.getModel()
Returns the current entity model for this store.
|
EntityModel |
StoreConfig.getModel()
Returns the entity model that defines entity classes and index keys.
|
Modifier and Type | Method and Description |
---|---|
StoreConfig |
StoreConfig.setModel(EntityModel model)
Sets the entity model that defines entity classes and index keys.
|
Modifier and Type | Method and Description |
---|---|
void |
Conversion.initialize(EntityModel model)
Initializes the conversion, allowing it to obtain raw type information
from the entity model.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationModel
The default annotation-based entity model.
|
Modifier and Type | Method and Description |
---|---|
EntityModel |
RawStore.getModel()
Returns the last configured and stored entity model for this store.
|
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.