public class SearchMatchByEntrySQLTranslator extends Object
Generates a WHERE clause that selects all the results whose field values match the expression.
| Constructor and Description |
|---|
SearchMatchByEntrySQLTranslator(DelimitIdentifiers delimitIdentifiers,
SearchFieldsAsType searchFieldsAsType) |
| Modifier and Type | Method and Description |
|---|---|
String |
transformToSqlWhereClause(String rawSearch,
List<String> entityFields,
boolean strictFullTermMatch,
SQLPreparedStatementBuilder preparedStatement) |
public SearchMatchByEntrySQLTranslator(DelimitIdentifiers delimitIdentifiers, SearchFieldsAsType searchFieldsAsType)
public String transformToSqlWhereClause(String rawSearch, List<String> entityFields, boolean strictFullTermMatch, SQLPreparedStatementBuilder preparedStatement)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.