Uses of Class
io.objectbox.flatbuffers.Table
Packages that use Table
Package
Description
ObjectBox Sync allows to automatically synchronize local data with a sync
destination (e.g.
-
Uses of Table in io.objectbox.config
Subclasses of Table in io.objectbox.config -
Uses of Table in io.objectbox.flatbuffers
Methods in io.objectbox.flatbuffers with type parameters of type TableModifier and TypeMethodDescription<T extends Table>
intFlatBufferBuilder.createSortedVectorOfTables(T obj, int[] offsets) Create a vector of sorted by the key tables.Methods in io.objectbox.flatbuffers that return TableModifier and TypeMethodDescriptionprotected TableInitialize any Table-derived type to point to the union at the given `offset`.protected static TableTable.__union(Table t, int offset, ByteBuffer bb) Initialize any Table-derived type to point to the union at the given `offset`.Initialize any Table-derived type to point to the union at the given `index`.Methods in io.objectbox.flatbuffers with parameters of type TableModifier and TypeMethodDescriptionprotected TableInitialize any Table-derived type to point to the union at the given `offset`.protected static TableTable.__union(Table t, int offset, ByteBuffer bb) Initialize any Table-derived type to point to the union at the given `offset`.Initialize any Table-derived type to point to the union at the given `index`.static booleanFlatBufferBuilder.isFieldPresent(Table table, int offset) Helper function to test if a field is present in the table -
Uses of Table in io.objectbox.model
Subclasses of Table in io.objectbox.modelModifier and TypeClassDescriptionfinal classParameters to configure HNSW-based approximate nearest neighbor (ANN) search.final classA model describes all entities and other meta data.final classfinal classfinal class -
Uses of Table in io.objectbox.sync
Subclasses of Table in io.objectbox.syncModifier and TypeClassDescriptionfinal classCredentials consist of a type and the credentials data to perform authentication checks. -
Uses of Table in io.objectbox.sync.server
Subclasses of Table in io.objectbox.sync.serverModifier and TypeClassDescriptionfinal classConfiguration to connect to another (remote) cluster peer.final classfinal classThe Sync server configuration used to configure a starting Sync Server.