hunt-entity ~master (2022-02-21T08:00:07Z)
Home
Dub
Repo
EntityFieldManyToMany.this
hunt
entity
EntityFieldManyToMany
EntityFieldManyToMany
Undocumented in source.
this
(EntityManager manager, string fieldName, string primaryKey, string tableName, ManyToMany mode, F owner, bool isMainMapped)
this
(EntityManager manager, string fieldName, string primaryKey, string tableName, ManyToMany mode, F owner, bool isMainMapped, JoinTable joinTable, JoinColumn jc, InverseJoinColumn ijc)
class
EntityFieldManyToMany
(T : Object, F : Object = T, string MAPPEDBY = "")
this
(
EntityManager
manager
,
string
fieldName
,
string
primaryKey
,
string
tableName
,
ManyToMany
mode
,
F
owner
,
bool
isMainMapped
,
JoinTable
joinTable
,
JoinColumn
jc
,
InverseJoinColumn
ijc
)
Meta
Source
See Implementation
hunt
entity
EntityFieldManyToMany
EntityFieldManyToMany
constructors
this
functions
deSerialize
fetchType
getLazyData
getMode
getPrimaryKey
getSelectColumn
setMode