Package org.synyx.hades.domain

Interfaces for domain classes.

See:
          Description

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.
 

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.
 

Enum Summary
Order Enumeration for sort orders.
 

Package org.synyx.hades.domain Description

Interfaces for domain classes.



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