| 
Berkeley DB version 4.8.30  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityModel | |
|---|---|
| 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. | 
| Uses of EntityModel in com.sleepycat.persist | 
|---|
| Methods in com.sleepycat.persist that return EntityModel | |
|---|---|
 EntityModel | 
StoreConfig.getModel()
Returns the entity model that defines entity classes and index keys.  | 
 EntityModel | 
EntityStore.getModel()
Returns the current entity model for this store.  | 
| Methods in com.sleepycat.persist with parameters of type EntityModel | |
|---|---|
 void | 
StoreConfig.setModel(EntityModel model)
Sets the entity model that defines entity classes and index keys.  | 
| Uses of EntityModel in com.sleepycat.persist.evolve | 
|---|
| Methods in com.sleepycat.persist.evolve with parameters of type EntityModel | |
|---|---|
 void | 
Conversion.initialize(EntityModel model)
Initializes the conversion, allowing it to obtain raw type information from the entity model.  | 
| Uses of EntityModel in com.sleepycat.persist.model | 
|---|
| Subclasses of EntityModel in com.sleepycat.persist.model | |
|---|---|
 class | 
AnnotationModel
The default annotation-based entity model.  | 
| Methods in com.sleepycat.persist.model with parameters of type EntityModel | |
|---|---|
static void | 
ModelInternal.setCatalog(EntityModel model,
           com.sleepycat.persist.impl.PersistCatalog catalog)
Internal access method that should not be used by applications.  | 
| Uses of EntityModel in com.sleepycat.persist.raw | 
|---|
| Methods in com.sleepycat.persist.raw that return EntityModel | |
|---|---|
 EntityModel | 
RawStore.getModel()
Returns the last configured and stored entity model for this store.  | 
  | 
Berkeley DB version 4.8.30  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||