JdoTemplate « JPA « Spring Q&A





1. JdoTemplate and detach/attach    forum.springsource.org

JdoTemplate and detach/attach Hi, i am using JdoTemplate for my DAO operations and i would like to ask if it would make sense to add detach/attach operations to it. Of course ...

2. JdoTemplate.find() fails because PM is closed    forum.springsource.org

JdoTemplate.find() fails because PM is closed Hi, I have implemented a simple DAO extending JdoDaoSupport. This DAO calls JdoTemplate.find to perform a query. This query fails (no objects found) because the ...

3. JDOTemplate and closing PMs    forum.springsource.org

JDOTemplate and closing PMs Hi, i am trying to use a Domain class which uses heavy JDO stuff (reading only) outside of the transactional context in a commandline client (i think ...

4. JdoTemplate and releasePersistenceManager()    forum.springsource.org

JdoTemplate and releasePersistenceManager() Hi, i am investigating ways to use JDOTemplate out of a transactional context. I found a property called exposeNativePM which you can use to supress PM closing. The ...

5. JdoTemplate.execute(..) Loses Queried Objects    forum.springsource.org

getJdoTemplate().find - How use for Reads? I just changed my DAO code to use JdoTemplate. Finding objects this way results in no objects being returned. The old way, I do get ...