Uses of Interface
com.pyranid.PreparedStatementBinder
-
Uses of PreparedStatementBinder in com.pyranid
Methods in com.pyranid that return PreparedStatementBinderModifier and TypeMethodDescriptionstatic @NonNull PreparedStatementBinderPreparedStatementBinder.withCustomParameterBinders(@NonNull List<CustomParameterBinder> customParameterBinders) Acquires a concrete implementation of this interface, specifying "surgical" per-type custom parameter binders.static @NonNull PreparedStatementBinderPreparedStatementBinder.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(@Nullable PreparedStatementBinder preparedStatementBinder)