Interface SQLMappingColumnContext
public interface SQLMappingColumnContext
Deprecated.
Provides the context of
SQLMappingColumn.- Since:
- 2.2.0
-
Method Summary
Modifier and TypeMethodDescriptioncom.orchestranetworks.schema.SchemaNodegetSchemaNode(com.orchestranetworks.schema.Path schemaNodePath) Deprecated.Returns aSchemaNodeobject.List<com.orchestranetworks.schema.SchemaNode>Deprecated.Returns a list ofSchemaNodeobjects.com.orchestranetworks.service.SessionDeprecated.Returns the current session.getSQLColumnSpec(String sqlColumnName) Deprecated.Returns aSQLColumnSpecobject.Deprecated.Returns a list ofSQLColumnSpecinstances.Deprecated.Returns an instance ofSQLTableOrViewSpec.com.onwbp.adaptation.AdaptationTablegetTable()Deprecated.Returns the current table.
-
Method Details
-
getSQLColumnSpecs
List<SQLColumnSpec> getSQLColumnSpecs()Deprecated.Returns a list ofSQLColumnSpecinstances. -
getSchemaNodes
List<com.orchestranetworks.schema.SchemaNode> getSchemaNodes()Deprecated.Returns a list ofSchemaNodeobjects. -
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 ofSQLTableOrViewSpec. -
getSchemaNode
com.orchestranetworks.schema.SchemaNode getSchemaNode(com.orchestranetworks.schema.Path schemaNodePath) Deprecated.Returns aSchemaNodeobject. -
getSQLColumnSpec
Deprecated.Returns aSQLColumnSpecobject.
-
FieldMapperContext.