EntityFieldManyToManyOwner

Undocumented in source.

Constructors

this
this(EntityManager manager, string fieldName, string primaryKey, string tableName, ManyToMany mode, F owner, bool isMainMapped)
Undocumented in source.
this
this(EntityManager manager, string fieldName, string primaryKey, string tableName, ManyToMany mode, F owner, bool isMainMapped, JoinTable joinTable, JoinColumn jc, InverseJoinColumn ijc)
Undocumented in source.

Members

Functions

deSerialize
T[] deSerialize(Row[] rows, int startIndex, bool isFromManyToOne)
Undocumented in source. Be warned that the author may not have intended to support it.
fetchType
FetchType fetchType()
Undocumented in source. Be warned that the author may not have intended to support it.
getLazyData
LazyData getLazyData(Row row)
Undocumented in source. Be warned that the author may not have intended to support it.
getMode
ManyToMany getMode()
Undocumented in source. Be warned that the author may not have intended to support it.
getPrimaryKey
string getPrimaryKey()
Undocumented in source. Be warned that the author may not have intended to support it.
getSelectColumn
string getSelectColumn()
Undocumented in source. Be warned that the author may not have intended to support it.
isAggregateType
bool isAggregateType()
Undocumented in source. Be warned that the author may not have intended to support it.
setMode
void setMode(ManyToMany mode)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta