public interface FilterTranslator extends QueryTranslator
ERROR_CANNOT_DETERMINE_TYPE, ERROR_CANNOT_FETCH_WITH_ITERATE, ERROR_CANNOT_FORMAT_LITERAL, ERROR_NAMED_PARAMETER_DOES_NOT_APPEAR| Modifier and Type | Method and Description |
|---|---|
void |
compile(java.lang.String collectionRole,
java.util.Map replacements,
boolean shallow)
Compile a filter.
|
collectSqlStrings, compile, containsCollectionFetches, executeUpdate, getColumnNames, getDynamicInstantiationResultType, getEnabledFilters, getParameterTranslations, getQueryIdentifier, getQuerySpaces, getQueryString, getReturnAliases, getReturnTypes, getSQLString, isManipulationStatement, iterate, list, scroll, validateScrollabilityvoid compile(java.lang.String collectionRole,
java.util.Map replacements,
boolean shallow)
throws QueryException,
MappingException
collectionRole - the role name of the collection used as the basis for the filter.replacements - Defined query substitutions.shallow - Does this represent a shallow (scalar or entity-id) select?QueryException - There was a problem parsing the query string.MappingException - There was a problem querying defined mappings.Copyright © 2013. All Rights Reserved.