jp.go.nict.langrid.dao.hibernate
クラス HibernateSubscriptionDao

java.lang.Object
  上位を拡張 jp.go.nict.langrid.dao.hibernate.HibernateDao
      上位を拡張 jp.go.nict.langrid.dao.hibernate.HibernateCRUDDao<Subscription>
          上位を拡張 jp.go.nict.langrid.dao.hibernate.HibernateSubscriptionDao
すべての実装されたインタフェース:
CRUDDao<Subscription>, SubscriptionDao

public class HibernateSubscriptionDao
extends HibernateCRUDDao<Subscription>
implements SubscriptionDao

Hibernateを使ったSubscriptionDaoの実装。

作成者:
Takao Nakaguchi

入れ子のクラスの概要
 
クラス jp.go.nict.langrid.dao.hibernate.HibernateDao から継承された入れ子のクラス/インタフェース
HibernateDao.DaoBlock, HibernateDao.DaoBlockR<R>
 
コンストラクタの概要
HibernateSubscriptionDao(HibernateDaoContext context)
          コンストラクタ。
 
メソッドの概要
 void clear()
           
 List<Subscriber> listSubscribers(String gridId, String userId)
           
 List<Subscriber> listSubscribersOfService(String gridId, String serviceId)
           
 
クラス jp.go.nict.langrid.dao.hibernate.HibernateCRUDDao から継承されたメソッド
add, add, clearEach, createCriteria, createDeleteQuery, delete, delete, exists, get, list, update
 
クラス jp.go.nict.langrid.dao.hibernate.HibernateDao から継承されたメソッド
createDeleteQuery, createDeleteQuery, deleteEntities, getContext, getSession, logAdditionalInfo, logWhenRollbacking, transact, transact
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース jp.go.nict.langrid.dao.CRUDDao から継承されたメソッド
add, delete, delete, exists, get, list
 

コンストラクタの詳細

HibernateSubscriptionDao

public HibernateSubscriptionDao(HibernateDaoContext context)
コンストラクタ。

パラメータ:
context - DaoContext
メソッドの詳細

clear

public void clear()
           throws DaoException
定義:
インタフェース CRUDDao<Subscription> 内の clear
オーバーライド:
クラス HibernateCRUDDao<Subscription> 内の clear
例外:
DaoException

listSubscribers

public List<Subscriber> listSubscribers(String gridId,
                                        String userId)
                                 throws DaoException
定義:
インタフェース SubscriptionDao 内の listSubscribers
例外:
DaoException

listSubscribersOfService

public List<Subscriber> listSubscribersOfService(String gridId,
                                                 String serviceId)
                                          throws DaoException
定義:
インタフェース SubscriptionDao 内の listSubscribersOfService
例外:
DaoException