public class Hib3ChangeLogConsumerDAO extends Hib3DAO implements ChangeLogConsumerDAO
| Constructor and Description |
|---|
Hib3ChangeLogConsumerDAO() |
| Modifier and Type | Method and Description |
|---|---|
Set<ChangeLogConsumer> |
findAll()
find all change log consumers
|
ChangeLogConsumer |
findByName(String name,
boolean exceptionIfNotFound)
find a change log consumer by name
|
void |
saveOrUpdate(ChangeLogConsumer changeLogConsumer)
insert or update an change log entry object
|
evict, evictEntity, evictQueries, getConfiguration, getConfiguration, getSessionFactory, getSessionFactory, hibernateInitted, initHibernateIfNotInitted, initHibernateIfNotInitted, resourceNameFromClassName, session, sessionpublic void saveOrUpdate(ChangeLogConsumer changeLogConsumer)
ChangeLogConsumerDAOsaveOrUpdate in interface ChangeLogConsumerDAOChangeLogConsumerDAO.saveOrUpdate(edu.internet2.middleware.grouper.changeLog.ChangeLogConsumer)public ChangeLogConsumer findByName(String name, boolean exceptionIfNotFound)
ChangeLogConsumerDAOfindByName in interface ChangeLogConsumerDAOname - is the consumer nameexceptionIfNotFound - true if exception should be thrown if not foundChangeLogConsumerDAO.findByName(String, boolean)public Set<ChangeLogConsumer> findAll()
ChangeLogConsumerDAOfindAll in interface ChangeLogConsumerDAOChangeLogConsumerDAO.findAll()Copyright © 2016 Internet2. All rights reserved.