Uses of Class
org.tentackle.model.DataType
-
Packages that use DataType Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation. -
-
Uses of DataType in org.tentackle.model
Methods in org.tentackle.model that return DataType Modifier and Type Method Description static DataTypeDataType. createFromJavaType(java.lang.String javaType)Creates a datatype from a java type string.DataTypeAttribute. getDataType()Gets the data type.DataTypeAttribute. getEffectiveType()Gets the effective type exposed to the backend.
If this is an application specific type, the inner type will be returned.DataTypeAttribute. getInnerType()Gets the innertype for application specific types.DataTypeDataType. toNonPrimitive()Converts a primitive to a Java class.DataTypeDataType. toPrimitive()Converts to a Java primitive.static DataTypeDataType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataType[]DataType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DataType in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return DataType Modifier and Type Method Description DataTypeAttributeImpl. getDataType()DataTypeAttributeImpl. getEffectiveType()DataTypeAttributeImpl. getInnerType()Gets the innertype for application specific types.Methods in org.tentackle.model.impl with parameters of type DataType Modifier and Type Method Description voidAttributeOptionsImpl. applyEntityOptions(EntityOptions options, DataType dataType)Sets the default from entity options.voidAttributeImpl. setDataType(DataType dataType)
-