Uses of Class
com.db4o.internal.ArrayType
-
Packages that use ArrayType Package Description com.db4o.cs.internal com.db4o.internal com.db4o.internal.marshall -
-
Uses of ArrayType in com.db4o.cs.internal
Methods in com.db4o.cs.internal with parameters of type ArrayType Modifier and Type Method Description void
ClientObjectContainer. writeUpdate(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ArrayType arrayType, ByteArrayBuffer buffer)
void
ClientTransaction. writeUpdateAdjustIndexes(int id, ClassMetadata classMetadata, ArrayType arrayType)
-
Uses of ArrayType in com.db4o.internal
Fields in com.db4o.internal declared as ArrayType Modifier and Type Field Description static ArrayType
ArrayType. MULTIDIMENSIONAL_ARRAY
static ArrayType
ArrayType. NONE
static ArrayType
ArrayType. PLAIN_ARRAY
Methods in com.db4o.internal that return ArrayType Modifier and Type Method Description static ArrayType
ArrayType. forValue(int value)
Methods in com.db4o.internal with parameters of type ArrayType Modifier and Type Method Description void
LocalObjectContainer. writeUpdate(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ArrayType arrayType, ByteArrayBuffer buffer)
abstract void
ObjectContainerBase. writeUpdate(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ArrayType arrayType, ByteArrayBuffer buffer)
void
LocalTransaction. writeUpdateAdjustIndexes(int id, ClassMetadata clazz, ArrayType typeInfo)
abstract void
Transaction. writeUpdateAdjustIndexes(int id, ClassMetadata clazz, ArrayType typeInfo)
-
Uses of ArrayType in com.db4o.internal.marshall
Methods in com.db4o.internal.marshall with parameters of type ArrayType Modifier and Type Method Description void
MarshallingContext. purgeFieldIndexEntriesOnUpdate(Transaction transaction, ArrayType arrayType)
-