All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| ClassPathScanningEntities |
|
| Column |
|
| ColumnDefinition |
Allow to specify information about a column to generate the schema.
|
| ColumnIncrement |
Class to compensate that incrementing a value is not supported by Expression.
|
| CompositeId |
For entities without an @Id property, specifies the columns to use as a unique key.
|
| CompositeIdValue |
|
| Criteria |
Criteria to use in where clause of a database query.
|
| Criteria.And |
And condition.
|
| Criteria.Or |
Or condition.
|
| Criteria.PropertyOperand |
Property operand.
|
| Criteria.PropertyOperation |
|
| Criteria.PropertyOperator |
|
| CriteriaSqlBuilder |
|
| CriteriaVisitor<T> |
|
| CriteriaVisitor.SearchVisitor |
|
| Enhancer |
|
| EntityCache |
|
| EntityState |
|
| ForeignKey |
Indicates that a field is a foreign key to another table.
|
| ForeignKey.OnForeignDeleted |
|
| ForeignTable |
Indicates a foreign key exists on the linked entity.
|
| GeneratedValue |
Indicates a value being generated by the database system.
|
| GeneratedValue.Strategy |
|
| Index |
Define an index on a table.
|
| Index |
|
| Indexes |
List of indexes.
|
| InsertMultiple |
Specify an INSERT query, with multiple rows.
As Spring Data R2DBC does not support it, we define a custom request, but it cannot be used with MySql which does not support to return all generated values.
An InsertMultiple can be used in a SqlQuery to be executed.
|
| InsertMultiple.InsertRowValues |
|
| InvalidCriteriaException |
|
| InvalidEntityStateException |
|
| JoinTable |
Indicates a many to many relationship.
A join table will be created, using the specified table name and column name.
If it exists several many to many relationships between the two same entities, the tableName or joinProperty can be used to avoid ambiguity.
|
| JoinTableCollectionFromTargetCollection<J,T> |
|
| JoinTableCollectionToTargetCollection<J,T> |
|
| LcEntityReader |
|
| LcEntityReader.PropertiesSourceParameterValueProvider |
|
| LcEntityTypeInfo |
|
| LcEntityTypeInfo.ForeignTableInfo |
|
| LcEntityTypeInfo.JoinTableInfo |
|
| LcEntityWriter |
|
| LcMappingR2dbcConverter |
|
| LcR2dbcEntityOperationsBuilder |
|
| LcR2dbcEntityTemplate |
|
| LcR2dbcRepository<T,ID> |
|
| LcR2dbcRepositoryFactory |
|
| LcR2dbcRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable> |
|
| LcR2dbcRepositoryImpl<T,ID> |
|
| LcReactiveDataAccessStrategy |
|
| LcReactiveDataRelationalClient |
|
| LcReactiveDataRelationalConfiguration |
Configure R2DBC spring data extended by lc-reactive-spring-data-relational.
|
| LcReactiveDataRelationalInitializer |
|
| LcReactiveDataRelationalInitializer.Config |
|
| ModelAccessException |
|
| ModelException |
|
| ModelUtils |
|
| Operation |
|
| PropertiesSource |
|
| PropertiesSourceMap |
|
| PropertiesSourceRow |
|
| RelationalDatabaseSchema |
|
| RelationalDatabaseSchemaDialect |
|
| RelationalDatabaseSchemaDialect.SqlFunction |
|
| SchemaBuilderFromEntities |
|
| SchemaException |
Runtime exception raised if the schema cannot be generated.
|
| SchemaStatement |
|
| SchemaStatements |
|
| SelectExecution<T> |
|
| SelectQuery<T> |
Specifies a SELECT operation, possibly with joins, where clause, limit and order by clause.
|
| Sequence |
|
| SqlQuery<T> |
SQL query with binding, for execution on a database client.
|
| Table |
|