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 voidClientObjectContainer. writeUpdate(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ArrayType arrayType, ByteArrayBuffer buffer)voidClientTransaction. 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 ArrayTypeArrayType. MULTIDIMENSIONAL_ARRAYstatic ArrayTypeArrayType. NONEstatic ArrayTypeArrayType. PLAIN_ARRAYMethods in com.db4o.internal that return ArrayType Modifier and Type Method Description static ArrayTypeArrayType. forValue(int value)Methods in com.db4o.internal with parameters of type ArrayType Modifier and Type Method Description 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)voidLocalTransaction. writeUpdateAdjustIndexes(int id, ClassMetadata clazz, ArrayType typeInfo)abstract voidTransaction. 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 voidMarshallingContext. purgeFieldIndexEntriesOnUpdate(Transaction transaction, ArrayType arrayType)
-