All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description AbstractSQLRepository Used by generated code that was created byRxMicro Annotation ProcessorCast Converters Used by generated code that was created byRxMicro Annotation ProcessorCustomSelect 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 operationEntityFieldList 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 Insert Denotes a repository method that must execute aINSERTSQL operationIsolationLevel 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 classSchema Denotes a schema of a database table.Select Denotes a repository method that must execute aSELECTSQL operationSequenceGenerator Denotes a sequence that must be used to get the next unique value for model field.SQLDatabaseConfig Allows configuring SQL DB options.SQLOperations SQLParams Used by generated code that was created byRxMicro Annotation ProcessorSQLPooledDatabaseConfig 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 SPITransaction Current implementation delegates all method calls toio.r2dbc.spi.Connection, but in future this API can be extended by using other SPITransaction Current implementation delegates all method calls toio.r2dbc.spi.Connection, but in future this API can be extended by using other SPITransactionType Supported reactive libraries for database transactionsUpdate Denotes a repository method that must execute aUPDATESQL operationVariableValues Denotes a storage with the values of the predefined variables.