Skip to content

omaroman/chronostamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Play! Framework module for adding magic timestamp fields to Models, like Ruby on Rails (created_at & updated_at))

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages