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

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

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

Interface for persistent repositories, where the data is stored in some sort of textual format, readable or not readable.

Since:
0.4
Author:
Eirik Torske

Method Summary
 java.lang.String 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
 

Method Detail

getEncoding

java.lang.String getEncoding()


Copyright © 2006-2010. All Rights Reserved.