Uses of Class
com.atlassian.crowd.search.hibernate.HQLQuery
Packages that use HQLQuery
-
Uses of HQLQuery in com.atlassian.crowd.search.hibernate
Methods in com.atlassian.crowd.search.hibernate that return HQLQueryModifier and TypeMethodDescriptionHQLQueryTranslater.asHQL(long directoryID, MembershipQuery query) Translates a membership query into a HQLQuery.HQLQueryTranslater.asHQL(long directoryID, MembershipQuery<?> query, boolean selectEntityToMatch) Translates a membership query into a HQLQuery.HQLQueryTranslater.asHQL(EntityQuery entityQuery) Translates an entity query into a HQLQuery.protected HQLQueryHQLQueryTranslater.newQuery()HQLQuery.safeAppendWhere(CharSequence hql) Methods in com.atlassian.crowd.search.hibernate that return types with arguments of type HQLQueryModifier and TypeMethodDescriptionHQLQueryTranslater.asHQL(long directoryID, EntityQuery entityQuery) Translates an entity query into a HQLQuery.Methods in com.atlassian.crowd.search.hibernate with parameters of type HQLQueryModifier and TypeMethodDescriptionprotected voidHQLQueryTranslater.appendBooleanTermRestrictionAsHQL(HQLQuery hql, Entity entityType, PropertyRestriction<Boolean> restriction, String attributeSharedAlias) protected voidHQLQueryTranslater.appendComparableValueAsHQL(HQLQuery hql, PropertyRestriction restriction) protected voidHQLQueryTranslater.appendComparableValueAsHQL(HQLQuery hql, PropertyRestriction restriction, Object normalizedValue) protected voidHQLQueryTranslater.appendDateTermRestriction(HQLQuery hql, Entity entityType, PropertyRestriction<? extends Date> restriction, String attributeSharedAlias) protected voidHQLQueryTranslater.appendDirectoryPropertyAsHQL(HQLQuery hql, PropertyRestriction restriction) protected voidHQLQueryTranslater.appendEntityPropertyAsHQL(HQLQuery hql, Entity entityType, PropertyRestriction restriction, String attributeSharedAlias) protected voidHQLQueryTranslater.appendEnumTermRestrictionAsHQL(HQLQuery hql, Entity entityType, PropertyRestriction<Enum> restriction, String attributeSharedAlias) protected voidHQLQueryTranslater.appendGroupPropertyAsHQL(HQLQuery hql, PropertyRestriction restriction, String attributeSharedAlias) protected voidHQLQueryTranslater.appendGroupTypeRestrictionAsHQL(HQLQuery hql, GroupType groupType) protected voidHQLQueryTranslater.appendIsNullTermRestrictionAsHSQL(HQLQuery hql, Entity entityType, PropertyRestriction<?> restriction, String attributeSharedAlias) protected voidHQLQueryTranslater.appendMultiTermRestrictionAsHQL(HQLQuery hql, Entity entityType, BooleanRestriction booleanRestriction) protected voidHQLQueryTranslater.appendPropertyRestrictionAsHQL(HQLQuery hql, Entity entityType, SearchRestriction restriction, String attributeSharedAlias) protected voidHQLQueryTranslater.appendQueryAsHQL(EntityQuery<?> query, HQLQuery hql) protected voidHQLQueryTranslater.appendStringTermRestrictionAsHQL(HQLQuery hql, Entity entityType, PropertyRestriction<String> restriction, String attributeSharedAlias) protected voidHQLQueryTranslater.appendStringValueAsHQL(HQLQuery hql, PropertyRestriction<String> restriction) protected voidHQLQueryTranslater.appendTokenPropertyAsHQL(HQLQuery hql, PropertyRestriction restriction) protected voidHQLQueryTranslater.appendUserPropertyAsHQL(HQLQuery hql, PropertyRestriction restriction, String attributeSharedAlias) -
Uses of HQLQuery in com.atlassian.crowd.search.hibernate.audit
Methods in com.atlassian.crowd.search.hibernate.audit that return HQLQueryMethods in com.atlassian.crowd.search.hibernate.audit with parameters of type HQLQueryModifier and TypeMethodDescriptionprotected Function<Restriction,String> RestrictionGroup.extractWhere(HQLQuery hqlQuery) default void