public class SearchByKey extends Object implements SearchType
| Constructor and Description |
|---|
SearchByKey(ObjectConnection connection) |
| 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
|
public SearchByKey(ObjectConnection connection)
public Object performKeySearch(String columnNameInSource, Object value, ExecutionContext executionContext) throws TranslatorException
SearchTypeperformKeySearch in interface SearchTypeTranslatorExceptionpublic List<Object> performSearch(ObjectVisitor visitor, ExecutionContext executionContext) throws TranslatorException
SearchTypeperformSearch in interface SearchTypeTranslatorExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.