Uses of Enum Class
edu.internet2.middleware.grouper.hibernate.GrouperRollbackType
Packages that use GrouperRollbackType
Package
Description
This package contains grouper's Hibernate wrapping API
This package contains the data access object interfaces that a DB
layer would have to implement (generally revolving around queries to DB)
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 GrouperRollbackTypeModifier and TypeMethodDescriptionstatic GrouperRollbackTypeReturns the enum constant of this class with the specified name.static GrouperRollbackTypeGrouperRollbackType.valueOfIgnoreCase(String string) do a case-insensitive matchingstatic GrouperRollbackType[]GrouperRollbackType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.internet2.middleware.grouper.hibernate with parameters of type GrouperRollbackTypeModifier and TypeMethodDescriptionbooleanGrouperTransaction.rollback(GrouperRollbackType grouperRollbackType) rollback a transaction (perhaps, based on type)booleanHibernateSession.rollback(GrouperRollbackType grouperRollbackType) rollback (perhaps, depending on type) -
Uses of GrouperRollbackType in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type GrouperRollbackTypeModifier and TypeMethodDescriptionbooleanTransactionDAO.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 GrouperRollbackTypeModifier and TypeMethodDescriptionbooleanHib3TransactionDAO.transactionRollback(GrouperTransaction grouperTransaction, GrouperRollbackType grouperRollbackType)