oceandrift-database ~master (2023-09-07T00:06:24.9694039)
Dub
Repo
EntityManager.manyToMany
oceandrift
db
orm
EntityManager
struct
EntityManager
(DatabaseDriver)
@
safe
static
PreCollection
!(
TEntityTarget
,
DatabaseDriver
)
manyToMany
(
TEntityTarget
TEntitySource
string
joinTableName_
=
joinTableName
!(
TEntitySource
,
TEntityTarget
)
)
(
TEntitySource
source
)
if
(
isEntityType
!
TEntityTarget
&&
isEntityType
!
TEntitySource
)
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