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

All Superinterfaces:
Repository<T>
All Known Implementing Classes:
HashSetRepository, InMemoryRepository

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

Marker interface for volatile repositories. When JVM process dies, all entities in the repository die!

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.