Uses of Class
io.objectbox.flatbuffers.Table
-
Packages that use Table Package Description io.objectbox.config io.objectbox.flatbuffers io.objectbox.model io.objectbox.sync ObjectBox Sync allows to automatically synchronize local data with a sync destination (e.g.io.objectbox.sync.server -
-
Uses of Table in io.objectbox.config
Subclasses of Table in io.objectbox.config Modifier and Type Class Description classFlatStoreOptionsOptions to open a store with. -
Uses of Table in io.objectbox.flatbuffers
Methods in io.objectbox.flatbuffers with type parameters of type Table Modifier and Type Method Description <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 Table Modifier and Type Method Description protected TableTable. __union(Table t, int offset)Initialize any Table-derived type to point to the union at the given `offset`.protected static TableTable. __union(Table t, int offset, java.nio.ByteBuffer bb)Initialize any Table-derived type to point to the union at the given `offset`.TableUnionVector. get(Table obj, int j)Initialize any Table-derived type to point to the union at the given `index`.Methods in io.objectbox.flatbuffers with parameters of type Table Modifier and Type Method Description protected TableTable. __union(Table t, int offset)Initialize any Table-derived type to point to the union at the given `offset`.protected static TableTable. __union(Table t, int offset, java.nio.ByteBuffer bb)Initialize any Table-derived type to point to the union at the given `offset`.TableUnionVector. get(Table obj, int j)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.model Modifier and Type Class Description classHnswParamsParameters to configure HNSW-based approximate nearest neighbor (ANN) search.classModelA model describes all entities and other meta data.classModelEntityclassModelPropertyclassModelRelation -
Uses of Table in io.objectbox.sync
Subclasses of Table in io.objectbox.sync Modifier and Type Class Description classCredentialsCredentials 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.server Modifier and Type Class Description classClusterPeerConfigConfiguration to connect to another (remote) cluster peer.classJwtConfigclassSyncServerOptionsThe Sync server configuration used to configure a starting Sync Server.
-