[ 
https://issues.apache.org/jira/browse/OPENJPA-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559047#action_12559047
 ] 

Tobias Bergman commented on OPENJPA-473:
----------------------------------------

The most interesting type to map is the DateTime which should be mapped to one 
column and it is immutable and final.

Joda-time is available in maven:

<dependency>
    <groupId>joda-time</groupId>
    <artifactId>joda-time</artifactId>
    <version>1.5.1</version>
</dependency>

I should try to implement the ProductDerivation class when my schedule allows 
it. I am using OpenJPA with spring and is it possible to include my extension 
classes from spring contexts?


> Add support for joda-time
> -------------------------
>
>                 Key: OPENJPA-473
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-473
>             Project: OpenJPA
>          Issue Type: Improvement
>            Reporter: Tobias Bergman
>
> It would be great to have support for Joda-Time types in Entity classes, 
> there are many users that use Joda-Time instead of the JDK date time types 
> today.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to