ashishwave
unread,Sep 14, 2008, 2:42:23 AM9/14/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Persist
say, i have a web application running on jboss. now if i use "persist"
then it will stuck with the connection, it got at its initialisation
time. it is not going to fetch it from pool (available in jboss , say)
and return the connection to it.
and say, even if i initialise and close persist, everytime, in my
every method and return the db connection to the pool mysqlf then it
will mean that every time persist will initialise and read the class ,
it will not use cache of mapping the attributes etc to the db
column