Interface SQLMappingColumnDefinition
public interface SQLMappingColumnDefinition
Deprecated.
Defines attributes for
SQLMappingColumn implementations.- Since:
- 2.2.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumDeprecated.Defines all internalSQLMappingColumnDefinitionimplementations that are available in {addon.label}. -
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.base.text.UserMessageDeprecated.Returns the description ofSQLMappingColumn.com.onwbp.base.text.UserMessagegetLabel()Deprecated.Returns the label ofSQLMappingColumn.Deprecated.Returns an instance ofSQLMappingColumn.
-
Method Details
-
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.
-
FieldMapperDefinition.