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 GrouperRollbackType
Returns the enum constant of this class with the specified name.static GrouperRollbackType
GrouperRollbackType.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 TypeMethodDescriptionboolean
GrouperTransaction.rollback
(GrouperRollbackType grouperRollbackType) rollback a transaction (perhaps, based on type)boolean
HibernateSession.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 TypeMethodDescriptionboolean
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 GrouperRollbackTypeModifier and TypeMethodDescriptionboolean
Hib3TransactionDAO.transactionRollback
(GrouperTransaction grouperTransaction, GrouperRollbackType grouperRollbackType)