Package | Description |
---|---|
com.xpert.persistence.query |
Modifier and Type | Method and Description |
---|---|
JoinType |
Join.getType() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Join.setType(JoinType type) |
Constructor and Description |
---|
Join(String property,
JoinType type) |
Join(String property,
JoinType type,
boolean fetch) |
Join(String property,
String alias,
JoinType type) |
Join(String property,
String alias,
JoinType type,
boolean fetch) |
Copyright © 2015. All rights reserved.