Interface SQLMappingColumnDefinition


public interface SQLMappingColumnDefinition
Deprecated.
Since 2.3.0, replaced by FieldMapperDefinition.
Defines attributes for SQLMappingColumn implementations.
Since:
2.2.0
  • Method Details

    • getLabel

      com.onwbp.base.text.UserMessage getLabel()
      Deprecated.
      Returns the label of SQLMappingColumn.
    • getDescription

      com.onwbp.base.text.UserMessage getDescription()
      Deprecated.
      Returns the description of SQLMappingColumn.
    • getSQLMappingColumn

      SQLMappingColumn getSQLMappingColumn()
      Deprecated.
      Returns an instance of SQLMappingColumn.