Uses of Class
com.d3x.core.db.DatabaseUpdate.Type
-
Packages that use DatabaseUpdate.Type Package Description com.d3x.core.db -
-
Uses of DatabaseUpdate.Type in com.d3x.core.db
Fields in com.d3x.core.db declared as DatabaseUpdate.Type Modifier and Type Field Description private DatabaseUpdate.TypeDatabaseUpdate. typeMethods in com.d3x.core.db that return DatabaseUpdate.Type Modifier and Type Method Description static DatabaseUpdate.TypeDatabaseUpdate.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DatabaseUpdate.Type[]DatabaseUpdate.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.d3x.core.db with parameters of type DatabaseUpdate.Type Constructor Description DatabaseUpdate(Database db, java.lang.Class<T> dataType, DatabaseUpdate.Type type)Constructor
-