hunt-entity ~master (2022-02-21T08:00:07Z)
Home
Dub
Repo
EntityFieldObject
hunt
entity
EntityFieldObject
Undocumented in source.
class
EntityFieldObject : EntityFieldInfo,
IEntityFieldObject
(
T
:
Object
F
:
Object
) {
protected
T
_value
;
protected
F
_owner
;
protected
EntityInfo
!(
T
,
F
)
_entityInfo
;
protected
EntityManager
_manager
;
this
(EntityManager manager, string fieldName, string columnName, string tableName, T fieldValue, F owner);
bool
isAggregateType
();
FetchType
fetchType
();
LazyData
getLazyData
(Row row);
}
Constructors
this
this
(EntityManager manager, string fieldName, string columnName, string tableName, T fieldValue, F owner)
Undocumented in source.
Members
Functions
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.
isAggregateType
bool
isAggregateType
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_entityInfo
EntityInfo
!(
T
,
F
)
_entityInfo
;
Undocumented in source.
_manager
EntityManager
_manager
;
Undocumented in source.
_owner
F
_owner
;
Undocumented in source.
_value
T
_value
;
Undocumented in source.
Inherited Members
From IEntityFieldObject
getLazyData
LazyData
getLazyData
(Row row)
Undocumented in source.
fetchType
FetchType
fetchType
()
Undocumented in source.
Meta
Source
See Implementation
hunt
entity
EntityFieldObject
classes
EntityFieldObject
interfaces
IEntityFieldObject