Ejemplo n.º 1
0
 void execute__wrappee__base() throws DatabaseException {
   if (_this.triggerList == null) {
     _this.triggerList = new ArrayList();
   }
 }
Ejemplo n.º 2
0
 void execute__wrappee__base() throws DatabaseException {
   if (_this.triggerList.size() == 0) {
     _this.triggerList = null;
   }
 }