|
Change Attribute Type foreignKeyColumns : Set<ImmutableForeignKeyColumn> to foreignKeyColumns : List<ImmutableForeignKeyColumn> in class com.speedment.internal.core.config.db.immutable.ImmutableForeignKey |
From |
To |
|
Change Attribute Type column : Column to column : Lazy<Column> in class com.speedment.internal.core.config.db.immutable.ImmutablePrimaryKeyColumn |
From |
To |
|
Change Attribute Type foreignKeys : Set<ImmutableForeignKey> to foreignKeys : List<ImmutableForeignKey> in class com.speedment.internal.core.config.db.immutable.ImmutableTable |
From |
To |
|
Change Attribute Type indexColumns : Set<ImmutableIndexColumn> to indexColumns : List<ImmutableIndexColumn> in class com.speedment.internal.core.config.db.immutable.ImmutableIndex |
From |
To |
|
Change Attribute Type primaryKeyColumns : Set<ImmutablePrimaryKeyColumn> to primaryKeyColumns : List<ImmutablePrimaryKeyColumn> in class com.speedment.internal.core.config.db.immutable.ImmutableTable |
From |
To |
|
Change Attribute Type tables : Set<ImmutableTable> to tables : List<ImmutableTable> in class com.speedment.internal.core.config.db.immutable.ImmutableSchema |
From |
To |
|
Change Attribute Type column : Column to column : Lazy<Column> in class com.speedment.internal.core.config.db.immutable.ImmutableIndexColumn |
From |
To |
|
Change Attribute Type columns : Set<ImmutableColumn> to columns : List<ImmutableColumn> in class com.speedment.internal.core.config.db.immutable.ImmutableTable |
From |
To |
|
Change Attribute Type schemas : Set<ImmutableSchema> to schemas : List<ImmutableSchema> in class com.speedment.internal.core.config.db.immutable.ImmutableDbms |
From |
To |
|
Change Attribute Type foreignTable : Table to foreignTable : Lazy<Table> in class com.speedment.internal.core.config.db.immutable.ImmutableForeignKeyColumn |
From |
To |
|
Change Attribute Type indexes : Set<ImmutableIndex> to indexes : List<ImmutableIndex> in class com.speedment.internal.core.config.db.immutable.ImmutableTable |
From |
To |
|
Change Attribute Type dbmses : Set<ImmutableDbms> to dbmses : List<ImmutableDbms> in class com.speedment.internal.core.config.db.immutable.ImmutableProject |
From |
To |
|
Change Attribute Type column : Column to column : Lazy<Column> in class com.speedment.internal.core.config.db.immutable.ImmutableForeignKeyColumn |
From |
To |
|
Change Attribute Type foreignColumn : Column to foreignColumn : Lazy<Column> in class com.speedment.internal.core.config.db.immutable.ImmutableForeignKeyColumn |
From |
To |