Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor wordsmithing

...

Entity persistence is provided by either the tapestry-hibernate modules module (which extend extends Tapestry with new features).

...

JPA Entity Strategy

The tapestry-jpa module introduces uses a similar strategy (also with the name "entity"). However, at the current time it may can only store a persisted entity (one that has been saved to the database and has a primary key).

...