Package | Description |
---|---|
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 |
---|---|
Object |
EntityModel.convertRawObject(RawObject raw)
Converts a given raw object to a live object according to the current
class definitions.
|
Modifier and Type | Method and Description |
---|---|
RawObject |
RawObject.getSuper()
Returns the instance of the superclass, or null if the superclass is
Object or Enum . |
Modifier and Type | Method and Description |
---|---|
PrimaryIndex<Object,RawObject> |
RawStore.getPrimaryIndex(String entityClass)
Opens the primary index for a given entity class.
|
SecondaryIndex<Object,Object,RawObject> |
RawStore.getSecondaryIndex(String entityClass,
String keyName)
Opens the secondary index for a given entity class and secondary key
name.
|
Constructor and Description |
---|
RawObject(RawType type,
Map<String,Object> values,
RawObject superObject)
Creates a raw object with a given set of field values for a complex
type.
|
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.