how can I set a default value on a property?
what I want to do the SQL-way:
CREATE TABLE mytable (myProperty text default 'myDefaultText');
even a non portable hibernate-backend way is fine...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038163#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...