Page 1 of 1
About Question enthuware.oce-jpad.v6.2.506 :
Posted: Wed Jul 18, 2012 3:23 pm
by jszczepankiewicz
There is: "It is used by the application to force synchronization of the entities with the database."
It would be more precise to state:
"It is used by the application to force synchronization of the entities to the database."
to reflect direction of information flow.
Re: About Question enthuware.oce-jpad.v6.2.506 :
Posted: Wed Jul 18, 2012 3:46 pm
by jszczepankiewicz
Second:
I have doubts about statement:
"It might cause the persist operation to be cascaded to referenced entities as well.".
Are you sure that the cascading waits till flush occurs and does not starts on persist (which might happen much earlier)?
Re: About Question enthuware.oce-jpad.v6.2.506 :
Posted: Sun Jul 22, 2012 9:57 am
by admin
1. with has now been changed to to.
2. The persistence provider may not necessarily initiate database synchronization immediately upon a call to persist however, a call to flush will definitely trigger the persistence provider to initiate database synchronization.
thank you for your feedback!
Paul.