Package org.synyx.hades.domain

Interface Summary
Page<T> A page is a sublist of a list of objects.
Pageable Abstract interface for pagination information.
Persistable<PK extends Serializable> Simple interface for entities.
Specification<T> Specification in the sense of Domain Driven Design.
 

Class Summary
AbstractPersistable<PK extends Serializable> Abstract base class for entities.
PageImpl<T> Basic Page implementation.
PageRequest Basic Java Bean implementation of Pageable.
Sort Sort option for queries.
Sort.Property Property implements the pairing of an Order and a property.
Specifications<T> Helper class to easily combine Specification instances.
 

Enum Summary
Order Enumeration for sort orders.
 



Copyright © 2009-2010 Synyx GmbH & Co. KG. All Rights Reserved.