Uses of Enum Class
org.springframework.data.repository.query.parser.Part.Type
Packages that use Part.Type
Package
Description
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.TypeModifier and TypeMethodDescriptionstatic Part.TypePart.Type.fromProperty(String rawProperty) Part.getType()static Part.TypeReturns 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.Methods in org.springframework.data.repository.query.parser with parameters of type Part.Type