Hi, In a transaction (between the db.begin() and the db.commit()), I'm creating a new object A . And then, far away in the code, but in the same transaction, I need to read again the object A to create another object B. To do this, as I have no longer the id, I'm usinq an oql query to retrieve A... But it is not found... What can I do (castor configuration or special command) to be able to read it by an oql query ?
.
