Package | Description |
---|---|
com.uoc.myframeuoc.database |
Modifier and Type | Method and Description |
---|---|
JavaType |
TypeMap.getJavaType()
Permet obtenir el tipus de dades de Java que representa el tipus mapejat.
|
static JavaType |
JavaType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavaType[] |
JavaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TypeMap(JavaType javaType,
java.lang.String mappingType)
Constructor.
|
TypeMap(JavaType javaType,
java.lang.String mappingType,
java.lang.Integer maxLength)
Constructor.
|
TypeMap(JavaType javaType,
java.lang.String mappingType,
java.lang.Integer maxPrecision,
java.lang.Integer maxScale,
java.lang.Integer minScale,
java.lang.Integer maxLength)
Constructor.
|