Uses of Class
io.objectbox.annotation.IndexType
-
Packages that use IndexType Package Description io.objectbox.annotation Annotations to mark a class as an@Entity, to specify the@IdProperty, to create an@Indexor a@TransientProperty. -
-
Uses of IndexType in io.objectbox.annotation
Methods in io.objectbox.annotation that return IndexType Modifier and Type Method Description IndexTypetype()static IndexTypeIndexType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndexType[]IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-