Uses of Enum Class
edu.internet2.middleware.grouper.hibernate.AuditControl
Packages that use AuditControl
Package
Description
This package contains grouper's Hibernate wrapping API
-
Uses of AuditControl in edu.internet2.middleware.grouper.hibernate
Methods in edu.internet2.middleware.grouper.hibernate that return AuditControlModifier and TypeMethodDescriptionstatic AuditControlReturns the enum constant of this class with the specified name.static AuditControl[]AuditControl.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 AuditControlModifier and TypeMethodDescriptionstatic ObjectHibernateSession.callbackHibernateSession(GrouperTransactionType grouperTransactionType, AuditControl auditControl, HibernateHandler hibernateHandler) call this to send a callback for the hibernate session object.