All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
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.And |
|
Criteria.Or |
|
Criteria.PropertyOperand |
|
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.
|
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 |
|
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 |
|
ModelAccessException |
|
ModelException |
|
ModelUtils |
|
Operation |
|
PropertiesSource |
|
PropertiesSourceMap |
|
PropertiesSourceRow |
|
RelationalDatabaseSchema |
|
RelationalDatabaseSchemaDialect |
|
SchemaBuilderFromEntities |
|
SchemaException |
Runtime exception raised if the schema cannot be generated.
|
SchemaStatement |
|
SchemaStatements |
|
SelectExecution<T> |
|
SelectQuery<T> |
|
Sequence |
|
SqlQuery<T> |
|
Table |
|