0 Replies Latest reply on Apr 17, 2007 5:54 PM by holtak

    default value of a property

    holtak

      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...