Lines Matching refs:select
83 * Note, the default is false, meaning the compiler checks that select
153 * Checks the return type and the type of the select clause expression
163 * The type of the select clause expression of a finder must be
166 * @param selectClauseTypeInfo the type info of the select clause
185 // The type of the select clause expression must be the ejb name
210 * Checks the return type and the type of the select clause expression
217 * <li>assignable from the type of the select clause expression
221 * @param selectClauseTypeInfo the type info of the select clause
230 // assingable from the type of the select clause expression
272 * @param selectClauseTypeInfo the type info of the select clause.
328 * Checks that select clause and orderby clause are compatible.
332 * <li>if the select clause is an identification variable or
336 * <li>if the select clause is a cmp field, then
339 * @param select the select clause of the query
342 private void checkSelectOrderbyClause(EJBQLAST select, EJBQLAST orderby)
350 AST selectReturnAST = select.getFirstChild();
1135 // rules: select clause