public interface IChildRelation
Modifier and Type | Method and Description |
---|---|
default String |
addSetNull() |
IColumn[] |
getChildColumns()
Columns in child used to identify parent.
|
IChildRelation[] |
getChildren()
Children relations
|
default String |
getLink(List<String> columns,
String[] ids) |
IColumn[] |
getParentColumns()
Columns in parent used to identify the children.
|
default String |
getParentLink() |
String |
getTable()
Get name of table to be erase/deleted.
|
default boolean |
setNull() |
IColumn[] getParentColumns()
String getTable()
IColumn[] getChildColumns()
IChildRelation[] getChildren()
default boolean setNull()
default String getParentLink()
default String addSetNull() throws IOException
IOException
Copyright © 2021. All rights reserved.