Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » util » [javadoc | source]
org.hibernate.util
public class: FilterHelper [javadoc | source]
java.lang.Object
   org.hibernate.util.FilterHelper
Implementation of FilterHelper.
Constructor:
 public FilterHelper(Map filters,
    Dialect dialect,
    SQLFunctionRegistry functionRegistry) 
    The map of defined filters. This is expected to be in format where the filter names are the map keys, and the defined conditions are the values.
    Parameters:
    filters - The map of defined filters.
    dialect - The sql dialect
    functionRegistry - The SQL function registry
Method from org.hibernate.util.FilterHelper Summary:
isAffectedBy,   render,   render
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.util.FilterHelper Detail:
 public boolean isAffectedBy(Map enabledFilters) 
 public String render(String alias,
    Map enabledFilters) 
 public  void render(StringBuffer buffer,
    String alias,
    Map enabledFilters)