Package com.db4o.internal
Class LocalPersistentBase
- java.lang.Object
- 
- com.db4o.internal.Identifiable
- 
- com.db4o.internal.PersistentBase
- 
- com.db4o.internal.LocalPersistentBase
 
 
 
- 
- All Implemented Interfaces:
- LinkLengthAware,- Persistent
 - Direct Known Subclasses:
- BTree,- BTreeNode,- PersistentIntegerArray
 
 public abstract class LocalPersistentBase extends PersistentBase 
- 
- 
Field Summary- 
Fields inherited from class com.db4o.internal.Identifiable_id, _state
 
- 
 - 
Constructor SummaryConstructors Constructor Description LocalPersistentBase()LocalPersistentBase(TransactionalIdSystem idSystem)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TransactionalIdSystemidSystem(Transaction trans)protected ByteArrayBufferreadBufferById(Transaction trans)- 
Methods inherited from class com.db4o.internal.PersistentBasefree, linkLength, newWriteBuffer, produceReadBuffer, produceWriteBuffer, read, read, slotChangeFactory, write, writeObjectBegin, writeOwnID
 - 
Methods inherited from class com.db4o.internal.IdentifiablebeginProcessing, endProcessing, getID, hashCode, isActive, isDirty, isNew, setID, setStateClean, setStateDeactivated, setStateDirty
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.db4o.internal.PersistentgetIdentifier, ownLength, readThis, writeThis
 
- 
 
- 
- 
- 
Constructor Detail- 
LocalPersistentBasepublic LocalPersistentBase(TransactionalIdSystem idSystem) 
 - 
LocalPersistentBasepublic LocalPersistentBase() 
 
- 
 - 
Method Detail- 
idSystempublic TransactionalIdSystem idSystem(Transaction trans) - Overrides:
- idSystemin class- PersistentBase
 
 - 
readBufferByIdprotected ByteArrayBuffer readBufferById(Transaction trans) - Overrides:
- readBufferByIdin class- PersistentBase
 
 
- 
 
-