edu.internet2.middleware.grouper.internal.dao.hib3
Class Hib3RegistrySubjectDAO

java.lang.Object
  extended by edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO
      extended by edu.internet2.middleware.grouper.internal.dao.hib3.Hib3RegistrySubjectDAO
All Implemented Interfaces:
GrouperDAO, RegistrySubjectDAO

public class Hib3RegistrySubjectDAO
extends Hib3DAO
implements RegistrySubjectDAO

Basic Hibernate RegistrySubject DAO interface.

Since:
@HEAD@
Version:
$Id: Hib3RegistrySubjectDAO.java,v 1.8 2009-10-26 02:26:07 mchyzer Exp $
Author:
blair christensen.

Field Summary
 
Fields inherited from class edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO
hibernateInitted
 
Constructor Summary
Hib3RegistrySubjectDAO()
           
 
Method Summary
 void create(RegistrySubject _subj)
           
 void delete(RegistrySubject _subj)
           
 RegistrySubject find(String id, String type)
          Deprecated.  
 RegistrySubject find(String id, String type, boolean exceptionIfNotFound)
           
 
Methods inherited from class edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO
evict, evictEntity, evictQueries, getConfiguration, getSessionFactory, initHibernateIfNotInitted, resourceNameFromClassName, session
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hib3RegistrySubjectDAO

public Hib3RegistrySubjectDAO()
Method Detail

create

public void create(RegistrySubject _subj)
            throws GrouperDAOException
Specified by:
create in interface RegistrySubjectDAO
Throws:
GrouperDAOException
Since:
@HEAD@

delete

public void delete(RegistrySubject _subj)
            throws GrouperDAOException
Specified by:
delete in interface RegistrySubjectDAO
Throws:
GrouperDAOException
Since:
@HEAD@

find

@Deprecated
public RegistrySubject find(String id,
                                       String type)
                     throws GrouperDAOException,
                            edu.internet2.middleware.subject.SubjectNotFoundException
Deprecated. 

Specified by:
find in interface RegistrySubjectDAO
Throws:
GrouperDAOException
edu.internet2.middleware.subject.SubjectNotFoundException
Since:

find

public RegistrySubject find(String id,
                            String type,
                            boolean exceptionIfNotFound)
                     throws GrouperDAOException,
                            edu.internet2.middleware.subject.SubjectNotFoundException
Specified by:
find in interface RegistrySubjectDAO
Throws:
GrouperDAOException
edu.internet2.middleware.subject.SubjectNotFoundException
Since: