Exemplo n.º 1
0
 /** Remove the index on property */
 public void removeIndex() {
   if (index != null) {
     index.clear();
     index.getRecord().delete();
     index = null;
     setDirty();
   }
 }