|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |