Package | Description |
---|---|
com.atlassian.crowd.search.hibernate | |
com.atlassian.crowd.search.hibernate.audit | |
com.atlassian.crowd.util.persistence.hibernate |
Modifier and Type | Method and Description |
---|---|
HQLQuery |
HQLQueryTranslater.asHQL(EntityQuery entityQuery)
Translates an entity query into a HQLQuery.
|
HQLQuery |
HQLQueryTranslater.asHQL(long directoryID,
MembershipQuery query)
Translates a membership query into a HQLQuery.
|
HQLQuery |
HQLQueryTranslater.asHQL(long directoryID,
MembershipQuery query,
boolean selectGroupName)
Translates a membership query into a HQLQuery.
|
protected HQLQuery |
HQLQueryTranslater.membershipEntityQueryAsHQL(long directoryID,
MembershipQuery query,
boolean selectGroupName) |
protected HQLQuery |
HQLQueryTranslater.membershipNamesQueryAsHQL(long directoryID,
MembershipQuery query,
boolean selectGroupName) |
protected HQLQuery |
HQLQueryTranslater.newQuery() |
HQLQuery |
HQLQuery.safeAppendWhere(CharSequence hql) |
Modifier and Type | Method and Description |
---|---|
List<HQLQuery> |
HQLQueryTranslater.asHQL(long directoryID,
EntityQuery entityQuery)
Translates an entity query into a HQLQuery.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HQLQueryTranslater.appendBooleanTermRestrictionAsHQL(HQLQuery hql,
Entity entityType,
PropertyRestriction<Boolean> restriction,
String attributeSharedAlias) |
protected void |
HQLQueryTranslater.appendComparableValueAsHQL(HQLQuery hql,
PropertyRestriction restriction) |
protected void |
HQLQueryTranslater.appendDateTermRestriction(HQLQuery hql,
Entity entityType,
PropertyRestriction<? extends Date> restriction,
String attributeSharedAlias) |
protected void |
HQLQueryTranslater.appendDirectoryPropertyAsHQL(HQLQuery hql,
PropertyRestriction restriction) |
protected void |
HQLQueryTranslater.appendEntityPropertyAsHQL(HQLQuery hql,
Entity entityType,
PropertyRestriction restriction,
String attributeSharedAlias) |
protected void |
HQLQueryTranslater.appendEnumTermRestrictionAsHQL(HQLQuery hql,
Entity entityType,
PropertyRestriction<Enum> restriction,
String attributeSharedAlias) |
protected void |
HQLQueryTranslater.appendGroupPropertyAsHQL(HQLQuery hql,
PropertyRestriction restriction,
String attributeSharedAlias) |
protected void |
HQLQueryTranslater.appendGroupTypeRestrictionAsHQL(HQLQuery hql,
GroupType groupType) |
protected void |
HQLQueryTranslater.appendIsNullTermRestrictionAsHSQL(HQLQuery hql,
Entity entityType,
PropertyRestriction<?> restriction,
String attributeSharedAlias) |
protected void |
HQLQueryTranslater.appendMultiTermRestrictionAsHQL(HQLQuery hql,
Entity entityType,
BooleanRestriction booleanRestriction) |
protected void |
HQLQueryTranslater.appendPropertyRestrictionAsHQL(HQLQuery hql,
Entity entityType,
SearchRestriction restriction,
String attributeSharedAlias) |
protected void |
HQLQueryTranslater.appendQueryAsHQL(EntityQuery query,
HQLQuery hql) |
protected void |
HQLQueryTranslater.appendStringTermRestrictionAsHQL(HQLQuery hql,
Entity entityType,
PropertyRestriction<String> restriction,
String attributeSharedAlias) |
protected void |
HQLQueryTranslater.appendStringValueAsHQL(HQLQuery hql,
PropertyRestriction<String> restriction) |
protected void |
HQLQueryTranslater.appendTokenPropertyAsHQL(HQLQuery hql,
PropertyRestriction restriction) |
protected void |
HQLQueryTranslater.appendUserPropertyAsHQL(HQLQuery hql,
PropertyRestriction restriction,
String attributeSharedAlias) |
Modifier and Type | Method and Description |
---|---|
HQLQuery |
AuditLogQueryTranslator.asHQL(AuditLogQuery query) |
Modifier and Type | Method and Description |
---|---|
protected Function<Restriction,String> |
RestrictionGroup.extractWhere(HQLQuery hqlQuery) |
String |
RestrictionGroup.getWhere(HQLQuery hqlQuery) |
String |
RestrictionWithJoin.getWhere(HQLQuery hqlQuery) |
String |
Restriction.getWhere(HQLQuery hqlQuery) |
String |
EmptyRestriction.getWhere(HQLQuery hqlQuery) |
default void |
Restriction.visit(HQLQuery hqlQuery) |
Modifier and Type | Method and Description |
---|---|
protected <R> List<R> |
HibernateDao.executeHQLQuery(HQLQuery hqlQuery)
|
protected <R> List<R> |
HibernateDao.executeHQLQuery(HQLQuery hqlQuery,
Function<List,List> transformer)
|
Modifier and Type | Method and Description |
---|---|
protected <V> List<V> |
InternalDirectoryEntityHibernateDao.executeBatchedQueriesIfNecessary(EntityQuery<V> entityQuery,
List<HQLQuery> hqlQueries) |
Copyright © 2020 Atlassian. All rights reserved.