|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExampleOptions | |
|---|---|
| com.trg.search | |
| com.trg.search.jpa | |
| Uses of ExampleOptions in com.trg.search |
|---|
| Methods in com.trg.search that return ExampleOptions | |
|---|---|
ExampleOptions |
ExampleOptions.excludeProp(java.lang.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(java.util.Collection<java.lang.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. |
| Methods in com.trg.search with parameters of type ExampleOptions | |
|---|---|
Filter |
SearchFacade.getFilterFromExample(java.lang.Object example,
ExampleOptions options)
Generates a search filter from the given example using the specified options. |
Filter |
BaseSearchProcessor.getFilterFromExample(java.lang.Object example,
ExampleOptions options)
|
| Uses of ExampleOptions in com.trg.search.jpa |
|---|
| Methods in com.trg.search.jpa with parameters of type ExampleOptions | |
|---|---|
Filter |
JPASearchFacade.getFilterFromExample(java.lang.Object example,
ExampleOptions options)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||