hunt-entity ~master (2022-02-21T08:00:07Z)
Home
Dub
Repo
LazyData
hunt
entity
Constant
Undocumented in source.
class
LazyData {
this
(LazyData data);
this
(string key, string value);
string
key
;
string
value
;
string
toString
();
}
Constructors
this
this
(LazyData data)
Undocumented in source.
this
this
(string key, string value)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
key
string
key
;
Undocumented in source.
value
string
value
;
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