Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • JPA for working with hibernate, openjpa or toplink. When consuming from the endpoints entity beans are read (and deleted/updated to mark as processed) then when producing to the endpoints they are written to the database (via insert/update).
  • iBatis similar to the above but using Apache iBatisiBATIS
  • JDBC similar though using explicit SQL

...