Uses of Class
org.springframework.jdbc.core.CallableStatementCreatorFactory
Packages that use CallableStatementCreatorFactory
Package
Description
Simplification layer for common JDBC interactions.
-
Uses of CallableStatementCreatorFactory in org.springframework.jdbc.core.simple
Methods in org.springframework.jdbc.core.simple that return CallableStatementCreatorFactoryModifier and TypeMethodDescriptionprotected CallableStatementCreatorFactory
AbstractJdbcCall.getCallableStatementFactory()
Get theCallableStatementCreatorFactory
being used.