Ejemplo n.º 1
0
 public void isValid(EntityManager manager, boolean deepValidation) throws IcatException {
   isValid();
 }
Ejemplo n.º 2
0
 /*
  * If this method is overridden it should normally be called as well by super.isValid()
  */
 public void isValid(EntityManager manager) throws IcatException {
   isValid(manager, true);
 }