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 |
---|---|
java.lang.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<java.lang.Object,RawObject> |
RawStore.getPrimaryIndex(java.lang.String entityClass)
Opens the primary index for a given entity class.
|
SecondaryIndex<java.lang.Object,java.lang.Object,RawObject> |
RawStore.getSecondaryIndex(java.lang.String entityClass,
java.lang.String keyName)
Opens the secondary index for a given entity class and secondary key
name.
|
Constructor and Description |
---|
RawObject(RawType type,
java.util.Map<java.lang.String,java.lang.Object> values,
RawObject superObject)
Creates a raw object with a given set of field values for a complex
type.
|
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.