Class SQLExpression

java.lang.Object
org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
org.apache.openjpa.jdbc.kernel.exps.SQLExpression
All Implemented Interfaces:
Serializable, JDBCFilterListener, FilterListener

@Deprecated public class SQLExpression extends SQLEmbed
Deprecated.
Use SQLEmbed directly
Simple listener which embeds the argument as an expression into the where clause generated by the query. Listens on "ext:sqlExp". Example:
"price < 10 || ext:sqlExp (\"(SELECT AVG (PRICE) FROM PRODUCT_TABLE) > 100\")"
See Also:
  • Field Details

  • Constructor Details

    • SQLExpression

      public SQLExpression()
      Deprecated.
  • Method Details