Uses of Class
com.db4o.internal.slots.Pointer4
-
Packages that use Pointer4 Package Description com.db4o.cs.internal com.db4o.cs.internal.messages com.db4o.internal com.db4o.internal.marshall -
-
Uses of Pointer4 in com.db4o.cs.internal
Methods in com.db4o.cs.internal with parameters of type Pointer4 Modifier and Type Method Description voidClientObjectContainer. writeNew(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ByteArrayBuffer buffer)voidClientObjectContainer. writeUpdate(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ArrayType arrayType, ByteArrayBuffer buffer) -
Uses of Pointer4 in com.db4o.cs.internal.messages
Methods in com.db4o.cs.internal.messages with parameters of type Pointer4 Modifier and Type Method Description MsgDMsgObject. getWriter(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, int param, ByteArrayBuffer buffer)MsgDMsgObject. getWriter(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ByteArrayBuffer buffer) -
Uses of Pointer4 in com.db4o.internal
Methods in com.db4o.internal that return Pointer4 Modifier and Type Method Description Pointer4StatefulBuffer. pointer()Methods in com.db4o.internal with parameters of type Pointer4 Modifier and Type Method Description voidLocalObjectContainer. writeNew(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ByteArrayBuffer buffer)abstract voidObjectContainerBase. writeNew(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ByteArrayBuffer buffer)voidLocalObjectContainer. writeUpdate(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ArrayType arrayType, ByteArrayBuffer buffer)abstract voidObjectContainerBase. writeUpdate(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ArrayType arrayType, ByteArrayBuffer buffer)Constructors in com.db4o.internal with parameters of type Pointer4 Constructor Description StatefulBuffer(Transaction trans, Pointer4 pointer) -
Uses of Pointer4 in com.db4o.internal.marshall
Methods in com.db4o.internal.marshall that return Pointer4 Modifier and Type Method Description Pointer4MarshallingContext. allocateSlot()Methods in com.db4o.internal.marshall with parameters of type Pointer4 Modifier and Type Method Description ByteArrayBufferMarshallingContext. toWriteBuffer(Pointer4 pointer)
-