예제 #1
0
 public EquipMove(String pk) throws Exception {
   super(pk, SeqenceGenerator.getInstance());
 }
예제 #2
0
 public BatchImport(String pk) throws Exception {
   super(pk, SeqenceGenerator.getInstance());
 }
예제 #3
0
 public EquipMove() throws Exception {
   super(null, SeqenceGenerator.getInstance());
 }
예제 #4
0
 public BatchImport() throws Exception {
   super(null, SeqenceGenerator.getInstance());
 }