jp.go.nict.langrid.dao.hibernate.searchsupport
クラス SearchSupports

java.lang.Object
  上位を拡張 jp.go.nict.langrid.dao.hibernate.searchsupport.SearchSupports

public class SearchSupports
extends Object

SearchSupports用のユーティリティクラス。

作成者:
Takao Nakaguchi

コンストラクタの概要
SearchSupports()
           
 
メソッドの概要
static Map<String,SearchSupport<Resource>> getResourceSearchSupports()
           
static Map<String,SearchSupport<Service>> getServiceSearchSupports()
           
static Map<String,SearchSupport<User>> getUserSearchSupports()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SearchSupports

public SearchSupports()
メソッドの詳細

getServiceSearchSupports

public static Map<String,SearchSupport<Service>> getServiceSearchSupports()

getResourceSearchSupports

public static Map<String,SearchSupport<Resource>> getResourceSearchSupports()

getUserSearchSupports

public static Map<String,SearchSupport<User>> getUserSearchSupports()