Package | Description |
---|---|
org.apache.cayenne.map |
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
|
Modifier and Type | Method and Description |
---|---|
JoinType |
PathComponent.getJoinType()
Returns a joint type of this path component in the expression.
|
static JoinType |
JoinType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinType[] |
JoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001–2021 Apache Cayenne. All rights reserved.