Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 564 Bytes

README.textile

File metadata and controls

14 lines (10 loc) · 564 Bytes

Chronostamp module for Play!

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

  • created_at
  • updated_at

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 for more information.