jp.go.nict.langrid.dao.hibernate.searchsupport
クラス LanguagePathArrayExSearchSupport<T extends AttributedElement<U>,U extends Attribute>

java.lang.Object
  上位を拡張 jp.go.nict.langrid.dao.hibernate.searchsupport.AbstractLanguagePathArraySearchSupport<T,U>
      上位を拡張 jp.go.nict.langrid.dao.hibernate.searchsupport.LanguagePathArrayExSearchSupport<T,U>
型パラメータ:
T - エレメントの型
すべての実装されたインタフェース:
SearchSupport<T>

public class LanguagePathArrayExSearchSupport<T extends AttributedElement<U>,U extends Attribute>
extends AbstractLanguagePathArraySearchSupport<T,U>
implements SearchSupport<T>

言語パス配列のフィールドの検索をサポートする。

作成者:
Takao Nakaguchi

コンストラクタの概要
LanguagePathArrayExSearchSupport(String listSuffix)
          Constructor.
 
メソッドの概要
 void appendWhereClouse(MatchingCondition condition, String elementAlias, String parameterName, StringBuilder query, Map<String,Object> parameters)
          HQLのWhere句を追加する。
 void filterResults(MatchingCondition condition, List<T> results)
          クエリ発行後のフィルタリングを行う。
 
クラス jp.go.nict.langrid.dao.hibernate.searchsupport.AbstractLanguagePathArraySearchSupport から継承されたメソッド
isFileteringNeeded
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース jp.go.nict.langrid.dao.hibernate.searchsupport.SearchSupport から継承されたメソッド
isFileteringNeeded
 

コンストラクタの詳細

LanguagePathArrayExSearchSupport

public LanguagePathArrayExSearchSupport(String listSuffix)
Constructor.

パラメータ:
listSuffix - "_PairList" or "_PathList"
メソッドの詳細

appendWhereClouse

public void appendWhereClouse(MatchingCondition condition,
                              String elementAlias,
                              String parameterName,
                              StringBuilder query,
                              Map<String,Object> parameters)
インタフェース SearchSupport の記述:
HQLのWhere句を追加する。

定義:
インタフェース SearchSupport<T extends AttributedElement<U>> 内の appendWhereClouse
オーバーライド:
クラス AbstractLanguagePathArraySearchSupport<T extends AttributedElement<U>,U extends Attribute> 内の appendWhereClouse
パラメータ:
condition - マッチング条件
elementAlias - クエリで検索するエレメントのエイリアス
parameterName - パラメータ名
query - HQL
parameters - パラメータ

filterResults

public void filterResults(MatchingCondition condition,
                          List<T> results)
インタフェース SearchSupport の記述:
クエリ発行後のフィルタリングを行う。

定義:
インタフェース SearchSupport<T extends AttributedElement<U>> 内の filterResults
パラメータ:
condition - マッチング条件
results - クエリの結果