hibernated v0.4.0 (2023-11-26T11:29:43Z)
Home
Dub
Repo
Role
generaltest
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
generaltest
classes
Address
Asset
GeneralTest
MyGroup
Role
User