Uses of Enum
com.objectsql.support.ColumnType
Packages that use ColumnType
-
Uses of ColumnType in com.objectsql.support
Methods in com.objectsql.support that return ColumnTypeModifier and TypeMethodDescriptionColumnInfo.getColumnType()Pair.getColumnType()TableColumn.getColumnType()static ColumnTypeReturns the enum constant of this type with the specified name.static ColumnType[]ColumnType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.objectsql.support with parameters of type ColumnTypeModifier and TypeMethodDescriptionvoidColumnInfo.setColumnType(ColumnType columnType) voidPair.setColumnType(ColumnType columnType) voidTableColumn.setColumnType(ColumnType columnType) Constructors in com.objectsql.support with parameters of type ColumnType -
Uses of ColumnType in com.objectsql.utils
Methods in com.objectsql.utils that return types with arguments of type ColumnTypeModifier and TypeMethodDescriptionstatic Map<String, ColumnType> ORMUtils.getColumnType(Class<?> clazz)