Association.
BelongsTo relation.
BelongsTo relation.
entity
mapper
join definitions
extractor
BelongsTo association extractor.
BelongsTo association extractor.
entity
mapper
foreign key
table alias
function to merge associations
enable by default
Extractor.
Extractor.
entity
HasMany association.
HasMany association.
entity
mapper
join definitions
extractor
HasMany association extractor.
HasMany association extractor.
entity
mapper
table alias
function to merge associations
enable by default
HasOne association.
HasOne association.
entity
mapper
join definitions
extractor
HasOne association extractor.
HasOne association extractor.
entity
mapper
foreign key
table alias
function to merge associations
enable by default
Join definition.
Join definition.
entity
join type (innerJoin/LeftOuterJoin)
this mapper
left mapper
left table alias
right mapper
right table alias
join condition
foreign key to join
enable even if the right one is associated
enable by default
Join type.
Inner join.
Left (outer) join.
Association.
entity