Class JTDSCallableStatementSupport

java.lang.Object
org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
org.hibernate.procedure.internal.JTDSCallableStatementSupport
All Implemented Interfaces:
CallableStatementSupport

public class JTDSCallableStatementSupport extends AbstractStandardCallableStatementSupport
Special implementation of CallableStatementSupport for the jTDS driver. Apparently, jTDS doesn't like the JDBC standard named parameter notation with the ':' prefix, and instead requires that we render this as `@param=?`.