| Package | Description |
|---|---|
| org.babyfish.persistence.path |
| Modifier and Type | Method and Description |
|---|---|
CollectionFetchType |
FetchPath.Node.getCollectionFetchType() |
static CollectionFetchType |
CollectionFetchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionFetchType[] |
CollectionFetchType.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,
CollectionFetchType collectionFetchType) |
FetchPath.Builder |
FetchPath.Builder.get(String nodeName,
GetterType getterType,
CollectionFetchType collectionFetchType) |
Copyright © 2015. All rights reserved.