DbSchema
Toggle table of contents
9.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DbSchema
DbSchema
/
com.wisecoders.dbs.schema
/
ForeignKey
/
ForeignKey
Foreign
Key
@
JvmOverloads
constructor
(
name
:
String
,
sourceEntity
:
AbstractTable
,
targetEntity
:
AbstractTable
,
addToImportedRelations
:
Boolean
=
true
)