hunt-entity ~master (2022-02-21T08:00:07Z)
Home
Dub
Repo
EntityFieldManyToOne
hunt
entity
EntityFieldManyToOne
Undocumented in source.
class
EntityFieldManyToOne : EntityFieldObject!(T, T)(
T
:
Object
) {
this
(EntityManager manager, string fieldName, string columnName, string tableName, T fieldValue, ManyToOne mode);
T
deSerialize
(Row row);
void
setMode
(ManyToOne mode);
FetchType
fetchType
();
LazyData
getLazyData
(Row row);
}
Constructors
this
this
(EntityManager manager, string fieldName, string columnName, string tableName, T fieldValue, ManyToOne mode)
Undocumented in source.
Members
Functions
deSerialize
T
deSerialize
(Row row)
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.
setMode
void
setMode
(ManyToOne mode)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
entity
EntityFieldManyToOne
classes
EntityFieldManyToOne