public class HibernateInvocationDao extends HibernateDao implements InvocationDao
HibernateDao.DaoBlock, HibernateDao.DaoBlockR<R>
Constructor and Description |
---|
HibernateInvocationDao(HibernateDaoContext context) |
Modifier and Type | Method and Description |
---|---|
void |
addInvocation(Invocation invocation) |
void |
clear() |
void |
deleteInvocation(String serviceGridId,
String serviceId,
String invocationName) |
List<Invocation> |
listInvocation(String serviceGridId,
String serviceId) |
createDeleteQuery, createDeleteQuery, deleteEntities, getContext, getSession, logAdditionalInfo, logWhenRollbacking, transact, transact
public HibernateInvocationDao(HibernateDaoContext context)
public void addInvocation(Invocation invocation) throws DaoException
addInvocation
in interface InvocationDao
DaoException
public void deleteInvocation(String serviceGridId, String serviceId, String invocationName) throws DaoException
deleteInvocation
in interface InvocationDao
DaoException
public List<Invocation> listInvocation(String serviceGridId, String serviceId) throws DaoException
listInvocation
in interface InvocationDao
DaoException
public void clear() throws DaoException
clear
in interface InvocationDao
DaoException