hunt-entity ~master (2022-02-21T08:00:07Z)
Home
Dub
Repo
ForeignKeyData
hunt
entity
Constant
Undocumented in source.
class
ForeignKeyData {
string
columnName
;
string
tableName
;
string
primaryKey
;
}
Members
Variables
columnName
string
columnName
;
Undocumented in source.
primaryKey
string
primaryKey
;
Undocumented in source.
tableName
string
tableName
;
Undocumented in source.
Meta
Source
See Implementation
hunt
entity
Constant
aliases
PrimaryKey
classes
ForeignKeyData
JoinSqlBuild
LazyData
enums
Auto
CascadeType
FetchType
JoinType
OrderBy
structs
Column
Factory
InverseJoinColumn
JoinColumn
JoinTable
ManyToMany
ManyToOne
OneToMany
OneToOne
Table