Is there any javax persistance annotations just like hibernate @Type
@LastModifiedDate
@Column(name = "LAST_MODIFIED_DATE")
@Type(type = "org.jadira.usertype.dateandtime.joda.PersistentDateTime")
private DateTime lastModifiedDate = DateTime.now();
or is there some other way to get free from hibernate @Type annotations. just removing it throws binary too long exception from database.