Class UnresolvedEntityInsertActions

java.lang.Object
org.hibernate.action.internal.UnresolvedEntityInsertActions

public class UnresolvedEntityInsertActions extends Object
Tracks unresolved entity insert actions.

An entity insert action is unresolved if the entity to be inserted has at least one non-nullable association with an unsaved transient entity, and the foreign key points to that unsaved transient entity.

These references must be resolved before an insert action can be executed.