|
Spring Data Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Part.Type | |
|---|---|
| org.springframework.data.repository.query.parser | Support classes for parsing queries from method names. |
| Uses of Part.Type in org.springframework.data.repository.query.parser |
|---|
| Methods in org.springframework.data.repository.query.parser that return Part.Type | |
|---|---|
static Part.Type |
Part.Type.fromProperty(String rawProperty)
Returns the Part.Type of the Part for the given raw propertyPath. |
Part.Type |
Part.getType()
|
static Part.Type |
Part.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Part.Type[] |
Part.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.springframework.data.repository.query.parser with parameters of type Part.Type | |
|---|---|
Iterable<Part> |
PartTree.getParts(Part.Type type)
Returns all PartTree.OrParts of the PartTree of the given Part.Type. |
|
Spring Data Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||