Issue Type: Bug Bug
Affects Versions: 4.2.0.CR2
Assignee: Unassigned
Components: core
Created: 11/Mar/13 4:13 AM
Description:

When entity with non-nullable fields is persisted prior these fields are filled, the insert operation is added to the action queue immediately, even though HHH-5472 taken great effort to make sure this doesn't happen for non-nullable transient entities.

Would it be possible to combine update action (which is generated due to field being dirty after it has been filled) to preceding insert action in order to avoid ConstraintViolationException.

Project: Hibernate ORM
Priority: Major Major
Reporter: Tuomas Kiviaho
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira