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