예제 #1
0
 private Exchange getExchange() throws PersistitException {
   try {
     final Volume volume = _persistit.getSystemVolume();
     return _persistit.getExchange(volume, CLASS_INDEX_TREE_NAME, true);
   } catch (final PersistitException pe) {
     throw new ConversionException(pe);
   }
 }