| Package | Description |
|---|---|
| com.googlecode.genericdao.search | |
| com.googlecode.genericdao.search.jpa |
| Modifier and Type | Method and Description |
|---|---|
ExampleOptions |
ExampleOptions.excludeProp(String property)
Add a property to the excludeProps collection
|
ExampleOptions |
ExampleOptions.setExcludeNulls(boolean excludeNulls)
If this is true, all properties with
null values will be ignored. |
ExampleOptions |
ExampleOptions.setExcludeProps(Collection<String> excludeProps)
This is a list of properties to exclude.
|
ExampleOptions |
ExampleOptions.setExcludeZeros(boolean excludeZeros)
If this is true, all properties with the value
0 will be ignored. |
ExampleOptions |
ExampleOptions.setIgnoreCase(boolean ignoreCase)
If this is true, case is ignored when comparing string values.
|
ExampleOptions |
ExampleOptions.setLikeMode(int likeMode)
This options describes how all string values are compared.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
SearchFacade.getFilterFromExample(Object example,
ExampleOptions options)
Generates a search filter from the given example using the specified options.
|
Filter |
BaseSearchProcessor.getFilterFromExample(Object example,
ExampleOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Filter |
JPASearchFacade.getFilterFromExample(Object example,
ExampleOptions options) |
Copyright © 2008-2013. All Rights Reserved.