Uses of Class
org.datanucleus.store.rdbms.query.QueryToSQLMapper.SQLTableMapping
Packages that use QueryToSQLMapper.SQLTableMapping
Package
Description
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
-
Uses of QueryToSQLMapper.SQLTableMapping in org.datanucleus.store.rdbms.query
Fields in org.datanucleus.store.rdbms.query with type parameters of type QueryToSQLMapper.SQLTableMappingModifier and TypeFieldDescription(package private) Map
<String, QueryToSQLMapper.SQLTableMapping> QueryToSQLMapper.sqlTableByPrimary
Map of SQLTable/mapping keyed by the name of the primary that it relates to.Methods in org.datanucleus.store.rdbms.query that return QueryToSQLMapper.SQLTableMappingModifier and TypeMethodDescriptionprotected QueryToSQLMapper.SQLTableMapping
QueryToSQLMapper.getSQLTableMappingForAlias
(String alias) private QueryToSQLMapper.SQLTableMapping
QueryToSQLMapper.getSQLTableMappingForPrimaryExpression
(SQLStatement theStmt, String exprName, org.datanucleus.store.query.expression.PrimaryExpression primExpr, Boolean forceJoin) Method to take in a PrimaryExpression and return the SQLTable mapping info that it signifies.Methods in org.datanucleus.store.rdbms.query with parameters of type QueryToSQLMapper.SQLTableMappingModifier and TypeMethodDescriptionQueryToSQLMapper.getAliasForSQLTableMapping
(QueryToSQLMapper.SQLTableMapping tblMapping) protected void
QueryToSQLMapper.setSQLTableMappingForAlias
(String alias, QueryToSQLMapper.SQLTableMapping mapping)