Uses of Enum Class
org.seasar.doma.jdbc.criteria.context.JoinKind
Packages that use JoinKind
Package
Description
Provides contexts and settings used to build the criteria query statements.
-
Uses of JoinKind in org.seasar.doma.jdbc.criteria.context
Fields in org.seasar.doma.jdbc.criteria.context declared as JoinKindMethods in org.seasar.doma.jdbc.criteria.context that return JoinKindModifier and TypeMethodDescriptionstatic JoinKindReturns the enum constant of this class with the specified name.static JoinKind[]JoinKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.seasar.doma.jdbc.criteria.context with parameters of type JoinKind