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

Packages that use GrouperCommitType
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 GrouperCommitType in edu.internet2.middleware.grouper.hibernate
 

Methods in edu.internet2.middleware.grouper.hibernate that return GrouperCommitType
static GrouperCommitType GrouperCommitType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GrouperCommitType GrouperCommitType.valueOfIgnoreCase(java.lang.String string)
          do a case-insensitive matching
static GrouperCommitType[] GrouperCommitType.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 GrouperCommitType
 boolean HibernateSession.commit(GrouperCommitType grouperCommitType)
          commit (perhaps, depending on type)
 boolean GrouperTransaction.commit(GrouperCommitType grouperCommitType)
          commit a transaction (perhaps, based on type)
 

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

Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type GrouperCommitType
 boolean TransactionDAO.transactionCommit(GrouperTransaction grouperTransaction, GrouperCommitType grouperCommitType)
          call this to commit a transaction
 

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

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type GrouperCommitType
 boolean Hib3TransactionDAO.transactionCommit(GrouperTransaction grouperTransaction, GrouperCommitType grouperCommitType)