public class DelegateCommitableFinderBase extends CommitableBase implements CommitableFinder
ctx| コンストラクタと説明 |
|---|
DelegateCommitableFinderBase() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Updatable |
commitLocal(Updatable target,
java.util.Map controlMap) |
java.lang.Long |
countByFilter(Filter filter)
filterに合致するObservableの件数を取得して返す。
|
protected ObservableProxy |
createObservableProxy(Updatable target,
java.util.Map controlMap)
PrimaryKeyを生成して返す。
|
java.util.Collection |
findAll()
全てのObservableを返す。
|
java.util.Collection |
findAll(SortRule[] sortRules,
LimitRule limitRule)
全てのObservableを返す。
|
java.util.Collection |
findByFilter(Filter filter)
filterに合致するObservableを検索する。
|
java.util.Collection |
findByFilter(Filter filter,
SortRule[] sortRules,
LimitRule limitRule)
filterに合致するObservableを検索する。
|
Observable |
findByObservableProxy(ObservableProxy proxy)
proxyに合致するObservableを検索する。
|
Observable |
findByPrimaryKey(ObservableProxy proxy)
proxyに合致するObservableを検索する。
|
java.util.Collection |
findByQuery(java.lang.String query)
queryに合致するObservableを検索する。
|
java.util.Collection |
findByQuery(java.lang.String query,
SortRule[] sortRules,
LimitRule limitRule)
queryに合致するObservableを検索する。
|
protected CommitableFinder |
getCommitableFinder() |
java.lang.String |
getFinderName()
Finder名を返す
|
java.util.Collection |
getObservableProxyClasses()
このFinderで返すObservableProxyのクラスリストを返す。
|
UpdatableFactory |
getUpdatableFactory()
UpdatableFactoryを返す。
|
void |
refresh()
設定情報を読み直す。
|
java.lang.String |
toString() |
afterCompletion, beforeCompletion, commit, commitByString, createCommitableManager, ejbActivate, ejbCreate, ejbPassivate, ejbRemove, getAfterCompletion, getBeforeCompletion, getCommitableManager, getCompletionFactory, getModelBuilder, getModelParser, getObservationFactory, getPrimaryObservableSchema, getSessionContext, setSessionContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcommitprotected ObservableProxy createObservableProxy(Updatable target, java.util.Map controlMap)
CommitableBasecreateObservableProxy クラス内 CommitableBasepublic Updatable commitLocal(Updatable target, java.util.Map controlMap) throws UpdatableCommitException, java.rmi.RemoteException, FatalException
commitLocal クラス内 CommitableBaseUpdatableCommitExceptionjava.rmi.RemoteExceptionFatalExceptionpublic void refresh() throws java.rmi.RemoteException
Refreshablerefresh インタフェース内 Refreshablerefresh クラス内 CommitableBasejava.rmi.RemoteExceptionprotected CommitableFinder getCommitableFinder()
public java.lang.Long countByFilter(Filter filter) throws javax.ejb.FinderException, java.rmi.RemoteException
countByFilter インタフェース内 FinderFacadefilter - 検索条件javax.ejb.FinderExceptionjava.rmi.RemoteExceptionpublic Observable findByPrimaryKey(ObservableProxy proxy) throws javax.ejb.FinderException, java.rmi.RemoteException
PrimaryFinderFacadefindByPrimaryKey インタフェース内 PrimaryFinderFacadeproxy - プライマリキーjavax.ejb.FinderExceptionjava.rmi.RemoteExceptionpublic Observable findByObservableProxy(ObservableProxy proxy) throws javax.ejb.FinderException, java.rmi.RemoteException
PrimaryFinderFacadefindByObservableProxy インタフェース内 PrimaryFinderFacadeproxy - プライマリキーjavax.ejb.FinderExceptionjava.rmi.RemoteExceptionpublic java.util.Collection getObservableProxyClasses() throws java.rmi.RemoteException
PrimaryFinderFacadegetObservableProxyClasses インタフェース内 PrimaryFinderFacadejava.rmi.RemoteExceptionpublic java.util.Collection findByFilter(Filter filter) throws javax.ejb.FinderException, java.rmi.RemoteException
FinderFacadefindByFilter インタフェース内 FinderFacadefilter - 抽出条件javax.ejb.FinderExceptionjava.rmi.RemoteExceptionpublic java.util.Collection findByQuery(java.lang.String query) throws javax.ejb.FinderException, java.rmi.RemoteException
FinderFacadefindByQuery インタフェース内 FinderFacadequery - 抽出条件javax.ejb.FinderExceptionjava.rmi.RemoteExceptionpublic java.util.Collection findAll() throws javax.ejb.FinderException, java.rmi.RemoteException
FinderFacadefindAll インタフェース内 FinderFacadejavax.ejb.FinderExceptionjava.rmi.RemoteExceptionpublic java.util.Collection findByFilter(Filter filter, SortRule[] sortRules, LimitRule limitRule) throws javax.ejb.FinderException, java.rmi.RemoteException
FinderFacadefindByFilter インタフェース内 FinderFacadefilter - 抽出条件sortRules - ソート条件配列limitRule - 検索結果の取得制限条件javax.ejb.FinderExceptionjava.rmi.RemoteExceptionpublic java.util.Collection findByQuery(java.lang.String query, SortRule[] sortRules, LimitRule limitRule) throws javax.ejb.FinderException, java.rmi.RemoteException
FinderFacadefindByQuery インタフェース内 FinderFacadequery - 抽出条件sortRules - ソート条件配列limitRule - 検索結果の取得制限条件javax.ejb.FinderExceptionjava.rmi.RemoteExceptionpublic java.util.Collection findAll(SortRule[] sortRules, LimitRule limitRule) throws javax.ejb.FinderException, java.rmi.RemoteException
FinderFacadefindAll インタフェース内 FinderFacadesortRules - ソート条件配列limitRule - 検索結果の取得制限条件javax.ejb.FinderExceptionjava.rmi.RemoteExceptionpublic UpdatableFactory getUpdatableFactory() throws java.rmi.RemoteException, FatalException
UpdatableFactorySourcegetUpdatableFactory インタフェース内 UpdatableFactorySourcejava.rmi.RemoteExceptionFatalExceptionpublic java.lang.String getFinderName() throws java.rmi.RemoteException
FinderFacadegetFinderName インタフェース内 FinderFacadejava.rmi.RemoteExceptionpublic java.lang.String toString()
toString クラス内 java.lang.Object