Class HibernateHandlerBean

java.lang.Object
edu.internet2.middleware.grouper.hibernate.HibernateHandlerBean

public class HibernateHandlerBean extends Object
  • Constructor Details

    • HibernateHandlerBean

      public HibernateHandlerBean()
  • Method Details

    • getHibernateSession

      public HibernateSession getHibernateSession()
      get grouper session
      Returns:
      grouper session
    • setHibernateSession

      public void setHibernateSession(HibernateSession hibernateSession1)
      Parameters:
      hibernateSession1 -
    • isNewContext

      public boolean isNewContext()
      if this is a new context, or using one that already existed
      Returns:
      if new context
    • setNewContext

      public void setNewContext(boolean newContext1)
      if this is a new context, or using one that already existed
      Parameters:
      newContext1 -
    • isCallerWillCreateAudit

      public boolean isCallerWillCreateAudit()
      if this is a new context, or using one that already existed
      Returns:
      true if caller will audit transaction
    • setCallerWillCreateAudit

      public void setCallerWillCreateAudit(boolean callerWillAuditTransaction1)
      if this is a new context, or using one that already existed
      Parameters:
      callerWillAuditTransaction1 -