net.sourceforge.domian.repository
Class AbstractXStreamXmlFilePerEntityRepository.RemoveAllEntitiesSpecifiedBy<T extends Entity>

java.lang.Object
  extended by net.sourceforge.domian.repository.AbstractXStreamXmlFilePerEntityRepository.RemoveAllEntitiesSpecifiedBy<T>
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Long>
Enclosing class:
AbstractXStreamXmlFilePerEntityRepository<T extends Entity>

protected class AbstractXStreamXmlFilePerEntityRepository.RemoveAllEntitiesSpecifiedBy<T extends Entity>
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Long>


Field Summary
private  Specification<T> specification
           
 
Constructor Summary
protected AbstractXStreamXmlFilePerEntityRepository.RemoveAllEntitiesSpecifiedBy(Specification<T> specification)
           
 
Method Summary
 java.lang.Long call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

specification

private Specification<T extends Entity> specification
Constructor Detail

AbstractXStreamXmlFilePerEntityRepository.RemoveAllEntitiesSpecifiedBy

protected AbstractXStreamXmlFilePerEntityRepository.RemoveAllEntitiesSpecifiedBy(Specification<T> specification)
Method Detail

call

public java.lang.Long call()
Specified by:
call in interface java.util.concurrent.Callable<java.lang.Long>


Copyright © 2008-2010. All Rights Reserved.