Package io.objectbox
Class ModelBuilder
java.lang.Object
io.objectbox.ModelBuilder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]build()(package private) intcreateVector(List<Integer> offsets) lastEntityId(int lastEntityId, long lastEntityUid) lastIndexId(int lastIndexId, long lastIndexUid) lastRelationId(int lastRelationId, long lastRelationUid) version(long version)
-
Field Details
-
MODEL_VERSION
private static final int MODEL_VERSION- See Also:
-
fbb
-
entityOffsets
-
version
long version -
lastEntityId
Integer lastEntityId -
lastEntityUid
Long lastEntityUid -
lastIndexId
Integer lastIndexId -
lastIndexUid
Long lastIndexUid -
lastRelationId
Integer lastRelationId -
lastRelationUid
Long lastRelationUid
-
-
Constructor Details
-
ModelBuilder
public ModelBuilder()
-
-
Method Details
-
createVector
-
version
-
entity
-
lastEntityId
-
lastIndexId
-
lastRelationId
-
build
public byte[] build()
-