Uses of Class
org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
Packages that use RDBMSQueryCompilation Package Description org.datanucleus.store.rdbms.query Package providing the querying mechanism for DataNucleus for RDBMS datastores. -
-
Uses of RDBMSQueryCompilation in org.datanucleus.store.rdbms.query
Fields in org.datanucleus.store.rdbms.query declared as RDBMSQueryCompilation Modifier and Type Field Description protected RDBMSQueryCompilationJDOQLQuery. datastoreCompilationThe compilation of the query for this datastore.protected RDBMSQueryCompilationJPQLQuery. datastoreCompilationThe compilation of the query for this datastore.Methods in org.datanucleus.store.rdbms.query that return RDBMSQueryCompilation Modifier and Type Method Description RDBMSQueryCompilationJDOQLQuery. getDatastoreCompilation()RDBMSQueryCompilationJPQLQuery. getDatastoreCompilation()Methods in org.datanucleus.store.rdbms.query with parameters of type RDBMSQueryCompilation Modifier and Type Method Description static voidBulkFetchHandler. applyParametersToStatement(org.datanucleus.ExecutionContext ec, PreparedStatement ps, RDBMSQueryCompilation datastoreCompilation, SQLStatement sqlStmt, Map parameters)Convenience method to apply the passed parameters to the provided bulk-fetch statement.IteratorStatementBulkFetchExistsHandler. getStatementToBulkFetchField(org.datanucleus.metadata.AbstractClassMetaData candidateCmd, org.datanucleus.metadata.AbstractMemberMetaData mmd, org.datanucleus.store.query.Query query, Map parameters, RDBMSQueryCompilation datastoreCompilation, Set<String> mapperOptions)Convenience method to generate a bulk-fetch statement for the specified multi-valued field of the owning query.IteratorStatementBulkFetchHandler. getStatementToBulkFetchField(org.datanucleus.metadata.AbstractClassMetaData candidateCmd, org.datanucleus.metadata.AbstractMemberMetaData mmd, org.datanucleus.store.query.Query query, Map parameters, RDBMSQueryCompilation datastoreCompilation, Set<String> mapperOptions)Method to return the bulk-fetch statement (and its associated mappings for extracting the results).IteratorStatementBulkFetchJoinHandler. getStatementToBulkFetchField(org.datanucleus.metadata.AbstractClassMetaData candidateCmd, org.datanucleus.metadata.AbstractMemberMetaData mmd, org.datanucleus.store.query.Query query, Map parameters, RDBMSQueryCompilation datastoreCompilation, Set<String> mapperOptions)Convenience method to generate a bulk-fetch statement for the specified multi-valued field of the owning query.
-