Exemplo n.º 1
0
 @Override
 public TypedQuery<X> setHint(final String s, final Object o) {
   super.setHint(s, o);
   return this;
 }