hunt-entity ~master (2022-02-21T08:00:07Z)
Home
Dub
Repo
JoinSqlBuild
hunt
entity
Constant
Undocumented in source.
class
JoinSqlBuild {
string
tableName
;
string
joinWhere
;
JoinType
joinType
;
string
[]
columnNames
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
columnNames
string
[]
columnNames
;
Undocumented in source.
joinType
JoinType
joinType
;
Undocumented in source.
joinWhere
string
joinWhere
;
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