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.
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:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed
appendTo, evaluate, expectsArguments, expectsTarget, getType
-
Field Details
-
TAG
Deprecated.- See Also:
-
-
Constructor Details
-
SQLValue
public SQLValue()Deprecated.
-
-
Method Details
-
getTag
Deprecated.Description copied from interface:FilterListener
Return the tag that this extension listens for.- Specified by:
getTag
in interfaceFilterListener
- Overrides:
getTag
in classSQLEmbed
-
SQLEmbed
directly