orientechnologies / spring-data-orientdb

OrientDB implementation for SpringData

Home Page:http://forum.springsource.org/showthread.php?99627-OrientDB-support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DetachAll Property

RAndrews137 opened this issue · comments

@robfrank

In earlier testing, I noticed an issue where a runtime exception would occur if the model entity Java classes did not have a DetachAll property. I resolved it by adding it and even contributed it back via the Hello example. However, it would better if the code did not require this property in the model Java classes. Can you please double-check the usage of DetachAll and see where it might be used?

I'll check il the Detach annotation on repository can avoid the detachAll method on domain objects