Enum Class JoinType

java.lang.Object
java.lang.Enum<JoinType>
jakarta.persistence.criteria.JoinType
All Implemented Interfaces:
Serializable, Comparable<JoinType>, Constable

public enum JoinType extends Enum<JoinType>
Defines the three varieties of join.

Support for RIGHT outer joins is not required. Applications which make use of right joins might not be portable between providers or between SQL databases.

Since:
2.0