You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by Apache Wiki <wi...@apache.org> on 2016/08/08 04:08:36 UTC

[Metamodel Wiki] Trivial Update of "examples/JdbcDataContext" by KasperSorensen

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Metamodel Wiki" for change notification.

The "examples/JdbcDataContext" page has been changed by KasperSorensen:
https://wiki.apache.org/metamodel/examples/JdbcDataContext?action=diff&rev1=2&rev2=3

Comment:
Added page to CategoryExamples

  
  Most JDBC implementations retain the transactional behaviour also for batch updates, but some implementations do have side effects such as non-atomic updates or dirty reads. Check your database vendor's JDBC driver documentation for details.
  
+ ----
+ CategoryExamples
+