hunt-entity ~master (2022-02-21T08:00:07Z)
Home
Dub
Repo
Join
hunt
entity
criteria
Join
class
Join : Root!T(
F
T
) {
this
(CriteriaBuilder _builder, EntityFieldInfo info, Root!F from, JoinType joinType);
EntityInfo
!
T
opDispatch
();
string
getJoinOnString
();
}
Constructors
this
this
(CriteriaBuilder _builder, EntityFieldInfo info, Root!F from, JoinType joinType)
Undocumented in source.
Members
Functions
getJoinOnString
string
getJoinOnString
()
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
EntityInfo
!
T
opDispatch
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
entity
criteria
Join
classes
Join