PreparedStatement alternative within JPA ?

Posted by worldpython on Stack Overflow See other posts from Stack Overflow or by worldpython
Published on 2010-03-15T14:11:29Z Indexed on 2010/03/15 14:19 UTC
Read the original article Hit count: 364

Filed under:
|
|

Dear all,

I am new to JPA, I used to used prepared statement in JDBC. Is there alternative to be used within JPA ? as there is a query which I call frequently

see this for info about prepared statment http://java.sun.com/docs/books/tutorial/jdbc/basics/prepared.html

thanks in advance,,,

© Stack Overflow or respective owner

Related posts about java

Related posts about jpa