类 PostgresCallableStatementSupport
- java.lang.Object
-
- org.hibernate.procedure.internal.PostgresCallableStatementSupport
-
- 所有已实现的接口:
CallableStatementSupport
public class PostgresCallableStatementSupport extends Object implements CallableStatementSupport
- 作者:
- Steve Ebersole
-
-
字段概要
字段 修饰符和类型 字段 说明 static PostgresCallableStatementSupportINSTANCESingleton access
-
构造器概要
构造器 构造器 说明 PostgresCallableStatementSupport()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidregisterParameters(String procedureName, CallableStatement statement, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SharedSessionContractImplementor session)StringrenderCallableStatement(String procedureName, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SharedSessionContractImplementor session)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.procedure.spi.CallableStatementSupport
renderCallableStatement
-
-
-
-
字段详细资料
-
INSTANCE
public static final PostgresCallableStatementSupport INSTANCE
Singleton access
-
-
方法详细资料
-
renderCallableStatement
public String renderCallableStatement(String procedureName, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SharedSessionContractImplementor session)
-
registerParameters
public void registerParameters(String procedureName, CallableStatement statement, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SharedSessionContractImplementor session)
- 指定者:
registerParameters在接口中CallableStatementSupport
-
-