public class SimpleExtendedFinderInfo extends ExtendedFinderInfo
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected MultiruleComparator |
comp |
protected PrimaryFinder |
finder |
protected java.util.Map |
procedureMap |
| コンストラクタと説明 |
|---|
SimpleExtendedFinderInfo(PrimaryFinder finder,
MultiruleComparator comp,
java.util.Map procedureMap) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.util.Collection |
findAll()
全てのObservableのObservablePrxoyを返す。
|
java.util.Collection |
findAll(SortRule[] sortRules,
LimitRule limitRule)
全てのObservableを返す。
|
java.util.Collection |
findByFilter(Filter filter)
Filterに合致するObservableのObservableProxyを検索する。
|
java.util.Collection |
findByFilter(Filter filter,
SortRule[] sortRules,
LimitRule limitRule)
Filterに合致するObservableを検索する。
|
java.util.Collection |
findByQuery(java.lang.String query)
Filterに合致するObservableのObservableProxyを検索する。
|
java.util.Collection |
findByQuery(java.lang.String query,
SortRule[] sortRules,
LimitRule limitRule)
Filterに合致するObservableを検索する。
|
countByFilter, createCollection, findByObservableProxy, findByPrimaryKey, getComparator, getFinderName, getObservableProxyClasses, getPrimaryFinder, getProcedureMap, toStringprotected PrimaryFinder finder
protected MultiruleComparator comp
protected java.util.Map procedureMap
public SimpleExtendedFinderInfo(PrimaryFinder finder, MultiruleComparator comp, java.util.Map procedureMap)
public java.util.Collection findByFilter(Filter filter) throws javax.ejb.FinderException
findByFilter インタフェース内 FinderfindByFilter クラス内 ExtendedFinderInfofilter - 抽出条件javax.ejb.FinderExceptionpublic java.util.Collection findByFilter(Filter filter, SortRule[] sortRules, LimitRule limitRule) throws javax.ejb.FinderException
FinderfindByFilter インタフェース内 FinderfindByFilter クラス内 ExtendedFinderInfofilter - 抽出条件sortRules - ソート条件配列limitRule - 検索結果の取得制限条件javax.ejb.FinderExceptionpublic java.util.Collection findByQuery(java.lang.String query) throws javax.ejb.FinderException
findByQuery インタフェース内 FinderfindByQuery クラス内 ExtendedFinderInfoquery - 抽出条件javax.ejb.FinderExceptionpublic java.util.Collection findByQuery(java.lang.String query, SortRule[] sortRules, LimitRule limitRule) throws javax.ejb.FinderException
FinderfindByQuery インタフェース内 FinderfindByQuery クラス内 ExtendedFinderInfoquery - 抽出条件sortRules - ソート条件配列limitRule - 検索結果の取得制限条件javax.ejb.FinderExceptionpublic java.util.Collection findAll() throws javax.ejb.FinderException
findAll インタフェース内 FinderfindAll クラス内 ExtendedFinderInfojavax.ejb.FinderExceptionpublic java.util.Collection findAll(SortRule[] sortRules, LimitRule limitRule) throws javax.ejb.FinderException
FinderfindAll インタフェース内 FinderfindAll クラス内 ExtendedFinderInfosortRules - ソート条件配列limitRule - 検索結果の取得制限条件javax.ejb.FinderException