hibernated v0.3.8 (2023-02-11T16:16:50Z)
Home
Dub
Repo
Customer
hibernated
tests
Undocumented in source.
version(unittest)
@
Table
("customers")
class
Customer {
int
id
;
string
name
;
Address
address
;
Lazy
!
AccountType
accountType
;
User
[]
users
[@property getter];
User
[]
users
[@property setter];
this
();
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
users
User
[]
users
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
users
User
[]
users
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
accountType
Lazy
!
AccountType
accountType
;
Undocumented in source.
address
Address
address
;
Undocumented in source.
id
int
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
hibernated
tests
classes
AccountType
Address
Customer
EMName
EMUser
EvenMoreInfo
GeneratorTest
MoreInfo
Person
Role
T1
TypeTest
User
functions
closeUnitTestDataSource
getUnitTestDataSource
getUnitTestDialect
recreateTestSchema
variables
DB_TESTS_ENABLED
UNIT_TEST_CREATE_TABLES_SCRIPT
UNIT_TEST_DROP_TABLES_SCRIPT
UNIT_TEST_FILL_TABLES_SCRIPT
_unitTestConnectionPool