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