public class Hib3ExternalSubjectDAO extends Hib3DAO implements ExternalSubjectDAO
Group DAO interface.| Constructor and Description |
|---|
Hib3ExternalSubjectDAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(ExternalSubject externalSubject)
delete an external subject and all its attributes
|
Set<ExternalSubject> |
findAll()
find all external subjects
|
Set<ExternalSubject> |
findAllDisabledMismatch()
find all external subjects which have a disabled date which are not disabled
|
ExternalSubject |
findByIdentifier(String identifier,
boolean exceptionIfNotFound,
QueryOptions queryOptions)
find an external subject by identifier
|
static void |
reset(HibernateSession hibernateSession) |
void |
saveOrUpdate(ExternalSubject externalSubject)
insert or update an external subject to the DB
|
evict, evictEntity, evictQueries, getConfiguration, getConfiguration, getSessionFactory, getSessionFactory, hibernateInitted, initHibernateIfNotInitted, initHibernateIfNotInitted, resourceNameFromClassName, session, sessionpublic Set<ExternalSubject> findAllDisabledMismatch()
ExternalSubjectDAOfindAllDisabledMismatch in interface ExternalSubjectDAOExternalSubjectDAO.findAllDisabledMismatch()public static void reset(HibernateSession hibernateSession)
hibernateSession - public void delete(ExternalSubject externalSubject)
ExternalSubjectDAOdelete in interface ExternalSubjectDAOExternalSubjectDAO.delete(ExternalSubject)public void saveOrUpdate(ExternalSubject externalSubject)
ExternalSubjectDAOsaveOrUpdate in interface ExternalSubjectDAOsave or update this to the DB.public ExternalSubject findByIdentifier(String identifier, boolean exceptionIfNotFound, QueryOptions queryOptions)
ExternalSubjectDAOfindByIdentifier in interface ExternalSubjectDAOExternalSubjectDAO.findByIdentifier(String, boolean, QueryOptions)public Set<ExternalSubject> findAll()
ExternalSubjectDAOfindAll in interface ExternalSubjectDAOExternalSubjectDAO.findAll()Copyright © 2016 Internet2. All rights reserved.