All,

 

Is it possible to do such thing :

 

 

A objA = new A();

objA.setName("Smith");

 

Lock (objA);

 

[...]

 

No commit is done and later if I want to work with objA, could I query to
OJB to find my right A instance with getObhjectByQuery() something else ?

 

 

Reply via email to