public interface EJBQLParser
Modifier and Type | Method and Description |
---|---|
EJBQLCompiledExpression |
compile(String ejbqlStatement,
EntityResolver resolver)
Parses and compiles an expression for the EntityResolver.
|
EJBQLExpression |
parse(String ejbqlStatement)
Parses a string EJB QL into an
EJBQLExpression . |
EJBQLExpression parse(String ejbqlStatement) throws EJBQLException
EJBQLExpression
.EJBQLException
EJBQLCompiledExpression compile(String ejbqlStatement, EntityResolver resolver) throws EJBQLException
EJBQLException
Copyright © 2001–2019 Apache Cayenne. All rights reserved.