public class NamedProcedureCallDefinition extends Object
Holds all the information needed from a named procedure call declaration in order to create a
ProcedureCallImpl
NamedStoredProcedureQuery
Modifier and Type | Method and Description |
---|---|
String |
getProcedureName() |
String |
getRegisteredName() |
ProcedureCallMemento |
toMemento(org.hibernate.internal.SessionFactoryImpl sessionFactory,
Map<String,ResultSetMappingDefinition> resultSetMappingDefinitions) |
public String getRegisteredName()
public String getProcedureName()
public ProcedureCallMemento toMemento(org.hibernate.internal.SessionFactoryImpl sessionFactory, Map<String,ResultSetMappingDefinition> resultSetMappingDefinitions)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.