Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel.exps |
OpenJPA-JDBC Expression Tree
|
org.apache.openjpa.kernel.exps |
OpenJPA Expression Tree
|
Modifier and Type | Class and Description |
---|---|
class |
PCPath
A path represents a traversal into fields of a candidate object.
|
Modifier and Type | Class and Description |
---|---|
class |
CandidatePath
A path represents a traversal into fields of a candidate object.
|
class |
Coalesce
An in-memory representation of a coalesce expression
|
class |
NullIf
An in-memory representation of a nullif expression
|
class |
SimpleCase
An in-memory representation of a simple case expression
|
Modifier and Type | Method and Description |
---|---|
Val |
WhenCondition.getVal() |
Val[] |
Coalesce.getVal() |
Val |
WhenScalar.getVal1() |
Val |
NullIf.getVal1() |
Val |
WhenScalar.getVal2() |
Val |
NullIf.getVal2() |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.