Spring Boot 3.3.0-SNAPSHOT Reference Guide. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 9.1. SQL Databases. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 356 jOOQ SQL Dialect . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 683 18.9.3. Initialize a Database Using Basic SQL Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 683 18.9.4. Initialize0 码力 | 977 页 | 17.51 MB | 1 年前3
Spring Framwork Language Support v6.0.0-M2specifying the type for bean references like ref("bazBean") • It is possible to use Kotlin top level functions to declare beans using callable references like bean(::myRouter) in this example • When specifying imperative way. On language side, suspending functions provides an abstraction for asynchronous operations while on library side kotlinx.coroutines provides functions like async { } and types like Flow. Spring laziness is not needed, fun handler(mono: Mono) becomes fun handler(value: T) since a suspending functions can be invoked to get the value parameter. • If laziness is needed, fun handler(mono: Mono ) 0 码力 | 42 页 | 602.76 KB | 1 年前3
Spring Framwork Language Support v5.3.36 SNAPSHOTspecifying the type for bean references like ref("bazBean") • It is possible to use Kotlin top level functions to declare beans using callable references like bean(::myRouter) in this example 4 • When specifying imperative way. On language side, suspending functions provides an abstraction for asynchronous operations while on library side kotlinx.coroutines provides functions like async { } and types like Flow. Spring laziness is not needed, fun handler(mono: Mono) becomes fun handler(value: T) since a suspending functions can be invoked to get the value parameter. • If laziness is needed, fun handler(mono: Mono ) 0 码力 | 42 页 | 603.79 KB | 1 年前3
Spring Framwork Core Technologies v5.3.36 SNAPSHOT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305 4.3.11. Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . er() .setType(EmbeddedDatabaseType.HSQL) .addScript("my-schema.sql") .addScript("my-test-data.sql") .build(); } Kotlin @Bean fun dataSource(): DataSource { return .setType(EmbeddedDatabaseType.HSQL) .addScript("my-schema.sql") .addScript("my-test-data.sql") .build() } Now consider how this application can be deployed into0 码力 | 485 页 | 6.31 MB | 1 年前3
Spring Framework Reference Documentation v4.3.2Mathematical operators Assignment Types Constructors Variables The #this and #root variables Functions Bean references Ternary Operator (If-Then-Else) The Elvis Operator Safe Navigation operator Collection @TestPropertySource @DirtiesContext @TestExecutionListeners @Commit @Rollback @BeforeTransaction @AfterTransaction @Sql @SqlConfig @SqlGroup Standard Annotation Support Spring JUnit 4 Testing Annotations @IfProfileValue Demonstration of all transaction-related annotations Executing SQL scripts Executing SQL scripts programmatically Executing SQL scripts declaratively with @Sql TestContext Framework support classes Spring JUnit0 码力 | 1311 页 | 4.07 MB | 1 年前3
Spring Framework Reference Documentation v4.3.2#this and #root variables .................................................................. 201 Functions ............................................................................................... @AfterTransaction .................................................................................. 297 @Sql .................................................................................................. .......................... 332 Executing SQL scripts .................................................................................... 333 Executing SQL scripts programmatically .................0 码力 | 907 页 | 5.46 MB | 1 年前3
Spring Framwork Data Access v5.3.36 SNAPSHOTand Data Value Handling. . . . . . . . . . . . . . . . . . . . . . . . . . . 126 3.8.1. Providing SQL Type Information for Parameters. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . does what? Action Spring You Define connection parameters. X Open the connection. X Specify the SQL statement. X Declare parameters and provide parameter values X Prepare and run the statement. X This approach provides better documentation and ease of use when you have multiple parameters for an SQL statement. • SimpleJdbcInsert and SimpleJdbcCall optimize database metadata to limit the amount of0 码力 | 197 页 | 2.76 MB | 1 年前3
Spring Boot 3.2.3-SNAPSHOT Reference Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 9.1. SQL Databases. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 356 jOOQ SQL Dialect . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 683 18.9.3. Initialize a Database Using Basic SQL Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 683 18.9.4. Initialize0 码力 | 975 页 | 17.43 MB | 1 年前3
Spring Boot 3.2.9-snapshot Reference Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 9.1. SQL Databases. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 356 jOOQ SQL Dialect . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 683 18.9.2. Initialize a Database Using Basic SQL Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 683 18.9.3. Initialize0 码力 | 976 页 | 17.49 MB | 1 年前3
Spring Boot 3.2.7 Reference Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339 9.1. SQL Databases. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 354 jOOQ SQL Dialect . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 681 18.9.2. Initialize a Database Using Basic SQL Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 681 18.9.3. Initialize0 码力 | 974 页 | 17.47 MB | 1 年前3
共 313 条
- 1
- 2
- 3
- 4
- 5
- 6
- 32













