You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Attribute

Type

Description

joinTypes

List

A list of JoinType.

hasJoin(int tableKey1, int tableKey2)

boolean

Returns a boolean for whether there exists a JoinType defined between two entities.

getJoinType(int tableKey1, int tableKey2)

JoinType

The JoinType defined between two entities.

toMapping

Map

A map of Tuple of left source entity identity key and right source entity identity key to QueryJoinType containing the query join types (QueryJoinType) between two source entities.

  • No labels