Uses of Class
edu.internet2.middleware.grouper.hibernate.ByHqlStatic
Package
Description
This package contains grouper's Hibernate wrapping API
This package contains hib3 related data access object implementations
and mappings
-
Uses of ByHqlStatic in edu.internet2.middleware.grouper.hibernate
Modifier and TypeMethodDescriptionByHqlStatic.assignBatchPreExecuteUpdateQuery
(String theBatchPreExecuteUpdateQuery) if batch deleting, run this execute update first.ByHqlStatic.assignConvertHqlColumnsToObject
(boolean theConvert) if use resulttransformer to change columns to objectstatic ByHqlStatic
HibernateSession.byHqlStatic()
do a hql query with proper error handling and in an enclosing transaction (if applicable), or a new one if notByHqlStatic.createQuery
(String theHqlQuery) set the query to runByHqlStatic.options
(QueryOptions queryOptions1) add a paging/sorting/resultSetSize, etc to the queryByHqlStatic.setCacheable
(Boolean cacheable) assign if this query is cacheable or not.ByHqlStatic.setCacheRegion
(String cacheRegion) cache region for cacheByHqlStatic.setCollectionInClause
(StringBuilder query, Collection<?> params) append a certain number of params, and commas, and attach the data.assign data to the bind varByHqlStatic.setGrouperTransactionType
(GrouperTransactionType theGrouperTransactionType) assign a different grouperTransactionType (e.g.ByHqlStatic.setInteger
(String bindVarName, Integer value) assign data to the bind varassign data to the bind varassign data to the bind varassign data to the bind varByHqlStatic.setTimestamp
(String bindVarName, Date value) assign data to the bind var -
Uses of ByHqlStatic in edu.internet2.middleware.grouper.internal.dao.hib3
Modifier and TypeMethodDescriptionstatic String
Hib3AttributeDefDAO.assignFilterToQuery
(String filter, Boolean splitScope, StringBuilder whereClause, ByHqlStatic byHqlStatic, boolean findByUuidOrName, String alias) static String
Hib3GroupDAO.assignFilterToQuery
(String filter, Boolean splitScope, StringBuilder whereClause, ByHqlStatic byHqlStatic, boolean findByUuidOrName, String alias, boolean addFinalParen) static String
Hib3GroupDAO.assignFilterToQuery
(String filter, Boolean splitScope, StringBuilder whereClause, ByHqlStatic byHqlStatic, boolean findByUuidOrName, String alias, boolean addFinalParen, boolean excludeAlternateNames) static String
Hib3StemDAO.assignFilterToQuery
(String scope, Boolean splitScope, StringBuilder whereClause, ByHqlStatic byHqlStatic, boolean findByUuidOrName, boolean excludeAlternateNames, String alias) static String
Hib3StemDAO.assignFilterToQuery
(String scope, Boolean splitScope, StringBuilder whereClause, ByHqlStatic byHqlStatic, boolean findByUuidOrName, String alias) static void
Hib3AttributeAssignDAO.queryByValueAddTablesWhereClause
(ByHqlStatic byHqlStatic, StringBuilder sqlTables, StringBuilder sqlWhereClause, AttributeDefValueType attributeDefValueType, Object theValue) make sure if sending a value you are sending a value type, and add table if necessarystatic void
Hib3AttributeAssignDAO.queryByValuesAddTablesWhereClause
(ByHqlStatic byHqlStatic, StringBuilder sqlTables, StringBuilder sqlWhereClause, AttributeDefValueType attributeDefValueType, Set<Object> theValues, String attributeAssignAlias) make sure if sending a value you are sending a value type, and add table if necessary