Uses of Class
io.objectbox.internal.Feature
-
Packages that use Feature Package Description io.objectbox ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.io.objectbox.internal -
-
Uses of Feature in io.objectbox
Methods in io.objectbox with parameters of type Feature Modifier and Type Method Description static booleanBoxStore. hasFeature(Feature feature) -
Uses of Feature in io.objectbox.internal
Methods in io.objectbox.internal that return Feature Modifier and Type Method Description static FeatureFeature. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Feature[]Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.
-