|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| 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 |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||