Uses of Interface
com.pyranid.PreparedStatementBinder
-
Uses of PreparedStatementBinder in com.pyranid
Methods in com.pyranid that return PreparedStatementBinderModifier and TypeMethodDescriptionstatic PreparedStatementBinder
PreparedStatementBinder.withCustomParameterBinders
(List<CustomParameterBinder> customParameterBinders) Acquires a concrete implementation of this interface, specifying "surgical" per-type custom parameter binders.static PreparedStatementBinder
PreparedStatementBinder.withDefaultConfiguration()
Acquires a concrete implementation of this interface with out-of-the-box defaults.Methods in com.pyranid with parameters of type PreparedStatementBinderModifier and TypeMethodDescriptionDatabase.Builder.preparedStatementBinder
(PreparedStatementBinder preparedStatementBinder)