Uses of Class
edu.internet2.middleware.grouper.hibernate.ByObjectStatic
Packages that use ByObjectStatic
Package
Description
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 ByObjectStaticModifier and TypeMethodDescriptionstatic ByObjectStatic
HibernateSession.byObjectStatic()
do an object operation with proper error handling and in an enclosing transaction (if applicable), or a new one if notByObjectStatic.setCacheable
(Boolean cacheable) assign if this query is cacheable or not.ByObjectStatic.setCacheRegion
(String cacheRegion) cache region for cacheByObjectStatic.setEntityName
(String theEntityName) entity name if the object is mapped to more than one tableByObjectStatic.setGrouperTransactionType
(GrouperTransactionType theGrouperTransactionType) assign a different grouperTransactionType (e.g.ByObjectStatic.setIgnoreHooks
(boolean theIgnoreHooks)