Package it.amattioli.dominate

Show UML class diagram
Interface Summary
Described This interface can be implemented by model classes (entities or values) that publish a description.
Entity<I extends Serializable> This interface should be implemented by all entity objects.
Filter Deprecated.
LocalDescribed This interface can be implemented by model classes (entities or values) that publish a localized description.
OptLockEntity<I extends Serializable> This interface adds to Entity another property, called version, that can be used for optimistic lock purposes.
Repository<I extends Serializable,T extends Entity<I>> A repository is an object that encapsulate access to a group of entities.
RepositoryFactory An abstract factory used by RepositoryRegistry to create instances of repositories.
Specification<T extends Entity<?>> An object that implements this interface can check if an entity satisfies or not certain conditions.
 

Class Summary
EntityImpl Typical implementation of an entity object whose identifier is a Long value.
RepositoryRegistry A singleton that can be used to retrieve Repository instances
 



Copyright © 2011. All Rights Reserved.