Interface SQLMappingColumnDefinition
-
public interface SQLMappingColumnDefinitionDeprecated.Since 2.3.0, replaced byFieldMapperDefinition.Defines attributes forSQLMappingColumnimplementations.- Since:
- 2.2.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinitionDeprecated.Defines all internalSQLMappingColumnDefinitionimplementations that are available in {addon.label}.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.onwbp.base.text.UserMessagegetDescription()Deprecated.Returns the description ofSQLMappingColumn.com.onwbp.base.text.UserMessagegetLabel()Deprecated.Returns the label ofSQLMappingColumn.SQLMappingColumngetSQLMappingColumn()Deprecated.Returns an instance ofSQLMappingColumn.
-
-
-
Method Detail
-
getLabel
com.onwbp.base.text.UserMessage getLabel()
Deprecated.Returns the label ofSQLMappingColumn.
-
getDescription
com.onwbp.base.text.UserMessage getDescription()
Deprecated.Returns the description ofSQLMappingColumn.
-
getSQLMappingColumn
SQLMappingColumn getSQLMappingColumn()
Deprecated.Returns an instance ofSQLMappingColumn.
-
-