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.sqlTableByPrimaryMap 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.SQLTableMappingQueryToSQLMapper.getSQLTableMappingForAlias(String alias) private QueryToSQLMapper.SQLTableMappingQueryToSQLMapper.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 voidQueryToSQLMapper.setSQLTableMappingForAlias(String alias, QueryToSQLMapper.SQLTableMapping mapping)