[jboss-user] [JBoss Seam] - Re: boolean types mapped to bit in MySQL 5 not working with

wquraishi do-not-reply at jboss.com
Wed Sep 26 15:59:45 EDT 2007


This is what I currently have which doesn't work:


  | 	@Column(updatable = true, name = "active")
  | 	public boolean isActive() {
  | 		return active;
  | 	}
  | .. setters
  | 

So your suggesting that I tell it to create a TinyInt...how would you do that?  Thanks.

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

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



More information about the jboss-user mailing list