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, setSessionContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
commit
protected ObservableProxy createObservableProxy(Updatable target, java.util.Map controlMap)
CommitableBase
createObservableProxy
クラス内 CommitableBase
public Updatable commitLocal(Updatable target, java.util.Map controlMap) throws UpdatableCommitException, java.rmi.RemoteException, FatalException
commitLocal
クラス内 CommitableBase
UpdatableCommitException
java.rmi.RemoteException
FatalException
public void refresh() throws java.rmi.RemoteException
Refreshable
refresh
インタフェース内 Refreshable
refresh
クラス内 CommitableBase
java.rmi.RemoteException
protected CommitableFinder getCommitableFinder()
public java.lang.Long countByFilter(Filter filter) throws javax.ejb.FinderException, java.rmi.RemoteException
countByFilter
インタフェース内 FinderFacade
filter
- 検索条件javax.ejb.FinderException
java.rmi.RemoteException
public Observable findByPrimaryKey(ObservableProxy proxy) throws javax.ejb.FinderException, java.rmi.RemoteException
PrimaryFinderFacade
findByPrimaryKey
インタフェース内 PrimaryFinderFacade
proxy
- プライマリキーjavax.ejb.FinderException
java.rmi.RemoteException
public Observable findByObservableProxy(ObservableProxy proxy) throws javax.ejb.FinderException, java.rmi.RemoteException
PrimaryFinderFacade
findByObservableProxy
インタフェース内 PrimaryFinderFacade
proxy
- プライマリキーjavax.ejb.FinderException
java.rmi.RemoteException
public java.util.Collection getObservableProxyClasses() throws java.rmi.RemoteException
PrimaryFinderFacade
getObservableProxyClasses
インタフェース内 PrimaryFinderFacade
java.rmi.RemoteException
public java.util.Collection findByFilter(Filter filter) throws javax.ejb.FinderException, java.rmi.RemoteException
FinderFacade
findByFilter
インタフェース内 FinderFacade
filter
- 抽出条件javax.ejb.FinderException
java.rmi.RemoteException
public java.util.Collection findByQuery(java.lang.String query) throws javax.ejb.FinderException, java.rmi.RemoteException
FinderFacade
findByQuery
インタフェース内 FinderFacade
query
- 抽出条件javax.ejb.FinderException
java.rmi.RemoteException
public java.util.Collection findAll() throws javax.ejb.FinderException, java.rmi.RemoteException
FinderFacade
findAll
インタフェース内 FinderFacade
javax.ejb.FinderException
java.rmi.RemoteException
public java.util.Collection findByFilter(Filter filter, SortRule[] sortRules, LimitRule limitRule) throws javax.ejb.FinderException, java.rmi.RemoteException
FinderFacade
findByFilter
インタフェース内 FinderFacade
filter
- 抽出条件sortRules
- ソート条件配列limitRule
- 検索結果の取得制限条件javax.ejb.FinderException
java.rmi.RemoteException
public java.util.Collection findByQuery(java.lang.String query, SortRule[] sortRules, LimitRule limitRule) throws javax.ejb.FinderException, java.rmi.RemoteException
FinderFacade
findByQuery
インタフェース内 FinderFacade
query
- 抽出条件sortRules
- ソート条件配列limitRule
- 検索結果の取得制限条件javax.ejb.FinderException
java.rmi.RemoteException
public java.util.Collection findAll(SortRule[] sortRules, LimitRule limitRule) throws javax.ejb.FinderException, java.rmi.RemoteException
FinderFacade
findAll
インタフェース内 FinderFacade
sortRules
- ソート条件配列limitRule
- 検索結果の取得制限条件javax.ejb.FinderException
java.rmi.RemoteException
public UpdatableFactory getUpdatableFactory() throws java.rmi.RemoteException, FatalException
UpdatableFactorySource
getUpdatableFactory
インタフェース内 UpdatableFactorySource
java.rmi.RemoteException
FatalException
public java.lang.String getFinderName() throws java.rmi.RemoteException
FinderFacade
getFinderName
インタフェース内 FinderFacade
java.rmi.RemoteException
public java.lang.String toString()
toString
クラス内 java.lang.Object