Hi,

I´m using and helping to develop a object database called Perst, and i want to use it with Spring Framework. Excuse me but i´m new to Spring, and i want to know if i can use Spring transactional mechanism since Perst do not have one ?
I need to build a state isolation with transaction suport for objects that are in memory, so when one thread access the object to modify it, the modification is not seen by other threads while the thread don´t do the commit.
If yes, please tell me some directions to do this.

Thanks in advance.