db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » Transactions » Spring   (RSS)
  • Re: Data Access Layer

    Hi You have very flavors, here I give just 3: 1) You can expose transactional methods in Repository clases: BeginTransaction(); RollBack(); Commit(); then in Business classes you can use it. 2) You can also play a little with contexts and create another class called UnitOfWork with those transactional methods to manage this issue. It is, ...
    Posted to db4o User Forum (Forum) by uooopaa on July 17, 2008
  • Re: tests with db4o in spring framework

    I must specify, that transactions are possible https://springmodules.dev.java.net/docs/reference/0.8/html/db4o.html even for test cases, but I hope there is more elegant way
    Posted to db4o User Forum (Forum) by Jan Chodura on August 9, 2007