Spring Data Commons

Uses of Class
org.springframework.data.repository.query.QueryCreationException

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

Uses of QueryCreationException in org.springframework.data.repository.query
 

Methods in org.springframework.data.repository.query that return QueryCreationException
static QueryCreationException QueryCreationException.create(QueryMethod method, String message)
          Creates a new QueryCreationException.
static QueryCreationException QueryCreationException.create(QueryMethod method, Throwable cause)
          Creates a new QueryCreationException for the given QueryMethod and Throwable as cause.
static QueryCreationException QueryCreationException.invalidProperty(QueryMethod method, String propertyName)
          Rejects the given domain class property.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.