Uses of Enum Class
org.springframework.data.repository.query.parser.Part.IgnoreCaseType
Packages that use Part.IgnoreCaseType
Package
Description
Support classes for parsing queries from method names.
-
Uses of Part.IgnoreCaseType in org.springframework.data.repository.query.parser
Methods in org.springframework.data.repository.query.parser that return Part.IgnoreCaseTypeModifier and TypeMethodDescriptionPart.shouldIgnoreCase()Returns whether thePropertyPathreferenced should be matched ignoring case.static Part.IgnoreCaseTypeReturns the enum constant of this class with the specified name.static Part.IgnoreCaseType[]Part.IgnoreCaseType.values()Returns an array containing the constants of this enum class, in the order they are declared.