Uses of Enum Class
tech.ailef.dbadmin.external.dbmapping.DbFieldType
Packages that use DbFieldType
Package
Description
Representation of the user database and repository classes.
-
Uses of DbFieldType in tech.ailef.dbadmin.external.dbmapping
Fields in tech.ailef.dbadmin.external.dbmapping declared as DbFieldTypeMethods in tech.ailef.dbadmin.external.dbmapping that return DbFieldTypeModifier and TypeMethodDescriptionstatic DbFieldTypeDbField.getType()static DbFieldTypeReturns the enum constant of this class with the specified name.static DbFieldType[]DbFieldType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.ailef.dbadmin.external.dbmapping with parameters of type DbFieldTypeConstructors in tech.ailef.dbadmin.external.dbmapping with parameters of type DbFieldTypeModifierConstructorDescriptionDbField(String javaName, String name, Field field, DbFieldType type, DbObjectSchema schema, String format)