Uses of Class
edu.internet2.middleware.grouper.hibernate.ByObjectStatic

Packages that use ByObjectStatic
edu.internet2.middleware.grouper.hibernate This package contains grouper's Hibernate wrapping API 
 

Uses of ByObjectStatic in edu.internet2.middleware.grouper.hibernate
 

Methods in edu.internet2.middleware.grouper.hibernate that return ByObjectStatic
static ByObjectStatic HibernateSession.byObjectStatic()
          do an object operation with proper error handling and in an enclosing transaction (if applicable), or a new one if not
 ByObjectStatic ByObjectStatic.setCacheable(java.lang.Boolean cacheable)
          assign if this query is cacheable or not.
 ByObjectStatic ByObjectStatic.setCacheRegion(java.lang.String cacheRegion)
          cache region for cache
 ByObjectStatic ByObjectStatic.setEntityName(java.lang.String theEntityName)
          entity name if the object is mapped to more than one table
 ByObjectStatic ByObjectStatic.setGrouperTransactionType(GrouperTransactionType theGrouperTransactionType)
          assign a different grouperTransactionType (e.g. for autonomous transactions)
 ByObjectStatic ByObjectStatic.setIgnoreHooks(boolean theIgnoreHooks)