Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.