112113114115116117118
} <T extends PropertyContainer> void delete( LuceneIndex<T> index ) { txData.put( index.getIdentifier(), new DeletedTxDataBoth( index ) ); queueCommand( new DeleteCommand( index.getIdentifier() ) ); }