hibernated ~master (2022-03-03T08:06:47Z)
Home
Dub
Repo
ObjectList
hibernated
session
Undocumented in source.
struct
ObjectList {
Object
[]
list
;
void
add
(Object obj);
int
length
[@property getter];
Object
opIndex
(size_t index);
}
Members
Functions
add
void
add
(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Object
opIndex
(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
length
int
length
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
list
Object
[]
list
;
Undocumented in source.
Meta
Source
See Implementation
hibernated
session
aliases
enforceHelper
classes
Configuration
EntityCache
EntityCollections
LazyCollectionLoader
LazyObjectLoader
PropertyLoadItem
PropertyLoadMap
Query
QueryImpl
Session
SessionAccessor
SessionFactoryImpl
SessionImpl
functions
createCommaSeparatedKeyList
createKeyPairSQL
createKeySQL
normalize
interfaces
ConnectionProvider
EventListeners
Mapping
SessionFactory
SessionFactoryObserver
Settings
Transaction
structs
ObjectList
variables
TRACE_REFS