站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

FilterHelper (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.util
Class FilterHelper

java.lang.Object
  extended byorg.hibernate.util.FilterHelper

public class FilterHelper
extends Object

Implementation of FilterHelper.

Author:
Steve Ebersole

Constructor Summary
FilterHelper(Map filters, Dialect dialect, SQLFunctionRegistry functionRegistry)
          The map of defined filters.
 
Method Summary
 boolean isAffectedBy(Map enabledFilters)
           
 void render(StringBuffer buffer, String alias, Map enabledFilters)
           
 String render(String alias, Map enabledFilters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterHelper

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 Detail

isAffectedBy

public boolean isAffectedBy(Map enabledFilters)

render

public String render(String alias,
                     Map enabledFilters)

render

public void render(StringBuffer buffer,
                   String alias,
                   Map enabledFilters)