|
Berkeley DB version 5.3.28 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RawObject | |
---|---|
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 RawObject in com.sleepycat.persist.model |
---|
Methods in com.sleepycat.persist.model with parameters of type RawObject | |
---|---|
Object |
EntityModel.convertRawObject(RawObject raw)
Converts a given raw object to a live object according to the current class definitions. |
Uses of RawObject in com.sleepycat.persist.raw |
---|
Methods in com.sleepycat.persist.raw that return RawObject | |
---|---|
RawObject |
RawObject.getSuper()
Returns the instance of the superclass, or null if the superclass is Object or Enum . |
Methods in com.sleepycat.persist.raw that return types with arguments of type RawObject | |
---|---|
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. |
Constructors in com.sleepycat.persist.raw with parameters of type RawObject | |
---|---|
RawObject(RawType type,
Map<String,Object> values,
RawObject superObject)
Creates a raw object with a given set of field values for a complex type. |
|
Berkeley DB version 5.3.28 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |