Skip to content

Instantly share code, notes, and snippets.

View sunilsoni's full-sized avatar

Sunil Soni sunilsoni

View GitHub Profile
anonymous
anonymous / Timestampable.java
Created August 21, 2012 02:01
package models;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.MappedSuperclass;
import javax.persistence.PrePersist;
import javax.persistence.PreUpdate;