Uses of Class
org.springframework.data.repository.query.QueryCreationException
Package
Description
Support classes to work with query methods.
-
Uses of QueryCreationException in org.springframework.data.repository.query
Modifier and TypeMethodDescriptionstatic QueryCreationException
QueryCreationException.create
(String message, Throwable cause, Class<?> repositoryInterface, Method method) static QueryCreationException
QueryCreationException.create
(QueryMethod method, String message) Creates a newQueryCreationException
.static QueryCreationException
QueryCreationException.create
(QueryMethod method, Throwable cause) static QueryCreationException
QueryCreationException.invalidProperty
(QueryMethod method, String propertyName) Rejects the given domain class property.