throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" );
}
@Override
public Query setParameter(Parameter<Calendar> param, Calendar value, TemporalType temporalType) {
throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" );
}