Interface SQLMappingColumnContext
public interface SQLMappingColumnContext
Deprecated.
Provides the context of
SQLMappingColumn
.- Since:
- 2.2.0
-
Method Summary
Modifier and TypeMethodDescriptioncom.orchestranetworks.schema.SchemaNode
getSchemaNode
(com.orchestranetworks.schema.Path schemaNodePath) Deprecated.Returns aSchemaNode
object.List<com.orchestranetworks.schema.SchemaNode>
Deprecated.Returns a list ofSchemaNode
objects.com.orchestranetworks.service.Session
Deprecated.Returns the current session.getSQLColumnSpec
(String sqlColumnName) Deprecated.Returns aSQLColumnSpec
object.Deprecated.Returns a list ofSQLColumnSpec
instances.Deprecated.Returns an instance ofSQLTableOrViewSpec
.com.onwbp.adaptation.AdaptationTable
getTable()
Deprecated.Returns the current table.
-
Method Details
-
getSQLColumnSpecs
List<SQLColumnSpec> getSQLColumnSpecs()Deprecated.Returns a list ofSQLColumnSpec
instances. -
getSchemaNodes
List<com.orchestranetworks.schema.SchemaNode> getSchemaNodes()Deprecated.Returns a list ofSchemaNode
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 ofSQLTableOrViewSpec
. -
getSchemaNode
com.orchestranetworks.schema.SchemaNode getSchemaNode(com.orchestranetworks.schema.Path schemaNodePath) Deprecated.Returns aSchemaNode
object. -
getSQLColumnSpec
Deprecated.Returns aSQLColumnSpec
object.
-
FieldMapperContext
.