hibernated ~master (2022-03-03T08:06:47Z)
Home
Dub
Repo
Address
htestmain
Undocumented in source.
class
Address {
@
Generated
@
Id
int
id
;
User
user
;
string
street
;
string
town
;
string
country
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
country
string
country
;
Undocumented in source.
id
int
id
;
Undocumented in source.
street
string
street
;
Undocumented in source.
town
string
town
;
Undocumented in source.
user
User
user
;
Undocumented in source.
Meta
Source
See Implementation
htestmain
classes
Address
Asset
MyGroup
Role
User
functions
main
testHibernate
structs
ConnectionParams