Examples of enlistUpdating()


Examples of org.apache.isis.core.runtime.system.transaction.IsisTransaction.enlistUpdating()

                }

                CallbackFacet.Util.callCallback(adapter, UpdatingCallbackFacet.class);

                final IsisTransaction transaction = getCurrentTransaction();
                transaction.enlistUpdating(adapter);

                ensureRootObject(pojo);
                ensureFrameworksInAgreement(pojo);
            }
        }, calledFrom);
View Full Code Here

Examples of org.apache.isis.core.runtime.system.transaction.IsisTransaction.enlistUpdating()

                    // however, at the same time, Isis has only queued up a CreateObjectCommand for the transient object, but it
                    // hasn't yet executed, so thinks that the adapter is still transient.
                    return;
                }
                final IsisTransaction transaction = getCurrentTransaction();
                transaction.enlistUpdating(adapter);

                ensureRootObject(pojo);
                ensureFrameworksInAgreement(pojo);
            }
        }, calledFrom);
View Full Code Here

Examples of org.apache.isis.core.runtime.system.transaction.IsisTransaction.enlistUpdating()

                    // however, at the same time, Isis has only queued up a CreateObjectCommand for the transient object, but it
                    // hasn't yet executed, so thinks that the adapter is still transient.
                    return;
                }
                final IsisTransaction transaction = getCurrentTransaction();
                transaction.enlistUpdating(adapter);

                ensureRootObject(pojo);
                ensureFrameworksInAgreement(pojo);
            }
        }, calledFrom);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.