edu.internet2.middleware.grouper.internal.dao.hib3
Class Hib3PITRoleSetDAO
java.lang.Object
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3PITRoleSetDAO
- All Implemented Interfaces:
- GrouperDAO, PITRoleSetDAO
public class Hib3PITRoleSetDAO
- extends Hib3DAO
- implements PITRoleSetDAO
- Author:
- shilen
$Id: Hib3PITRoleSetDAO.java 7072 2010-12-06 16:03:59Z shilen $
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Hib3PITRoleSetDAO
public Hib3PITRoleSetDAO()
saveOrUpdate
public void saveOrUpdate(PITRoleSet pitRoleSet)
- Description copied from interface:
PITRoleSetDAO
- insert or update
- Specified by:
saveOrUpdate
in interface PITRoleSetDAO
- See Also:
PITRoleSetDAO.saveOrUpdate(edu.internet2.middleware.grouper.pit.PITRoleSet)
delete
public void delete(PITRoleSet pitRoleSet)
- Description copied from interface:
PITRoleSetDAO
- delete
- Specified by:
delete
in interface PITRoleSetDAO
- See Also:
PITRoleSetDAO.delete(edu.internet2.middleware.grouper.pit.PITRoleSet)
reset
public static void reset(HibernateSession hibernateSession)
- reset
- Parameters:
hibernateSession
-
findById
public PITRoleSet findById(java.lang.String id)
- Specified by:
findById
in interface PITRoleSetDAO
- Returns:
- PITRoleSet
- See Also:
PITRoleSetDAO.findById(java.lang.String)
deleteInactiveRecords
public void deleteInactiveRecords(java.sql.Timestamp time)
- Description copied from interface:
PITRoleSetDAO
- Delete records that ended before the given date.
- Specified by:
deleteInactiveRecords
in interface PITRoleSetDAO
- See Also:
PITRoleSetDAO.deleteInactiveRecords(java.sql.Timestamp)