Hi, Guru
[Environment]
-Solaris9
-Glassfish V2 b58g
[Question 1]
Can I use the Array fetch with toplink essentials.
I tested the below coding and it seem to be OK.
I can't find a document about fetchsize of Toplink
Essentials.
If it don't be supported, is there another method?
<snipped>
Query queryEmployees
= entityManager.createQuery("SELECT OBJECT(employee)
FROM Employee employee");
queryEmployees.setHint("fetchSize ", 100);
(List) queryEmployees.getResultList();
<snipped>
[Question 2]
What is the "toplink.jdbc.bind-parameters"
property?
Please inform me information about the sample program.
Thank you very much.
[Message sent by forum member 'wildrose99' (wildrose99)]
http://forums.java.net/jive/thread.jspa?messageID=244216
------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribe glassfish.dev.java.net
For additional commands, e-mail: users-help glassfish.dev.java.net
|