hibernated ~master (2022-03-03T08:06:47Z)
Home
Dub
Repo
User
htestmain
Undocumented in source.
@
Table
("gebruiker")
class
User {
long
id
;
string
name
;
int
some_field_with_underscore
;
@
ManyToMany
LazyCollection
!
Role
roles
;
MyGroup
group
;
@
OneToMany
Address
[]
addresses
;
Asset
[]
assets
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
addresses
Address
[]
addresses
;
Undocumented in source.
assets
Asset
[]
assets
;
Undocumented in source.
group
MyGroup
group
;
Undocumented in source.
id
long
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
roles
LazyCollection
!
Role
roles
;
Undocumented in source.
some_field_with_underscore
int
some_field_with_underscore
;
Undocumented in source.
Meta
Source
See Implementation
htestmain
classes
Address
Asset
MyGroup
Role
User
functions
main
testHibernate
structs
ConnectionParams