Uses of Class
org.datanucleus.store.rdbms.query.QueryToSQLMapper.SQLTableMapping
-
Packages that use QueryToSQLMapper.SQLTableMapping Package Description org.datanucleus.store.rdbms.query 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.SQLTableMapping Modifier and Type Field Description (package private) java.util.Map<java.lang.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.SQLTableMapping Modifier and Type Method Description protected QueryToSQLMapper.SQLTableMapping
QueryToSQLMapper. getSQLTableMappingForAlias(java.lang.String alias)
private QueryToSQLMapper.SQLTableMapping
QueryToSQLMapper. getSQLTableMappingForPrimaryExpression(SQLStatement theStmt, java.lang.String exprName, org.datanucleus.store.query.expression.PrimaryExpression primExpr, java.lang.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.SQLTableMapping Modifier and Type Method Description java.lang.String
QueryToSQLMapper. getAliasForSQLTableMapping(QueryToSQLMapper.SQLTableMapping tblMapping)
protected void
QueryToSQLMapper. setSQLTableMappingForAlias(java.lang.String alias, QueryToSQLMapper.SQLTableMapping mapping)
-