Class ColumnMeta
java.lang.Object
org.nuiton.topia.persistence.metadata.ColumnMeta
- All Implemented Interfaces:
Serializable
Define the meta data of a entity field.
- Since:
- 2.6.12
- Author:
- Tony Chemit - [email protected]
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Name of the column. -
type
Type of the column.
-
-
Constructor Details
-
ColumnMeta
-
-
Method Details
-
newMeta
-
getName
-
getType
-
getTypeSimpleName
-
getColumnType
-
isFK
public boolean isFK() -
isDate
public boolean isDate() -
isBoolean
public boolean isBoolean() -
isNumber
public boolean isNumber()
-