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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...