Package com.db4o.internal
Interface Persistent
-
- All Known Implementing Classes:
BTree,BTreeNode,ClassMetadata,ClassMetadataRepository,LocalPersistentBase,ObjectTypeMetadata,PersistentBase,PersistentIntegerArray,PrimitiveTypeMetadata
public interface Persistent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description bytegetIdentifier()intownLength()voidreadThis(Transaction trans, ByteArrayBuffer reader)voidwriteThis(Transaction trans, ByteArrayBuffer writer)
-
-
-
Method Detail
-
getIdentifier
byte getIdentifier()
-
ownLength
int ownLength()
-
readThis
void readThis(Transaction trans, ByteArrayBuffer reader)
-
writeThis
void writeThis(Transaction trans, ByteArrayBuffer writer)
-
-