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.HibernateCRUDDao から継承されたメソッド |
add, add, clearEach, createCriteria, createDeleteQuery, delete, delete, exists, get, list, update |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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