Uses of Enum Class
org.springframework.data.relational.core.sql.Join.JoinType
Packages that use Join.JoinType
-
Uses of Join.JoinType in org.springframework.data.relational.core.sql
Methods in org.springframework.data.relational.core.sql that return Join.JoinTypeModifier and TypeMethodDescriptionJoin.getType()static Join.JoinTypeReturns the enum constant of this class with the specified name.static Join.JoinType[]Join.JoinType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.relational.core.sql with parameters of type Join.JoinTypeModifier and TypeMethodDescriptionSelectBuilder.SelectJoin.join(TableLike table, Join.JoinType joinType) Declare a join, where the join type (INNER,LEFT OUTER,RIGHT OUTER,FULL OUTER) is specified by an extra argument.