1. JdoTemplate and detach/attach forum.springsource.orgJdoTemplate 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.orgJdoTemplate.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.orgJDOTemplate 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.orgJdoTemplate 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.orggetJdoTemplate().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 ... |