Uses of Package
io.objectbox.annotation
-
Packages that use io.objectbox.annotation Package Description io.objectbox.annotation Annotations to mark a class as an@Entity, to specify the@IdProperty, to create an@Indexor a@TransientProperty. -
Classes in io.objectbox.annotation used by io.objectbox.annotation Class Description ConflictStrategy Used withUniqueto specify the conflict resolution strategy.DatabaseType Use with@Typeto override how a property value is stored and interpreted in the database.HnswFlags Flags as a part of theHnswIndexconfiguration.IndexType ObjectBox offers a value and two hash index types, from which it chooses a reasonable default (seeIndexType.DEFAULT).VectorDistanceType The vector distance algorithm used by anHnswIndex(vector search).