Uses of Class
com.atlassian.crowd.search.Entity

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

Uses of Entity in com.atlassian.crowd.search
 

Methods in com.atlassian.crowd.search that return Entity
 Entity EntityDescriptor.getEntityType()
           
static Entity Entity.valueOf(java.lang.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.
 

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

Methods in com.atlassian.crowd.search.hibernate with parameters of type Entity
protected  void HQLQueryTranslater.appendBooleanTermRestrictionAsHQL(HQLQuery hql, Entity entityType, PropertyRestriction<java.lang.Boolean> restriction)
           
protected  void HQLQueryTranslater.appendDateTermRestriction(HQLQuery hql, Entity entityType, PropertyRestriction<? extends java.util.Date> 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.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.appendStringTermRestrictionAsHQL(HQLQuery hql, Entity entityType, PropertyRestriction<java.lang.String> restriction)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.