Uses of Class
org.azzyzt.jee.runtime.exception.QuerySyntaxException

Packages that use QuerySyntaxException
org.azzyzt.jee.runtime.dto.query   
org.azzyzt.jee.runtime.eao   
org.azzyzt.jee.runtime.util   
 

Uses of QuerySyntaxException in org.azzyzt.jee.runtime.dto.query
 

Methods in org.azzyzt.jee.runtime.dto.query that throw QuerySyntaxException
 void QuerySpec.add(Expression expression)
           
 void Node.add(Expression expression)
          Adds an expression to the current Node.
 void UnaryBooleanExpression.add(Expression e)
           
static QuerySpec QuerySpec.fromXML(java.lang.String querySpecXml)
          Factory method that constructs a query specification from an XML representation.
 

Uses of QuerySyntaxException in org.azzyzt.jee.runtime.eao
 

Methods in org.azzyzt.jee.runtime.eao that throw QuerySyntaxException
<I,T extends EntityBase<I>>
java.util.List<T>
EaoBase.list(QuerySpec qs, java.lang.Class<T> clazz, TypeMetaInfoInterface tmi)
          Returns the result of a typed query.
 

Uses of QuerySyntaxException in org.azzyzt.jee.runtime.util
 

Methods in org.azzyzt.jee.runtime.util that throw QuerySyntaxException
 javax.persistence.TypedQuery<T> QueryBuilder.build()
          builds the typed query
 QuerySpec AttributedTags2QuerySpec.fromXML(java.lang.String xml)
           
 QuerySpec Xml2QuerySpec.fromXML(java.lang.String xml)