Spring Data Commons

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

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, Class<?> clazz)
          Returns the Part.Type of the Part for the given raw property and the given Class.
 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.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.