hibernated v0.4.0 (2023-11-26T11:29:43Z)
Home
Dub
Repo
MyGroup
generaltest
Undocumented in source.
@
Entity
class
MyGroup {
long
id
;
string
name
;
@
OneToMany
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
long
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