net.sourceforge.domian.repository
Class AbstractXStreamXmlFilePerEntityRepository.FindAllEntitiesSpecifiedBy<T>

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

protected class AbstractXStreamXmlFilePerEntityRepository.FindAllEntitiesSpecifiedBy<T>
extends java.lang.Object
implements java.util.concurrent.Callable<java.util.Collection<T>>


Field Summary
private  Specification<T> specification
           
 
Constructor Summary
protected AbstractXStreamXmlFilePerEntityRepository.FindAllEntitiesSpecifiedBy(Specification<T> specification)
           
 
Method Summary
 java.util.Collection<T> 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> specification
Constructor Detail

AbstractXStreamXmlFilePerEntityRepository.FindAllEntitiesSpecifiedBy

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

call

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


Copyright © 2008-2010. All Rights Reserved.