Guillaume (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=712020%...
) *commented* on HHH-16485 (
https://hibernate.atlassian.net/browse/HHH-16485?atlOrigin=eyJpIjoiY2MwZD...
)
Re: Insert ordering doesn't consider root entity names (
https://hibernate.atlassian.net/browse/HHH-16485?atlOrigin=eyJpIjoiY2MwZD...
)
With the entity below, we have the warning with a batch of 52 {{EntityCC}}in the insertion
list (only these 52 objects in the list), with a unique parent{{EntityCC}}object in the
update list (alone in the update list)…
public class EntityCC {
@Id
private Long id;
@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "entity_cc_parent_id")
private EntityCC parent;
}
So not sure the warning is relevent here…
(
https://hibernate.atlassian.net/browse/HHH-16485#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-16485#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#100227- sha1:d7f1864 )