Interface ColumnMapping
-
- All Known Implementing Classes:
BaseColumnMapping
public interface ColumnMapping
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getColumnName()
String
getName()
ColumnMappingRelation
getRelation()
String
getType()
boolean
isReadOnly()
-
-
-
Method Detail
-
getName
String getName()
-
getColumnName
String getColumnName()
-
getType
String getType()
-
isReadOnly
boolean isReadOnly()
-
getRelation
ColumnMappingRelation getRelation()
-
-