Issue Type: New Feature New Feature
Affects Versions: 4.1.4
Assignee: Unassigned
Components: envers
Created: 13/Mar/13 5:48 PM
Description:

HHH-4540 added support for java.util.Date revision timestamps, but I'd really like to use Joda Instants. The rest of my application uses them, and our Hibernate mapping looks like this:

<class name="foo" table="FOO">
  ...
  <property name="createdInstant" type="org.jadira.usertype.dateandtime.joda.PersistentInstantAsMillisLong">
      <column name="CREATED_INSTANT" sql-type="bigint"/>
  </property>
</class>

I don't know this magical stuff works, but ideally any time-like property that Hibernate supports ought to be supported in Envers as well.

Project: Hibernate ORM
Priority: Major Major
Reporter: Adar Dembo
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira