| Package | Description |
|---|---|
| com.googlecode.genericdao.search | |
| com.googlecode.genericdao.search.flex | |
| com.googlecode.genericdao.search.jpa |
| Class and Description |
|---|
| 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. |
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.
|
| Search
A convenient fully-featured implementation of ISearch and IMutableSearch for
general use in Java code.
|
| SearchResult
This class is used to return the results of
searchAndCount()
operations. |
| SearchUtil.FilterVisitor
Visitor for use with walkFilter and walkFilters
|
| SearchUtil.ItemVisitor
Visitor for use with walkList()
|
| Sort
Used to specify field ordering in
Search. |
| Class and Description |
|---|
| 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. |
| ISearch
The base search DTO (data transfer object).
|
| Sort
Used to specify field ordering in
Search. |
| Class and Description |
|---|
| BaseSearchProcessor
This class provides two methods for generating query language to fulfill an
ISearch. |
| ExampleOptions
Use this class to pass options to find by example functionality.
|
| Filter
A
Filter is used by the Search class to specify a
restriction on what results should be returned in the search. |
| 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.
|
| SearchResult
This class is used to return the results of
searchAndCount()
operations. |
Copyright © 2008-2013. All Rights Reserved.