Uses of Class
edu.internet2.middleware.grouper.hibernate.ByCriteriaStatic
Packages that use ByCriteriaStatic
Package
Description
This package contains grouper's Hibernate wrapping API
-
Uses of ByCriteriaStatic in edu.internet2.middleware.grouper.hibernate
Methods in edu.internet2.middleware.grouper.hibernate that return ByCriteriaStaticModifier and TypeMethodDescriptionstatic ByCriteriaStatic
HibernateSession.byCriteriaStatic()
do a criteria query with proper error handling and in an enclosing transaction (if applicable), or a new one if notByCriteriaStatic.options
(QueryOptions queryOptions1) add a paging/sorting/resultSetSize, etc to the queryalias for queried classByCriteriaStatic.setCacheable
(Boolean cacheable) assign if this query is cacheable or not.ByCriteriaStatic.setCacheRegion
(String cacheRegion) cache region for cacheByCriteriaStatic.setEntityName
(String theEntityName) entity name if the object is mapped to more than one tableByCriteriaStatic.setGrouperTransactionType
(GrouperTransactionType theGrouperTransactionType) assign a different grouperTransactionType (e.g.