Skip to content

Instantly share code, notes, and snippets.

View sunilsoni's full-sized avatar
💭
I may be slow to respond.

Sunil Soni sunilsoni

💭
I may be slow to respond.
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;