[jboss-user] [EJB 3.0] - Re: Oracle problems mapping to CHAR(1) column

wmdaros do-not-reply at jboss.com
Tue Sep 9 03:56:33 EDT 2008


Oracle is sensitive to case, use:
 
  | @Column(name = "PARTNER_TYPE", length=1, columnDefinition = "char(1)") 
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175225#4175225

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175225



More information about the jboss-user mailing list