Uses of Package
io.objectbox.annotation
Packages that use io.objectbox.annotation
Package
Description
Annotations to mark a class as an
@Entity,
to specify the @Id Property,
to create an @Index or
a @Transient Property.-
Classes in io.objectbox.annotation used by io.objectbox.annotationClassDescriptionUsed with
Uniqueto specify the conflict resolution strategy.Use with@Typeto override how a property value is stored and interpreted in the database.ObjectBox offers a value and two hash index types, from which it chooses a reasonable default (seeIndexType.DEFAULT).The vector distance algorithm used by anHnswIndex(vector search).