Uses of Class
com.atlassian.crowd.search.hibernate.HQLQuery

Packages that use HQLQuery
com.atlassian.crowd.search.hibernate   
 

Uses of HQLQuery in com.atlassian.crowd.search.hibernate
 

Methods in com.atlassian.crowd.search.hibernate that return HQLQuery
 HQLQuery HQLQueryTranslater.asHQL(EntityQuery entityQuery)
           
 HQLQuery HQLQueryTranslater.asHQL(long directoryID, EntityQuery entityQuery)
           
 HQLQuery HQLQueryTranslater.asHQL(long directoryID, MembershipQuery query)
           
protected  HQLQuery HQLQueryTranslater.membershipEntityQueryAsHQL(long directoryID, MembershipQuery query)
           
protected  HQLQuery HQLQueryTranslater.membershipNamesQueryAsHQL(long directoryID, MembershipQuery query)
           
 

Methods in com.atlassian.crowd.search.hibernate with parameters of type HQLQuery
protected  void HQLQueryTranslater.appendBooleanTermRestrictionAsHQL(HQLQuery hql, Entity entityType, PropertyRestriction<java.lang.Boolean> restriction)
           
protected  void HQLQueryTranslater.appendComparableValueAsHQL(HQLQuery hql, PropertyRestriction restriction)
           
protected  void HQLQueryTranslater.appendDateTermRestriction(HQLQuery hql, Entity entityType, PropertyRestriction<? extends java.util.Date> restriction)
           
protected  void HQLQueryTranslater.appendDirectoryPropertyAsHQL(HQLQuery hql, PropertyRestriction restriction)
           
protected  void HQLQueryTranslater.appendEntityPropertyAsHQL(HQLQuery hql, Entity entityType, PropertyRestriction restriction)
           
protected  void HQLQueryTranslater.appendEnumTermRestrictionAsHQL(HQLQuery hql, Entity entityType, PropertyRestriction<java.lang.Enum> restriction)
           
protected  void HQLQueryTranslater.appendGroupPropertyAsHQL(HQLQuery hql, PropertyRestriction restriction)
           
protected  void HQLQueryTranslater.appendGroupTypeRestrictionAsHQL(HQLQuery hql, GroupType groupType)
           
protected  void HQLQueryTranslater.appendIsNullTermRestrictionAsHSQL(HQLQuery hql, Entity entityType, PropertyRestriction<?> restriction)
           
protected  void HQLQueryTranslater.appendMultiTermRestrictionAsHQL(HQLQuery hql, Entity entityType, BooleanRestriction booleanRestriction)
           
protected  void HQLQueryTranslater.appendPropertyRestrictionAsHQL(HQLQuery hql, Entity entityType, SearchRestriction restriction)
           
protected  void HQLQueryTranslater.appendQueryAsHQL(EntityQuery query, HQLQuery hql)
           
protected  void HQLQueryTranslater.appendStringTermRestrictionAsHQL(HQLQuery hql, Entity entityType, PropertyRestriction<java.lang.String> restriction)
           
protected  void HQLQueryTranslater.appendStringValueAsHQL(HQLQuery hql, PropertyRestriction<java.lang.String> restriction)
           
protected  void HQLQueryTranslater.appendTokenPropertyAsHQL(HQLQuery hql, PropertyRestriction restriction)
           
protected  void HQLQueryTranslater.appendUserPropertyAsHQL(HQLQuery hql, PropertyRestriction restriction)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.