Class Hib3AttributeAssignActionDAO
java.lang.Object
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeAssignActionDAO
- All Implemented Interfaces:
AttributeAssignActionDAO,GrouperDAO
Data Access Object for attribute assign action
- Version:
- $Id: Hib3AttributeAssignActionDAO.java,v 1.1 2009-10-26 02:26:07 mchyzer Exp $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidremove all cachesvoiddelete(AttributeAssignAction attributeAssignAction) delete the attribute assign actionfindByAttributeDefId(String attributeDefId) find all actions for an attribute def by idfindByUuidOrKey(String id, String attributeDefId, String name, boolean exceptionIfNull) find by uuid or keyvoidsaveOrUpdate(AttributeAssignAction attributeAssignAction) insert or update an attribute assign value objectvoidsaveUpdateProperties(AttributeAssignAction attributeAssignAction) save the update properties which are auto saved when business method is calledMethods 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
-
Hib3AttributeAssignActionDAO
public Hib3AttributeAssignActionDAO()
-
-
Method Details
-
attributeAssignActionCacheClear
public static void attributeAssignActionCacheClear()remove all caches -
findById
- Specified by:
findByIdin interfaceAttributeAssignActionDAO- Returns:
- the attribute assign value or null if not there
- See Also:
-
saveOrUpdate
Description copied from interface:AttributeAssignActionDAOinsert or update an attribute assign value object- Specified by:
saveOrUpdatein interfaceAttributeAssignActionDAO- See Also:
-
delete
Description copied from interface:AttributeAssignActionDAOdelete the attribute assign action- Specified by:
deletein interfaceAttributeAssignActionDAO- See Also:
-
findByAttributeDefId
Description copied from interface:AttributeAssignActionDAOfind all actions for an attribute def by id- Specified by:
findByAttributeDefIdin interfaceAttributeAssignActionDAO- Returns:
- the actions
- See Also:
-
findByUuidOrKey
public AttributeAssignAction findByUuidOrKey(String id, String attributeDefId, String name, boolean exceptionIfNull) Description copied from interface:AttributeAssignActionDAOfind by uuid or key- Specified by:
findByUuidOrKeyin interfaceAttributeAssignActionDAO- Returns:
- the action or null
- See Also:
-
saveUpdateProperties
Description copied from interface:AttributeAssignActionDAOsave the update properties which are auto saved when business method is called
-