Uses of Class
net.lecousin.reactive.data.relational.schema.Table
-
Packages that use Table Package Description net.lecousin.reactive.data.relational.schema net.lecousin.reactive.data.relational.schema.dialect -
-
Uses of Table in net.lecousin.reactive.data.relational.schema
Methods in net.lecousin.reactive.data.relational.schema that return Table Modifier and Type Method Description protected TableSchemaBuilderFromEntities. buildTable(Class<?> entity)TableRelationalDatabaseSchema. getTable(String name)Methods in net.lecousin.reactive.data.relational.schema that return types with arguments of type Table Modifier and Type Method Description org.springframework.data.util.Pair<Table,Column>Column. getForeignKeyReferences()List<Table>RelationalDatabaseSchema. getTables()Methods in net.lecousin.reactive.data.relational.schema with parameters of type Table Modifier and Type Method Description voidRelationalDatabaseSchema. add(Table table)Method parameters in net.lecousin.reactive.data.relational.schema with type arguments of type Table Modifier and Type Method Description voidColumn. setForeignKeyReferences(org.springframework.data.util.Pair<Table,Column> foreignKeyReferences) -
Uses of Table in net.lecousin.reactive.data.relational.schema.dialect
Methods in net.lecousin.reactive.data.relational.schema.dialect with parameters of type Table Modifier and Type Method Description protected voidRelationalDatabaseSchemaDialect. addIndexDefinitionInTable(Table table, Index index, StringBuilder sql)protected StringRelationalDatabaseSchemaDialect. alterTableForeignKey(Table table, Column col)StringRelationalDatabaseSchemaDialect. createIndex(Table table, Index index)StringRelationalDatabaseSchemaDialect. createTable(Table table)StringRelationalDatabaseSchemaDialect. dropTable(Table table)
-