| Interface | Description |
|---|---|
| IMutableSearch |
IMutableSearch is an extension of ISearch that
provides setters for all of the properties. |
| ISearch |
The base search DTO (data transfer object).
|
| Metadata |
This interface provides meta data for a single persistable type.
|
| MetadataUtil |
The framework uses an implementation of this interface to introspect the
objects and relationships maintained by the JPA provider.
|
| SearchFacade |
SearchFacade provides a clean interface to the Search APIs.
|
| Class | Description |
|---|---|
| BaseSearchProcessor |
This class provides two methods for generating query language to fulfill an
ISearch. |
| BaseSearchProcessor.AliasNode | |
| BaseSearchProcessor.SearchContext | |
| ExampleOptions |
Use this class to pass options to find by example functionality.
|
| Field |
Used to specify field selection in
Search. |
| Filter |
A
Filter is used by the Search class to specify a
restriction on what results should be returned in the search. |
| InternalUtil |
Utilities for TRG Generic DAO Search
|
| Search |
A convenient fully-featured implementation of ISearch and IMutableSearch for
general use in Java code.
|
| SearchResult<T> |
This class is used to return the results of
searchAndCount()
operations. |
| SearchUtil |
Utilities for working with searches
ISearch, IMutableSearch. |
| SearchUtil.FilterVisitor |
Visitor for use with walkFilter and walkFilters
|
| SearchUtil.ItemVisitor<T> |
Visitor for use with walkList()
|
| Sort |
Used to specify field ordering in
Search. |
Copyright © 2008-2013. All Rights Reserved.