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 static TableSchemaBuilderFromEntities. buildTable(EntityMetadata entityType)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)protected static ColumnSchemaBuilderFromEntities. buildColumn(Table table, PropertyMetadata property)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)Constructors in net.lecousin.reactive.data.relational.schema with parameters of type Table Constructor Description Column(Table table, org.springframework.data.relational.core.sql.SqlIdentifier sqlId) -
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. addForeignKeyStatement(Table table, Column col, StringBuilder sql)protected voidRelationalDatabaseSchemaDialect. addIndexDefinitionInTable(Table table, Index index, StringBuilder sql)protected StringRelationalDatabaseSchemaDialect. alterTableForeignKey(Table table, Column col)protected voidRelationalDatabaseSchemaDialect. appendForeignKey(Table table, Column col, StringBuilder sql)StringRelationalDatabaseSchemaDialect. createIndex(Table table, Index index)StringRelationalDatabaseSchemaDialect. createTable(Table table)StringRelationalDatabaseSchemaDialect. dropTable(Table table)
-