接口 ProcedureCallMemento

  • 所有已知实现类:
    ProcedureCallMementoImpl

    public interface ProcedureCallMemento
    Represents a "memento" (disconnected, externalizable form) of a ProcedureCall
    作者:
    Steve Ebersole
    • 方法详细资料

      • makeProcedureCall

        default ProcedureCall makeProcedureCall​(Session session)
        Convert the memento back into an executable (connected) form.
        参数:
        session - The session to connect the procedure call to
        返回:
        The executable call
      • makeProcedureCall

        default ProcedureCall makeProcedureCall​(SessionImplementor session)
        Convert the memento back into an executable (connected) form.
        参数:
        session - The session to connect the procedure call to
        返回:
        The executable call
      • makeProcedureCall

        ProcedureCall makeProcedureCall​(SharedSessionContractImplementor session)
        Convert the memento back into an executable (connected) form.
        参数:
        session - The session to connect the procedure call to
        返回:
        The executable call
      • getHintsMap

        Map<String,​Object> getHintsMap()
        Access to any hints associated with the memento.

        IMPL NOTE : exposed separately because only HEM needs access to this.

        返回:
        The hints.