Uses of Interface
net.sourceforge.domian.repository.PartitionRepository

Packages that use PartitionRepository
net.sourceforge.domian.repository   
net.sourceforge.domian.util   
 

Uses of PartitionRepository in net.sourceforge.domian.repository
 

Methods in net.sourceforge.domian.repository that return PartitionRepository
<V extends T>
PartitionRepository<V>
PartitionRepository.addPartitionFor(Specification<V> partitionSpecification)
          Adds a new partition to this repository.
<V extends T>
PartitionRepository<V>
PartitionRepository.addPartitionFor(Specification<V> partitionSpecification, Repository<? super V> partitionRepository)
          Adds a new partition to this repository.
<V extends T>
PartitionRepository<V>
PartitionRepository.addPartitionFor(Specification<V> partitionSpecification, java.lang.String repositoryId)
          Adds a new partition to this repository.
<V extends T>
PartitionRepository
PartitionRepository.findPartitionFor(Specification<V> specification)
           
 PartitionRepository<? super T> PartitionRepository.getRootRepository()
           
 PartitionRepository<? super T> PartitionRepository.getSuperPartitionRepository()
          This method applies to this partition only!
 PartitionRepository<T> Repository.makePartition()
          Promotes this repository to a PartitionRepository.
 

Methods in net.sourceforge.domian.repository that return types with arguments of type PartitionRepository
 java.util.Map<Specification<? extends T>,PartitionRepository> PartitionRepository.getAllPartitions()
          Optional: mainly added for testing purposes, may throw UnsupportedOperationException
 java.util.Map<Specification<? extends T>,PartitionRepository> PartitionRepository.getPartitions()
          Optional: mainly added for testing purposes, may throw UnsupportedOperationException

This method applies to this partition only!

 

Methods in net.sourceforge.domian.repository with parameters of type PartitionRepository
 void PartitionRepository.setSuperPartitionRepository(PartitionRepository<? super T> specification)
          This method applies to this partition only!
 

Method parameters in net.sourceforge.domian.repository with type arguments of type PartitionRepository
 void PartitionRepository.collectAllPartitions(java.util.Map<Specification<? extends T>,PartitionRepository> partitionMap)
          Populates the given map with a flattened and recursive view of all partitions in this repository.
<R extends Repository>
void
PartitionRepository.collectAllPartitionsWithRepositorySatisfying(Specification<R> specification, java.util.Map<Specification<? extends T>,PartitionRepository> partitionMap)
          Populates the given map with a flattened and recursive view of all partitions in this repository, satisfying the given specification.
 

Uses of PartitionRepository in net.sourceforge.domian.util
 

Methods in net.sourceforge.domian.util with parameters of type PartitionRepository
private static java.lang.String InstrumentationUtils.printPartitionRepoId(PartitionRepository partitionRepo)
           
private static java.lang.String InstrumentationUtils.printPartitionRepoOnlyNumberOfEntities(PartitionRepository partitionRepo)
           
static void InstrumentationUtils.printPartitionRepository(PartitionRepository repo, java.io.PrintStream printStream)
          Instrumentation of partition repo structure.
private static java.lang.String InstrumentationUtils.printPartitionRepoType(PartitionRepository partitionRepo)
           
private static java.lang.String InstrumentationUtils.printPartitionSpecification(PartitionRepository partitionRepo)
           
 



Copyright © 2009-2010. All Rights Reserved.