This is corrected in the 4.1.x and master branches.
As suggested, isLob was added to Property. However, checks are not done during second-pass. That would be too expensive and we're trying to stay away from adding new ones as much as possible. Instead, the EntityPersister handles the case directly during generation of insert/update SQL strings and setting param values.
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
This is corrected in the 4.1.x and master branches.
As suggested, isLob was added to Property. However, checks are not done during second-pass. That would be too expensive and we're trying to stay away from adding new ones as much as possible. Instead, the EntityPersister handles the case directly during generation of insert/update SQL strings and setting param values.