Steve Ebersole (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *commented* on HHH-16572 (
https://hibernate.atlassian.net/browse/HHH-16572?atlOrigin=eyJpIjoiMGM3YW...
)
Re: jpa/core/query/flushmode TCK test failures (
https://hibernate.atlassian.net/browse/HHH-16572?atlOrigin=eyJpIjoiMGM3YW...
)
Here are parts of the enhancement as illustration -
public String getLastName() {
return this.$$_hibernate_read_last();
}
public void setLastName(String lastName) {
this.$$_hibernate_write_last(lastName);
}
public void $$_hibernate_write_last(String var1) {
if (!InlineDirtyCheckerEqualsHelper.areEquals(this, "last", var1,
this.last)) {
this.$$_hibernate_trackChange("last");
}
if (this.$$_hibernate_getInterceptor() != null) {
this.last = (String)this.$$_hibernate_getInterceptor().writeObject(this,
"last", this.last, var1);
} else {
this.last = (String)var1;
}
}
The "last" name passed around is the specific problem
(
https://hibernate.atlassian.net/browse/HHH-16572#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-16572#add-comment?atlOrigin=ey...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100225- sha1:b79b7f6 )