Uses of Class
net.lecousin.reactive.data.relational.schema.dialect.RelationalDatabaseSchemaDialect
-
Packages that use RelationalDatabaseSchemaDialect Package Description net.lecousin.reactive.data.relational net.lecousin.reactive.data.relational.configuration -
-
Uses of RelationalDatabaseSchemaDialect in net.lecousin.reactive.data.relational
Methods in net.lecousin.reactive.data.relational that return RelationalDatabaseSchemaDialect Modifier and Type Method Description RelationalDatabaseSchemaDialectLcReactiveDataRelationalClient. getSchemaDialect()Constructors in net.lecousin.reactive.data.relational with parameters of type RelationalDatabaseSchemaDialect Constructor Description LcReactiveDataRelationalClient(org.springframework.r2dbc.core.DatabaseClient client, org.springframework.data.mapping.context.MappingContext<org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?>,? extends org.springframework.data.relational.core.mapping.RelationalPersistentProperty> mappingContext, RelationalDatabaseSchemaDialect schemaDialect, LcReactiveDataAccessStrategy dataAccess, LcMappingR2dbcConverter mapper) -
Uses of RelationalDatabaseSchemaDialect in net.lecousin.reactive.data.relational.configuration
Methods in net.lecousin.reactive.data.relational.configuration that return RelationalDatabaseSchemaDialect Modifier and Type Method Description abstract RelationalDatabaseSchemaDialectLcReactiveDataRelationalConfiguration. schemaDialect()Methods in net.lecousin.reactive.data.relational.configuration with parameters of type RelationalDatabaseSchemaDialect Modifier and Type Method Description LcReactiveDataRelationalClientLcReactiveDataRelationalConfiguration. lcClient(org.springframework.r2dbc.core.DatabaseClient client, org.springframework.data.mapping.context.MappingContext<org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?>,? extends org.springframework.data.relational.core.mapping.RelationalPersistentProperty> mappingContext, RelationalDatabaseSchemaDialect schemaDialect, LcReactiveDataAccessStrategy dataAccess, LcMappingR2dbcConverter mapper)
-