Archana Rai created OLINGO-1192:
-----------------------------------
Summary: Parameterizing JPA Queries
Key: OLINGO-1192
URL: https://issues.apache.org/jira/browse/OLINGO-1192
Project: Olingo
Issue Type: Improvement
Components: odata2-jpa
Affects Versions: V2 2.0.9, V2 2.0.8, V2 2.0.10
Reporter: Archana Rai
Fix For: V2 2.0.10
A parameterized query (also known as a prepared statement) is a means of
pre-compiling a SQL statement so that all you need to supply are the
"parameters" that need to be inserted into the statement for it to be
executed. It's commonly used as a means of preventing SQL injection attacks. It
will be an industry standard to have parameterized queries for JPA.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)