net.sourceforge.domian.repository
Interface FakeRepository<T extends Entity>

All Superinterfaces:
Repository<T>
All Known Implementing Classes:
NotImplementedRepository, NullRepository, UnsupportedRepository

public interface FakeRepository<T extends Entity>
extends Repository<T>

Marker interface for fake repositories. Fake repositories are repositories which seemingly do not do any attempt of being a useful repository... Typical usage examples are as test doubles.

Since:
0.4
Author:
Eirik Torske

Method Summary
 
Methods inherited from interface net.sourceforge.domian.repository.Repository
count, countAll, countAllEntitiesSpecifiedBy, find, findAll, findAllEntitiesSpecifiedBy, findSingle, findSingleEntitySpecifiedBy, isIndexingEntitiesRecursively, isPartitioningNatively, iterate, iterateAll, iterateAllEntitiesSpecifiedBy, makePartition, put, putAll, remove, remove, removeAll, removeAllEntitiesSpecifiedBy, update, update
 



Copyright © 2006-2010. All Rights Reserved.