Re: StoreManager flush

2010-11-16 Thread idan
.n2.nabble.com/StoreManager-flush-tp5693069p5743104.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.

Re: StoreManager flush

2010-11-12 Thread idan
development? Thanks, Idan -- View this message in context: http://openjpa.208410.n2.nabble.com/StoreManager-flush-tp5693069p5732463.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.

Re: StoreManager flush

2010-11-12 Thread idan
.. can i know that B is in a relation only by B's ClassMetaData? Thanks, Idan -- View this message in context: http://openjpa.208410.n2.nabble.com/StoreManager-flush-tp5693069p5732552.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.

Re: StoreManager flush

2010-11-11 Thread idan
Hey, I made some progress and i have a question.. Is it possible to get a hold of the persisted types ClassMetaData's when initializing my custom StoreManager? (lets say in its open() method) Thanks, Idan -- View this message in context: http://openjpa.208410.n2.nabble.com/StoreManager

Re: StoreManager flush

2010-11-11 Thread idan
OK I found a way to do so through the configuration getMetaDataRepositoryInstance() Is that the right way? Thanks, Idan -- View this message in context: http://openjpa.208410.n2.nabble.com/StoreManager-flush-tp5693069p5729313.html Sent from the OpenJPA Developers mailing list archive

Re: StoreManager flush

2010-11-11 Thread Rick Curtis
Yes Thanks, Rick On Thu, Nov 11, 2010 at 10:47 AM, idan ida...@gmail.com wrote: OK I found a way to do so through the configuration getMetaDataRepositoryInstance() Is that the right way? Thanks, Idan

Re: StoreManager flush

2010-11-04 Thread Michael Dick
: http://openjpa.208410.n2.nabble.com/StoreManager-flush-tp5693069p5699462.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.

Re: StoreManager flush

2010-11-02 Thread Rick Curtis
I'm implementing my own StoreManager. Do you mind me asking why you are implementing your own StoreManager? How can identify relationships (onetoone/onetomany/embedded) within these state managers. You'll want to look at the MetaData(OpenJPAStateManager.getMetaData()) for each StateManager.

Re: StoreManager flush

2010-11-02 Thread Michael Dick
On Tue, Nov 2, 2010 at 3:51 PM, Rick Curtis curti...@gmail.com wrote: I'm implementing my own StoreManager. Do you mind me asking why you are implementing your own StoreManager? How can identify relationships (onetoone/onetomany/embedded) within these state managers. You'll want to look

Re: StoreManager flush

2010-11-02 Thread idan
this message in context: http://openjpa.208410.n2.nabble.com/StoreManager-flush-tp5693069p5699462.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.

StoreManager flush

2010-11-01 Thread idan
in the collection? Thanks, Idan -- View this message in context: http://openjpa.208410.n2.nabble.com/StoreManager-flush-tp5693069p5693069.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.