Class SQLValue

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

@Deprecated public class SQLValue extends SQLEmbed
Deprecated.
Use SQLEmbed directly
Simple listener which embeds the argument as a value into the where clause generated by the query. Listens on "ext:sqlVal". Example:
"price < ext:sqlVal (\"(SELECT AVG (PRICE) FROM PRODUCT_TABLE)\")"
See Also: