Uses of Enum
org.datanucleus.store.query.expression.JoinExpression.JoinType
Packages that use JoinExpression.JoinType
Package
Description
Package providing expressions from which a (generically) compiled query is made up.
-
Uses of JoinExpression.JoinType in org.datanucleus.store.query.expression
Fields in org.datanucleus.store.query.expression declared as JoinExpression.JoinTypeMethods in org.datanucleus.store.query.expression that return JoinExpression.JoinTypeModifier and TypeMethodDescriptionJoinExpression.getType()
static JoinExpression.JoinType
Returns the enum constant of this type with the specified name.static JoinExpression.JoinType[]
JoinExpression.JoinType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.datanucleus.store.query.expression with parameters of type JoinExpression.JoinTypeModifier and TypeMethodDescriptionstatic boolean
JoinExpression.JoinType.isFetch
(JoinExpression.JoinType type) Constructors in org.datanucleus.store.query.expression with parameters of type JoinExpression.JoinTypeModifierConstructorDescriptionJoinExpression
(Expression expr, String alias, JoinExpression.JoinType type)