Commit [87e3f0fd2|https://github.com/hibernate/hibernate-orm/commit/87e3f0fd28d7229b0a35032292ff32f542c22010#diff-b7f3b3e6d74cc70eeaa673025f7d126eL121] from issue HHH-10664 seems to have a search-and-replace bug that has corrupted lots of messages and comments, changing "before" into "beforeQuery" and "after" into "afterQuery" in lots of strings and comments , e.g.
{code} throw new TransientPropertyValueException( - "Not-null property references a transient value - transient instance must be saved before current operation", + "Not-null property references a transient value - transient instance must be saved beforeQuery current operation", I'll raise a separate bug {code} |
|