Class Hib3RegistrySubjectDAO
java.lang.Object
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3RegistrySubjectDAO
- All Implemented Interfaces:
GrouperDAO
,RegistrySubjectDAO
Basic Hibernate
RegistrySubject
DAO interface.- Since:
- Version:
- $Id: Hib3RegistrySubjectDAO.java,v 1.8 2009-10-26 02:26:07 mchyzer Exp $
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(RegistrySubject _subj) void
delete
(RegistrySubject _subj) Deprecated.protected static void
reset
(HibernateSession hibernateSession) Methods inherited from class edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO
evict, evictEntity, evictQueries, getConfiguration, getConfiguration, getSessionFactory, getSessionFactory, hibernateInitted, initHibernateIfNotInitted, initHibernateIfNotInitted, resourceNameFromClassName, session, session
-
Constructor Details
-
Hib3RegistrySubjectDAO
public Hib3RegistrySubjectDAO()
-
-
Method Details
-
create
- Specified by:
create
in interfaceRegistrySubjectDAO
- Throws:
GrouperDAOException
- Since:
-
delete
- Specified by:
delete
in interfaceRegistrySubjectDAO
- Throws:
GrouperDAOException
- Since:
-
find
@Deprecated public RegistrySubject find(String id, String type) throws GrouperDAOException, SubjectNotFoundException Deprecated.- Specified by:
find
in interfaceRegistrySubjectDAO
- Throws:
GrouperDAOException
SubjectNotFoundException
- Since:
-
find
public RegistrySubject find(String id, boolean exceptionIfNotFound) throws GrouperDAOException, SubjectNotFoundException - Specified by:
find
in interfaceRegistrySubjectDAO
- Throws:
GrouperDAOException
SubjectNotFoundException
- Since:
-
find
public RegistrySubject find(String id, String type, boolean exceptionIfNotFound) throws GrouperDAOException, SubjectNotFoundException - Specified by:
find
in interfaceRegistrySubjectDAO
- Throws:
GrouperDAOException
SubjectNotFoundException
- Since:
-
reset
protected static void reset(HibernateSession hibernateSession) throws org.hibernate.HibernateException - Throws:
org.hibernate.HibernateException
-