public final class DSLSearch extends Object implements SearchType
| Constructor and Description |
|---|
DSLSearch(ObjectConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected static Object |
escapeReservedChars(Object value) |
List<Object> |
getAll() |
Object |
performKeySearch(String columnNameInSource,
Object value,
ExecutionContext executionContext)
Calling to make a key value search on the cache.
|
List<Object> |
performSearch(ObjectVisitor visitor,
ExecutionContext executionContext)
Perform an update
|
public DSLSearch(ObjectConnection connection)
public Object performKeySearch(String columnNameInSource, Object value, ExecutionContext executionContext) throws TranslatorException
value has already been converted the key object type
Perform key search to return zero or 1 object based on the key valueperformKeySearch in interface SearchTypeTranslatorExceptionpublic List<Object> performSearch(ObjectVisitor visitor, ExecutionContext executionContext) throws TranslatorException
SearchTypeperformSearch in interface SearchTypeTranslatorExceptionpublic List<Object> getAll() throws TranslatorException
TranslatorExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.