|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractRepository | |
---|---|
net.sourceforge.domian.repository |
Uses of AbstractRepository in net.sourceforge.domian.repository |
---|
Subclasses of AbstractRepository in net.sourceforge.domian.repository | |
---|---|
class |
HashSetRepository<T extends Entity>
Volatile repository for non-concurrent environments. |
class |
InMemoryRepository<T extends Entity>
Volatile repository for concurrent environments. |
class |
NotImplementedRepository<T extends Entity>
Repository to be used if a Repository implementation is expected, but not yet in place. |
class |
NullRepository<T extends Entity>
A silly and lazy repository which tacitly accepts entities to be stored, and then just throws them away... |
class |
PartitionRepositoryInvocationHandler<T extends Entity>
InvocationHandler implementation for partition repositories. |
class |
PartitionRepositoryReuseInvocationHandler<T extends Entity>
... |
class |
UnsupportedRepository<T extends Entity>
Repository to be used if a Repository implementation is needed,
but any usage of it is for some reason unsupported/prohibited. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |