Uses of Class
net.sourceforge.domian.repository.AbstractDomianCoreRepository

Packages that use AbstractDomianCoreRepository
net.sourceforge.domian.repository   
 

Uses of AbstractDomianCoreRepository in net.sourceforge.domian.repository
 

Subclasses of AbstractDomianCoreRepository in net.sourceforge.domian.repository
 class HashSetRepository<T extends Entity>
          Volatile repository for non-concurrent environments.
 class HibernateRepository<T extends Entity>
          This repository implementation is based on the Hibernate object-relational mapping (ORM) tool, and its implementation of the Java Persistence API 1.0 (JPA).
 class InMemoryAndXStreamXmlFileRepository<T extends Entity>
          An in-memory repository with persistence capabilities.
 class InMemoryRepository<T extends Entity>
          Volatile repository for concurrent environments.
 class NotImplementedRepository<T extends Entity>
          Repository to be used if a Repository implementation is expected, but not yet in place.
 class NullRepository<T extends Entity>
          A silly and lazy repository which tacitly accepts entities to be stored, and then just throws them away...
 class PartitionRepositoryInvocationHandler<T extends Entity>
          InvocationHandler implementation for partition repositories.
 class PartitionRepositoryReuseInvocationHandler<T extends Entity>
          ...
 class UnsupportedRepository<T extends Entity>
          Repository to be used if a Repository implementation is needed, but any usage of it is for some reason unsupported/prohibited.
 class XStreamXmlFilePerEntityRepository<T extends Entity>
          A persistent repository backed by XStream functionality.
 



Copyright © 2006-2010. All Rights Reserved.