Example #1
0
 public static boolean exists(String batchId) {
   return EntityManager.exists(BatchEntityType.instance, batchId);
 }