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

Packages that use FakeRepository
net.sourceforge.domian.repository   
 

Uses of FakeRepository in net.sourceforge.domian.repository
 

Classes in net.sourceforge.domian.repository that implement FakeRepository
 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 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.
 



Copyright © 2006-2009. All Rights Reserved.