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

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

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


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

Field Detail

modifyOriginalSpecificationsToFitPartitionSpecification

private java.lang.Boolean modifyOriginalSpecificationsToFitPartitionSpecification

partitionAwareSpecification

private Specification<V extends T> partitionAwareSpecification
Constructor Detail

PartitionRepositoryInvocationHandler.FindAllEntitiesSpecifiedBy

private PartitionRepositoryInvocationHandler.FindAllEntitiesSpecifiedBy(Specification<V> specification)

PartitionRepositoryInvocationHandler.FindAllEntitiesSpecifiedBy

private PartitionRepositoryInvocationHandler.FindAllEntitiesSpecifiedBy(Specification<V> specification,
                                                                        java.lang.Boolean modifyOriginalSpecificationsToFitPartitionSpecification)
Method Detail

call

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


Copyright © 2006-2010. All Rights Reserved.