DatabaseClient.java (spring-framework-5.3.23) | : | DatabaseClient.java (spring-framework-5.3.24) | ||
---|---|---|---|---|
skipping to change at line 145 | skipping to change at line 145 | |||
* @see NamedParameterExpander | * @see NamedParameterExpander | |||
*/ | */ | |||
Builder namedParameters(boolean enabled); | Builder namedParameters(boolean enabled); | |||
/** | /** | |||
* Configures a {@link Consumer} to configure this builder. | * Configures a {@link Consumer} to configure this builder. | |||
*/ | */ | |||
Builder apply(Consumer<Builder> builderConsumer); | Builder apply(Consumer<Builder> builderConsumer); | |||
/** | /** | |||
* Builder the {@link DatabaseClient} instance. | * Build the {@link DatabaseClient} instance. | |||
*/ | */ | |||
DatabaseClient build(); | DatabaseClient build(); | |||
} | } | |||
/** | /** | |||
* Contract for specifying an SQL call along with options leading to the execution. | * Contract for specifying an SQL call along with options leading to the execution. | |||
*/ | */ | |||
interface GenericExecuteSpec { | interface GenericExecuteSpec { | |||
/** | /** | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |