1. why hibernate sets default -1 to integer during saving objec forum.hibernate.org |
2. why not set a default value what definiens by DDL on save()? forum.hibernate.orgwhy not set a default value what definiens by DDL on save()? a datetime field has a default value definiens by DDL. so, I did not set the property of the value object. after session.save(object), the record has not default value of the field. why ? must I set the property of the value object? |
3. don't save default value for primitive-array forum.hibernate.orgHey all! I'm saving an array of floats using a primitive-array type |