Uses of Enum Class
io.objectbox.annotation.DatabaseType
Packages that use DatabaseType
Package
Description
Annotations to mark a class as an
@Entity,
to specify the @Id Property,
to create an @Index or
a @Transient Property.-
Uses of DatabaseType in io.objectbox.annotation
Methods in io.objectbox.annotation that return DatabaseTypeModifier and TypeMethodDescriptionstatic DatabaseTypeReturns the enum constant of this class with the specified name.static DatabaseType[]DatabaseType.values()Returns an array containing the constants of this enum class, in the order they are declared.