| Package | Description |
|---|---|
| org.babyfish.persistence.path |
| Modifier and Type | Method and Description |
|---|---|
GetterType |
FetchPath.Node.getGetterType() |
GetterType |
SimpleOrderPath.Node.getGetterType() |
static GetterType |
GetterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetterType[] |
GetterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FetchPath.Builder |
FetchPath.Builder.get(String nodeName,
GetterType getterType) |
SimpleOrderPath.Builder |
SimpleOrderPath.Builder.get(String nodeName,
GetterType getterType) |
FetchPath.Builder |
FetchPath.Builder.get(String nodeName,
GetterType getterType,
CollectionFetchType collectionFetchType) |
Copyright © 2015. All rights reserved.