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

All Superinterfaces:
PersistentRepository<T>, Repository<T>
All Known Implementing Classes:
HibernateRepository

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

Marker interface for persistent repositories, where the data is stored in some sort of binary format.

Since:
0.4
Author:
Eirik Torske

Method Summary
 
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.