You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by HWinMT <ho...@gmail.com> on 2017/03/31 18:39:42 UTC

LocalDateTime in TomEE Entity

Should I be able to use LocalDateTime in an entity bean on TomEE?

If so how would I edit this for it to work?

    @Column(name = "RowCreatedTime")
    @Temporal(TemporalType.TIMESTAMP)
    private Date rowCreatedTime;



--
View this message in context: http://tomee-openejb.979440.n4.nabble.com/LocalDateTime-in-TomEE-Entity-tp4681426.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Re: LocalDateTime in TomEE Entity

Posted by HWinMT <ho...@gmail.com>.
Never  mind. I forgot what LocalDateTime is.



--
View this message in context: http://tomee-openejb.979440.n4.nabble.com/LocalDateTime-in-TomEE-Entity-tp4681426p4681427.html
Sent from the TomEE Users mailing list archive at Nabble.com.