All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description CustomSelect Denotes a string parameter of repository method, the value of that must be used as customSELECTSQL query.Delete Denotes a repository method that must execute aDELETESQL operation.EntityFieldList The base interface of virtual model that represents a database result set row as aList, which contains a list of column values according to selected order.EntityFieldListImpl EntityFieldMap The base interface of virtual model that represents a database result set row as aMap, wherekeyis a column name andvalueis a column value.EntityFieldMapImpl EnumType Denotes a db type for enum.ExpectedUpdatedRowsCount Insert Denotes a repository method that must execute aINSERTSQL operation.InvalidDatabaseStateException Indicates that current database state is invalid.IsolationLevel Represents a transaction isolation level constant.NotInsertable Denotes a model field, the value of that ignored duringINSERTSQL operation.NotUpdatable Denotes a model field, the value of that ignored duringUPDATESQL operation.PrimaryKey Denotes a model field that must be used as primary key.SavePoint Base savepoint class.Schema Denotes a schema of a database table.Select Denotes a repository method that must execute aSELECTSQL operation.SequenceGenerator Denotes a sequence that must be used to get the next unique value for model field.SQLDatabaseConfig Allows configuring SQL DB options.SQLOperations SQLPooledDatabaseConfig Allows configuring SQL DB pool options.SupportedVariables Supported variables that can be used in the SQL queries.Table Denotes a table name for entity.Transaction Current implementation delegates all method calls toio.r2dbc.spi.Connection, but in future this API can be extended by using other SPI.Transaction Current implementation delegates all method calls toio.r2dbc.spi.Connection, but in future this API can be extended by using other SPI.Transaction Current implementation delegates all method calls toio.r2dbc.spi.Connection, but in future this API can be extended by using other SPI.TransactionType Supported reactive libraries for database transactions.Update Denotes a repository method that must execute aUPDATESQL operation.VariableValues Denotes a storage with the values of the predefined variables.