FUNC
TREAT
132133134135136137138
* 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()); }