committed by
Jens Schauder
parent
5bf4acbdd6
commit
904a71a8a2
@@ -95,7 +95,7 @@ public abstract class AbstractR2dbcRepositoryIntegrationTests extends R2dbcInteg
|
||||
protected abstract ConnectionFactory createConnectionFactory();
|
||||
|
||||
/**
|
||||
* Returns the the CREATE TABLE statement for table {@code legoset} with the following three columns:
|
||||
* Returns the CREATE TABLE statement for table {@code legoset} with the following three columns:
|
||||
* <ul>
|
||||
* <li>id integer (primary key), not null, auto-increment</li>
|
||||
* <li>name varchar(255), nullable</li>
|
||||
|
||||
@@ -88,7 +88,7 @@ public abstract class AbstractR2dbcRepositoryWithMixedCaseNamesIntegrationTests
|
||||
protected abstract String getCreateTableStatement();
|
||||
|
||||
/**
|
||||
* Returns the the DROP TABLE statement for table {@code LegoSet}.
|
||||
* Returns the DROP TABLE statement for table {@code LegoSet}.
|
||||
*
|
||||
* @return the DROP TABLE statement for table {@code LegoSet}.
|
||||
*/
|
||||
|
||||
@@ -110,7 +110,7 @@ public abstract class AbstractSimpleR2dbcRepositoryIntegrationTests extends R2db
|
||||
protected abstract DataSource createDataSource();
|
||||
|
||||
/**
|
||||
* Returns the the CREATE TABLE statement for table {@code legoset} with the following three columns:
|
||||
* Returns the CREATE TABLE statement for table {@code legoset} with the following three columns:
|
||||
* <ul>
|
||||
* <li>id integer (primary key), not null, auto-increment</li>
|
||||
* <li>name varchar(255), nullable</li>
|
||||
|
||||
Reference in New Issue
Block a user