Package com.acsinet_solutions.cetia4.data

Data-related facilities, in particular paging related facilities are held here.

See:
          Description

Interface Summary
IntKeyDTO Basic interface for key DTOs
 

Class Summary
CompositeIntKey A simple convenience immutable composite key of two int values
DTOUtils Utilities for DTOs
PagedResults<T> Base class for paged results.
PagedResultSetFactory A factory for result sets paged according to a search filter.
PagedSearchFilter Base class for paged search filters.
PagingBlock A paging block instance.
PagingUtils Utilities for paging on Hibernate Criteria and Query, and over normal lists.
SimpleIntKeyDTO Simple implementation of the IntKeyDTO interface
 

Package com.acsinet_solutions.cetia4.data Description

Data-related facilities, in particular paging related facilities are held here. Also support for DTOs with a single int key is provided.