|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Repository | |
|---|---|
| net.sourceforge.domian.repository | |
| Uses of Repository in net.sourceforge.domian.repository |
|---|
| Subinterfaces of Repository in net.sourceforge.domian.repository | |
|---|---|
interface |
BinaryFormatRepository<T extends Entity>
Marker interface for persistent repositories, where the data is stored in some sort of binary format. |
interface |
FakeRepository<T extends Entity>
Marker interface for fake repositories. |
interface |
HumanReadableFormatRepository<T extends Entity>
Marker interface for persistent repositories, where the data is stored in a human readable textual format. |
interface |
PartitionRepository<T extends Entity>
Interface for specification-based partitioned repositories. |
interface |
PersistentRepository<T extends Entity>
Repository with the capabibility of writing ( persist) its entities to some sort of non-volatile storage. |
interface |
TextualFormatRepository<T extends Entity>
Interface for persistent repositories, where the data is stored in some sort of textual format, readable or not readable. |
interface |
VolatileRepository<T extends Entity>
Marker interface for volatile repositories. |
| Classes in net.sourceforge.domian.repository that implement Repository | |
|---|---|
class |
AbstractRepository<T extends Entity>
All Repository classes should extend this abstract class. |
| Methods in net.sourceforge.domian.repository with type parameters of type 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. |
|
| Methods in net.sourceforge.domian.repository that return Repository | |
|---|---|
Repository<T> |
PartitionRepository.getTargetRepository()
This method applies to this partition only! |
| Methods in net.sourceforge.domian.repository with parameters of type Repository | ||
|---|---|---|
|
PartitionRepository.addPartitionFor(Specification<V> partitionSpecification,
Repository<? super V> partitionRepository)
Adds a new partition to this repository. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||