oceandrift-database ~master (2023-09-07T00:06:24.9694039)
Dub
Repo
EntityManager.find
oceandrift
db
orm
EntityManager
Undocumented in source. Be warned that the author may not have intended to support it.
EntityCollection
!
TEntity
find
(Query delegate(Query) @(safe) buildQuery)
struct
EntityManager
(DatabaseDriver)
@
safe
deprecated
EntityCollection
!
TEntity
find
(
TEntity
)
(
Query
delegate
(
Query
)
@
safe
buildQuery
)
if
(
isEntityType
!
TEntity
)
if
(
isORMCompatible
!
DatabaseDriver
)
EntityCollection
!
TEntity
find
(void delegate(Statement) @(safe) bindValues)
PreCollection
!(
TEntity
,
DatabaseDriver
)
find
()
Meta
Source
See Implementation
oceandrift
db
orm
EntityManager
constructors
this
functions
find
get
manyToManyAssign
manyToManyUnassign
manyToOne
oneToOne
remove
save
store
update
static functions
_pragma
manyToMany
oneToMany