Uses of Class
io.objectbox.annotation.DatabaseType
-
Packages that use DatabaseType 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 DatabaseType in io.objectbox.annotation
Methods in io.objectbox.annotation that return DatabaseType Modifier and Type Method Description DatabaseTypevalue()static DatabaseTypeDatabaseType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DatabaseType[]DatabaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-