FUNC
TREAT
105106107108109110111
* Creates the right {@link IJPQLQueryBuilder} based on the JPQL grammar. * * @return A new concrete instance of {@link IJPQLQueryBuilder} */ protected IJPQLQueryBuilder buildQueryBuilder() { return new EclipseLinkJPQLQueryBuilder(getGrammar()); }
129130131132133134135
118119120121122123124