|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
PartitionRepository.addPartitionFor(Specification<V> partitionSpecification)
Adds a new partition to this repository. |
|
|
PartitionRepository.addPartitionFor(Specification<V> partitionSpecification,
Repository<? super V> partitionRepository)
Adds a new partition to this repository. |
|
|
PartitionRepository.addPartitionFor(Specification<V> partitionSpecification,
java.lang.String repositoryId)
Adds a new partition to this repository. |
|
|
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. |
|
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||