README.textile

January 17, 2012 ยท View on GitHub

h1. Chronostamp module for Play!

Chronostamp adds magic timestamp fields to Models, like Ruby on Rails:

  • created_at
  • updated_at

h2. Features

  • will add timestamp magic fields (created_at and updated_at) in an unobtrusive way.
  • will automatically record creation and update timestamps of database objects.
  • avoid inheritance coupling just for adding two attributes.
  • avoid to write @MappedSuperclass for every single model.

See "full documentation":https://github.com/omaroman/chronostamp/blob/master/documentation/manual/home.textile for more information.