174175176177178179180181182183184
BoundExpression bound = query.getBoundExpression(); int paramCount = 0; if (args != null) { while (paramCount < args.length) { bound.bindParameter(paramCount, args[paramCount]); ++paramCount; } } // Always bind the implicit "owner" parameter
180181182183184185186187188189190
++paramCount; } } // Always bind the implicit "owner" parameter bound.bindParameter(paramCount++, owner.getProxy()); //logger.fine(paramCount + " parameter(s) bound"); /* logger.info("Main Selector Table Before: " +