FileDocCategorySizeDatePackage
FilterTranslator.javaAPI DocHibernate 3.2.5963Mon Dec 06 07:17:24 GMT 2004org.hibernate.hql

FilterTranslator

public interface FilterTranslator implements QueryTranslator
Specialized interface for filters.
author
josh Mar 14, 2004 11:33:35 AM

Fields Summary
Constructors Summary
Methods Summary
public voidcompile(java.lang.String collectionRole, java.util.Map replacements, boolean shallow)
Compile a filter. This method may be called multiple times. Subsequent invocations are no-ops.

param
collectionRole the role name of the collection used as the basis for the filter.
param
replacements Defined query substitutions.
param
shallow Does this represent a shallow (scalar or entity-id) select?
throws
QueryException There was a problem parsing the query string.
throws
MappingException There was a problem querying defined mappings.