Interface SQLMappingColumnContext
-
public interface SQLMappingColumnContextDeprecated.Since 2.3.0, replaced byFieldMapperContext.Provides the context ofSQLMappingColumn.- Since:
- 2.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.orchestranetworks.schema.SchemaNodegetSchemaNode(com.orchestranetworks.schema.Path schemaNodePath)Deprecated.Returns aSchemaNodeobject.java.util.List<com.orchestranetworks.schema.SchemaNode>getSchemaNodes()Deprecated.Returns a list ofSchemaNodeobjects.com.orchestranetworks.service.SessiongetSession()Deprecated.Returns the current session.SQLColumnSpecgetSQLColumnSpec(java.lang.String sqlColumnName)Deprecated.Returns aSQLColumnSpecobject.java.util.List<SQLColumnSpec>getSQLColumnSpecs()Deprecated.Returns a list ofSQLColumnSpecinstances.SQLTableOrViewSpecgetSQLTableOrViewSpec()Deprecated.Returns an instance ofSQLTableOrViewSpec.com.onwbp.adaptation.AdaptationTablegetTable()Deprecated.Returns the current table.
-
-
-
Method Detail
-
getSQLColumnSpecs
java.util.List<SQLColumnSpec> getSQLColumnSpecs()
Deprecated.Returns a list ofSQLColumnSpecinstances.
-
getSchemaNodes
java.util.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
SQLColumnSpec getSQLColumnSpec(java.lang.String sqlColumnName)
Deprecated.Returns aSQLColumnSpecobject.
-
-