public JPAMethodContextBuilder getJPAMethodContextBuilder(final JPQLContextType contextType) {
JPAMethodContextBuilder contextBuilder = null;
switch (contextType) {
case FUNCTION:
JPAFunctionContext methodConext = new JPAFunctionContext();
contextBuilder = methodConext.new JPAFunctionContextBuilder();
break;
default:
break;