oceandrift-database ~master (2023-09-07T00:06:24.9694039)
Dub
Repo
EntityManager.find
oceandrift
db
orm
EntityManager
Finds entites from the database
Query building starting point.
EntityCollection
!
TEntity
find
(Query delegate(Query) @(safe) buildQuery)
EntityCollection
!
TEntity
find
(void delegate(Statement) @(safe) bindValues)
PreCollection
!(
TEntity
,
DatabaseDriver
)
find
()
struct
EntityManager
(DatabaseDriver)
@
safe
static
PreCollection
!(
TEntity
,
DatabaseDriver
)
find
(
TEntity
)
(
)
if
(
isEntityType
!
TEntity
)
if
(
isORMCompatible
!
DatabaseDriver
)
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
Finds entites from the database
Query building starting point.