net.sourceforge.domian.repository
Class PartitionRepositoryInvocationHandler.IterateAllEntitiesSpecifiedBy<V extends T>

java.lang.Object
  extended by net.sourceforge.domian.repository.PartitionRepositoryInvocationHandler.IterateAllEntitiesSpecifiedBy<V>
All Implemented Interfaces:
java.util.concurrent.Callable<java.util.Iterator<V>>
Enclosing class:
PartitionRepositoryInvocationHandler<T extends Entity>

private class PartitionRepositoryInvocationHandler.IterateAllEntitiesSpecifiedBy<V extends T>
extends java.lang.Object
implements java.util.concurrent.Callable<java.util.Iterator<V>>


Field Summary
private  PartitionRepositoryInvocationHandler.PartitionAwareSpecification<V> partitionAwareSpecification
           
 
Constructor Summary
private PartitionRepositoryInvocationHandler.IterateAllEntitiesSpecifiedBy(Specification<V> specification)
           
 
Method Summary
 java.util.Iterator<V> call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

partitionAwareSpecification

private final PartitionRepositoryInvocationHandler.PartitionAwareSpecification<V extends T> partitionAwareSpecification
Constructor Detail

PartitionRepositoryInvocationHandler.IterateAllEntitiesSpecifiedBy

private PartitionRepositoryInvocationHandler.IterateAllEntitiesSpecifiedBy(Specification<V> specification)
Method Detail

call

public java.util.Iterator<V> call()
                                     throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<java.util.Iterator<V extends T>>
Throws:
java.lang.Exception


Copyright © 2006-2010. All Rights Reserved.