public interface ProcedureCallMemento
Represents a "memento" (disconnected, externalizable form) of a ProcedureCall
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getHintsMap()
Access to any hints associated with the memento.
|
ProcedureCall |
makeProcedureCall(SharedSessionContractImplementor session)
Convert the memento back into an executable (connected) form.
|
ProcedureCall makeProcedureCall(SharedSessionContractImplementor session)
Convert the memento back into an executable (connected) form.
session
- The session to connect the procedure call toCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.