Uses of Enum Class
org.springframework.data.repository.query.parser.Part.Type
Package
Description
Support classes for parsing queries from method names.
-
Uses of Part.Type in org.springframework.data.repository.query.parser
Modifier and TypeMethodDescriptionstatic Part.Type
Part.Type.fromProperty
(String rawProperty) Part.getType()
static Part.Type
Returns the enum constant of this class with the specified name.static Part.Type[]
Part.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.