Spring Data Commons

Uses of Class
org.springframework.data.repository.query.parser.Part.IgnoreCaseType

Packages that use Part.IgnoreCaseType
org.springframework.data.repository.query.parser 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.IgnoreCaseType
 Part.IgnoreCaseType Part.shouldIgnoreCase()
          Returns whether the PropertyPath referenced should be matched ignoring case.
static Part.IgnoreCaseType Part.IgnoreCaseType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Part.IgnoreCaseType[] Part.IgnoreCaseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.