Uses of Interface
net.sourceforge.domian.entity.Entity

Packages that use Entity
net.sourceforge.domian.entity   
net.sourceforge.domian.repository   
net.sourceforge.domian.specification   
 

Uses of Entity in net.sourceforge.domian.entity
 

Subinterfaces of Entity in net.sourceforge.domian.entity
 interface TransientEntity
          Marker interface for all transient entity objects.
 

Classes in net.sourceforge.domian.entity that implement Entity
 class AbstractEntity
          Abstract class for all entity objects, ensuring consistent/unchanging equals/hashCode methods, not influenced by mutable state.
 

Uses of Entity in net.sourceforge.domian.repository
 

Classes in net.sourceforge.domian.repository with type parameters of type Entity
 class AbstractRepository<T extends Entity>
          All Repository classes should extend this abstract class.
 interface BinaryFormatRepository<T extends Entity>
          Marker interface for persistent repositories, where the data is stored in some sort of binary format.
 interface FakeRepository<T extends Entity>
          Marker interface for fake repositories.
 interface HumanReadableFormatRepository<T extends Entity>
          Marker interface for persistent repositories, where the data is stored in a human readable textual format.
 interface PartitionRepository<T extends Entity>
          Interface for specification-based partitioned repositories.
 interface PersistentRepository<T extends Entity>
          Repository with the capabibility of writing (persist) its entities to some sort of non-volatile storage.
 interface Repository<T extends Entity>
          Interface defining a repository for storing and retrieving Entity objects.
 interface TextualFormatRepository<T extends Entity>
          Interface for persistent repositories, where the data is stored in some sort of textual format, readable or not readable.
 interface VolatileRepository<T extends Entity>
          Marker interface for volatile repositories.
 

Uses of Entity in net.sourceforge.domian.specification
 

Methods in net.sourceforge.domian.specification with type parameters of type Entity
static
<T extends Entity>
Specification<T>
SpecificationUtils.createUniqueSpecificationFor(T entity)
           
static
<T extends Entity>
void
SpecificationUtils.updateEntityState(T entity, Specification<?> deltaSpecification)
          Updates given entity with given value bound specifications.
 

Methods in net.sourceforge.domian.specification that return types with arguments of type Entity
static Specification<? extends Entity> SpecificationFactory.allEntities()
           
static Specification<? extends Entity> SpecificationFactory.entities()
           
static Specification<? extends Entity> SpecificationFactory.entity()
           
 



Copyright © 2009-2010. All Rights Reserved.