How can I control the real database statements order? For example when I am in some Pre Callback method I would like to be sure that some database statement call will be invoked before main statement. Another case is when I have custom Sequence Generator and would like to persist the Id for some object which will be stored and the main object will require Id object to exists in the database. Any ideas?
Miro.
