Package | Description |
---|---|
org.castor.cpa.persistence.sql.query |
Modifier and Type | Method and Description |
---|---|
JoinOperator |
Join.getOperator()
Method returning operator currently set.
|
static JoinOperator |
JoinOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinOperator[] |
JoinOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Join(JoinOperator oper,
Qualifier join)
Constructor taking two parameters, constructing JoinOperator instance from string
and delegating call to the default constructor.
|
Join(JoinOperator oper,
Qualifier join,
Condition cond)
Default constructor copying passed values to class variables.
|
Copyright © 2018. All rights reserved.