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.

Reply via email to