Spring Data Commons

Uses of Class
org.springframework.data.repository.query.QueryMethod.Type

Packages that use QueryMethod.Type
org.springframework.data.repository.query Support classes to work with query methods. 
 

Uses of QueryMethod.Type in org.springframework.data.repository.query
 

Methods in org.springframework.data.repository.query that return QueryMethod.Type
 QueryMethod.Type QueryMethod.getType()
           
static QueryMethod.Type QueryMethod.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryMethod.Type[] QueryMethod.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.