Interface SQLMappingColumnContext


public interface SQLMappingColumnContext
Deprecated.
Since 2.3.0, replaced by FieldMapperContext.
Provides the context of SQLMappingColumn.
Since:
2.2.0
  • Method Details

    • getSQLColumnSpecs

      List<SQLColumnSpec> getSQLColumnSpecs()
      Deprecated.
      Returns a list of SQLColumnSpec instances.
    • getSchemaNodes

      List<com.orchestranetworks.schema.SchemaNode> getSchemaNodes()
      Deprecated.
      Returns a list of SchemaNode objects.
    • getTable

      com.onwbp.adaptation.AdaptationTable getTable()
      Deprecated.
      Returns the current table.
    • getSession

      com.orchestranetworks.service.Session getSession()
      Deprecated.
      Returns the current session.
    • getSQLTableOrViewSpec

      SQLTableOrViewSpec getSQLTableOrViewSpec()
      Deprecated.
      Returns an instance of SQLTableOrViewSpec.
    • getSchemaNode

      com.orchestranetworks.schema.SchemaNode getSchemaNode(com.orchestranetworks.schema.Path schemaNodePath)
      Deprecated.
      Returns a SchemaNode object.
    • getSQLColumnSpec

      SQLColumnSpec getSQLColumnSpec(String sqlColumnName)
      Deprecated.
      Returns a SQLColumnSpec object.