Uses of Class
edu.internet2.middleware.grouper.hibernate.GrouperRollbackType

Packages that use GrouperRollbackType
edu.internet2.middleware.grouper.hibernate This package contains grouper's Hibernate wrapping API 
edu.internet2.middleware.grouper.internal.dao This package contains the data access object interfaces that a DB layer would have to implement (generally revolving around queries to DB) 
edu.internet2.middleware.grouper.internal.dao.hib3 This package contains hib3 related data access object implementations and mappings 
 

Uses of GrouperRollbackType in edu.internet2.middleware.grouper.hibernate
 

Methods in edu.internet2.middleware.grouper.hibernate that return GrouperRollbackType
static GrouperRollbackType GrouperRollbackType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GrouperRollbackType GrouperRollbackType.valueOfIgnoreCase(java.lang.String string)
          do a case-insensitive matching
static GrouperRollbackType[] GrouperRollbackType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.internet2.middleware.grouper.hibernate with parameters of type GrouperRollbackType
 boolean HibernateSession.rollback(GrouperRollbackType grouperRollbackType)
          rollback (perhaps, depending on type)
 boolean GrouperTransaction.rollback(GrouperRollbackType grouperRollbackType)
          rollback a transaction (perhaps, based on type)
 

Uses of GrouperRollbackType in edu.internet2.middleware.grouper.internal.dao
 

Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type GrouperRollbackType
 boolean TransactionDAO.transactionRollback(GrouperTransaction grouperTransaction, GrouperRollbackType grouperRollbackType)
          call this to rollback a transaction
 

Uses of GrouperRollbackType in edu.internet2.middleware.grouper.internal.dao.hib3
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type GrouperRollbackType
 boolean Hib3TransactionDAO.transactionRollback(GrouperTransaction grouperTransaction, GrouperRollbackType grouperRollbackType)