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

All Superinterfaces:
PersistentRepository<T>, Repository<T>, TextualFormatRepository<T>
All Known Implementing Classes:
InMemoryAndXStreamXmlFileRepository, XStreamXmlFilePerEntityRepository

public interface HumanReadableFormatRepository<T extends Entity>
extends TextualFormatRepository<T>

Marker interface for persistent repositories, where the data is stored in a human readable textual format.

Since:
0.4
Author:
Eirik Torske

Method Summary
 
Methods inherited from interface net.sourceforge.domian.repository.TextualFormatRepository
getEncoding
 
Methods inherited from interface net.sourceforge.domian.repository.PersistentRepository
close, getFormat, getMetaDataFor, getPersistenceDefinition, getRepositoryDirectory, getRepositoryId, load, persist
 
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.