Package | Description |
---|---|
com.atlassian.crowd.search | |
com.atlassian.crowd.search.hibernate |
Modifier and Type | Method and Description |
---|---|
Entity |
EntityDescriptor.getEntityType() |
static Entity |
Entity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entity[] |
Entity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HQLQueryTranslater.appendBooleanTermRestrictionAsHQL(HQLQuery hql,
Entity entityType,
PropertyRestriction<Boolean> restriction,
String attributeSharedAlias) |
protected void |
HQLQueryTranslater.appendDateTermRestriction(HQLQuery hql,
Entity entityType,
PropertyRestriction<? extends Date> restriction,
String attributeSharedAlias) |
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.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.appendStringTermRestrictionAsHQL(HQLQuery hql,
Entity entityType,
PropertyRestriction<String> restriction,
String attributeSharedAlias) |
Copyright © 2018 Atlassian. All rights reserved.