类的使用
org.hibernate.procedure.spi.ParameterStrategy
-
使用ParameterStrategy的程序包 程序包 说明 org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.procedure.spi org.hibernate.query.procedure.internal -
-
org.hibernate.procedure.internal中ParameterStrategy的使用
返回ParameterStrategy的org.hibernate.procedure.internal中的方法 修饰符和类型 方法 说明 ParameterStrategyProcedureCallImpl. getParameterStrategy()ParameterStrategyProcedureCallMementoImpl. getParameterStrategy()参数类型为ParameterStrategy的org.hibernate.procedure.internal中的构造器 构造器 说明 ProcedureCallMementoImpl(String procedureName, NativeSQLQueryReturn[] queryReturns, ParameterStrategy parameterStrategy, List<ProcedureCallMementoImpl.ParameterMemento> parameterDeclarations, Set<String> synchronizedQuerySpaces, Map<String,Object> hintsMap)Constructs a ProcedureCallImpl -
org.hibernate.procedure.spi中ParameterStrategy的使用
返回ParameterStrategy的org.hibernate.procedure.spi中的方法 修饰符和类型 方法 说明 static ParameterStrategyParameterStrategy. valueOf(String name)返回带有指定名称的该类型的枚举常量。static ParameterStrategy[]ParameterStrategy. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为ParameterStrategy的org.hibernate.procedure.spi中的方法 修饰符和类型 方法 说明 voidCallableStatementSupport. registerParameters(String procedureName, CallableStatement statement, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SharedSessionContractImplementor session)default StringCallableStatementSupport. renderCallableStatement(String name, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SharedSessionContractImplementor session) -
org.hibernate.query.procedure.internal中ParameterStrategy的使用
返回ParameterStrategy的org.hibernate.query.procedure.internal中的方法 修饰符和类型 方法 说明 ParameterStrategyProcedureParameterMetadata. getParameterStrategy()
-