[jboss-user] [EJB 3.0] - Re: Wrong column type: CREATE_TIME, expected: date
fhh
do-not-reply at jboss.com
Sat Jun 2 06:59:08 EDT 2007
You could try @Column(name = "CREATE_TIME", columnDefinition="timestamp",length=6)
I actually doubt it will work because Hibernate seems to mix the name and the type value of your annotation.
Regards
Felix
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050661#4050661
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050661
More information about the jboss-user
mailing list