public interface SearchType
| Modifier and Type | Method and Description |
|---|---|
Object |
performKeySearch(String columnNameInSource,
Object value,
ExecutionContext executionContext)
Perform key search to return zero or 1 object based on the key value
|
List<Object> |
performSearch(ObjectVisitor visitor,
ExecutionContext executionContext)
Perform an update
|
Object performKeySearch(String columnNameInSource, Object value, ExecutionContext executionContext) throws TranslatorException
columnNameInSource - value - executionContext - TranslatorExceptionList<Object> performSearch(ObjectVisitor visitor, ExecutionContext executionContext) throws TranslatorException
visitor - executionContext - TranslatorExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.