| Package | Description |
|---|---|
| com.sleepycat.persist.impl |
INTERNAL: Direct Persistence Layer (DPL) implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Enhanced.bdbReadCompositeKeyFields(EntityInput input,
Format[] formats) |
void |
Enhanced.bdbReadNonKeyFields(EntityInput input,
int startField,
int endField,
int superLevel) |
void |
Enhanced.bdbReadPriKeyField(EntityInput input,
Format format)
Calls the super class method if this class does not contain the primary
key field.
|
void |
Enhanced.bdbReadSecKeyFields(EntityInput input,
int startField,
int endField,
int superLevel) |
Object |
PrimitiveArrayFormat.newInstance(EntityInput input,
boolean rawAccess) |
Object |
CompositeKeyFormat.newInstance(EntityInput input,
boolean rawAccess) |
Object |
ComplexFormat.newInstance(EntityInput input,
boolean rawAccess) |
Object |
ProxiedFormat.newInstance(EntityInput input,
boolean rawAccess) |
Object |
ConverterReader.newInstance(EntityInput input,
boolean rawAccess) |
Object |
EnumFormat.newInstance(EntityInput input,
boolean rawAccess) |
Object |
SimpleFormat.FBool.newInstance(EntityInput input,
boolean rawAccess) |
Object |
SimpleFormat.FByte.newInstance(EntityInput input,
boolean rawAccess) |
Object |
SimpleFormat.FShort.newInstance(EntityInput input,
boolean rawAccess) |
Object |
SimpleFormat.FInt.newInstance(EntityInput input,
boolean rawAccess) |
Object |
SimpleFormat.FLong.newInstance(EntityInput input,
boolean rawAccess) |
Object |
SimpleFormat.FFloat.newInstance(EntityInput input,
boolean rawAccess) |
Object |
SimpleFormat.FDouble.newInstance(EntityInput input,
boolean rawAccess) |
Object |
SimpleFormat.FChar.newInstance(EntityInput input,
boolean rawAccess) |
Object |
SimpleFormat.FString.newInstance(EntityInput input,
boolean rawAccess) |
Object |
SimpleFormat.FBigInt.newInstance(EntityInput input,
boolean rawAccess) |
Object |
SimpleFormat.FBigDec.newInstance(EntityInput input,
boolean rawAccess) |
Object |
SimpleFormat.FDate.newInstance(EntityInput input,
boolean rawAccess) |
Object |
ObjectArrayFormat.newInstance(EntityInput input,
boolean rawAccess) |
abstract Object |
Format.newInstance(EntityInput input,
boolean rawAccess)
Creates a new instance of the target class using its default
constructor.
|
void |
EnhancedAccessor.readCompositeKeyFields(Object o,
EntityInput input) |
void |
EnhancedAccessor.readNonKeyFields(Object o,
EntityInput input,
int startField,
int endField,
int superLevel) |
Object |
PrimitiveArrayFormat.readObject(Object o,
EntityInput input,
boolean rawAccess) |
Object |
CompositeKeyFormat.readObject(Object o,
EntityInput input,
boolean rawAccess) |
Object |
ComplexFormat.readObject(Object o,
EntityInput input,
boolean rawAccess) |
Object |
ProxiedFormat.readObject(Object o,
EntityInput input,
boolean rawAccess) |
Object |
ConverterReader.readObject(Object o,
EntityInput input,
boolean rawAccess) |
Object |
EnumFormat.readObject(Object o,
EntityInput input,
boolean rawAccess) |
Object |
SimpleFormat.readObject(Object o,
EntityInput input,
boolean rawAccess) |
Object |
ObjectArrayFormat.readObject(Object o,
EntityInput input,
boolean rawAccess) |
abstract Object |
Format.readObject(Object o,
EntityInput input,
boolean rawAccess)
Called after newInstance() to read the rest of the data bytes and fill
in the object contents.
|
void |
ComplexFormat.readPriKey(Object o,
EntityInput input,
boolean rawAccess) |
void |
ConverterReader.readPriKey(Object o,
EntityInput input,
boolean rawAccess) |
void |
Format.readPriKey(Object o,
EntityInput input,
boolean rawAccess)
Reads the primary key from the given input bytes and sets the primary
key field in the given object.
|
void |
EnhancedAccessor.readPriKeyField(Object o,
EntityInput input) |
void |
EnhancedAccessor.readSecKeyFields(Object o,
EntityInput input,
int startField,
int endField,
int superLevel) |
Copyright © 2024. All rights reserved.