Class HibernateHandlerBean
java.lang.Object
edu.internet2.middleware.grouper.hibernate.HibernateHandlerBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget grouper sessionboolean
if this is a new context, or using one that already existedboolean
if this is a new context, or using one that already existedvoid
setCallerWillCreateAudit
(boolean callerWillAuditTransaction1) if this is a new context, or using one that already existedvoid
setHibernateSession
(HibernateSession hibernateSession1) void
setNewContext
(boolean newContext1) if this is a new context, or using one that already existed
-
Constructor Details
-
HibernateHandlerBean
public HibernateHandlerBean()
-
-
Method Details
-
getHibernateSession
get grouper session- Returns:
- grouper session
-
setHibernateSession
- 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
-
-