Package org.hibernate.procedure.internal
Class PostgresCallableStatementSupport
- java.lang.Object
-
- org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
-
- org.hibernate.procedure.internal.PostgresCallableStatementSupport
-
- All Implemented Interfaces:
CallableStatementSupport
public class PostgresCallableStatementSupport extends AbstractStandardCallableStatementSupport
-
-
Field Summary
Fields Modifier and Type Field Description static PostgresCallableStatementSupport
INSTANCE
Singleton access
-
Constructor Summary
Constructors Constructor Description PostgresCallableStatementSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JdbcCall
interpretCall(ProcedureCallImplementor<?> procedureCall)
-
Methods inherited from class org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
registerParameters
-
-
-
-
Field Detail
-
INSTANCE
public static final PostgresCallableStatementSupport INSTANCE
Singleton access
-
-
Method Detail
-
interpretCall
public JdbcCall interpretCall(ProcedureCallImplementor<?> procedureCall)
-
-