Uses of Interface
net.sourceforge.domian.repository.PersistentRepository

Packages that use PersistentRepository
net.sourceforge.domian.repository   
net.sourceforge.domian.util.concurrent.task   
 

Uses of PersistentRepository in net.sourceforge.domian.repository
 

Subinterfaces of PersistentRepository in net.sourceforge.domian.repository
 interface BinaryFormatRepository<T extends Entity>
          Marker interface for persistent repositories, where the data is stored in some sort of binary format.
 interface HumanReadableFormatRepository<T extends Entity>
          Marker interface for persistent repositories, where the data is stored in a human readable textual format.
 interface TextualFormatRepository<T extends Entity>
          Interface for persistent repositories, where the data is stored in some sort of textual format, readable or not readable.
 

Classes in net.sourceforge.domian.repository that implement PersistentRepository
 class PartitionRepositoryInvocationHandler<T extends Entity>
          InvocationHandler implementation for partition repositories.
 class PartitionRepositoryReuseInvocationHandler<T extends Entity>
          ...
 

Fields in net.sourceforge.domian.repository declared as PersistentRepository
private  PersistentRepository PersistenceService.PersistTask.repository
           
 

Constructors in net.sourceforge.domian.repository with parameters of type PersistentRepository
PersistenceService.PersistTask(PersistentRepository repository)
           
PersistenceService(PersistentRepository repository)
          The interval between each persisting job is set to 10 minutes.
PersistenceService(PersistentRepository repository, java.util.Date persistingDate, java.lang.Integer persistingIntervalInSeconds)
           
PersistenceService(PersistentRepository repository, java.lang.Integer persistingIntervalInSeconds)
           
 

Uses of PersistentRepository in net.sourceforge.domian.util.concurrent.task
 

Fields in net.sourceforge.domian.util.concurrent.task declared as PersistentRepository
protected  PersistentRepository<T> PersistentRepositoryTask.repository
           
 

Constructors in net.sourceforge.domian.util.concurrent.task with parameters of type PersistentRepository
PersistentRepositoryTask(PersistentRepository<T> repository)
           
 



Copyright © 2006-2009. All Rights Reserved.