Uses of Class
org.springframework.data.repository.core.RepositoryCreationException
Package
Description
Base classes to implement repositories for various data stores.
Support classes to work with query methods.
-
Uses of RepositoryCreationException in org.springframework.data.repository.core.support
Modifier and TypeClassDescriptionclass
Exception thrown during repository creation or repository method invocation when invoking a repository method on a fragment without an implementation.class
Exception thrown during repository creation when a the repository has custom methods that are not backed by a fragment or if no fragment could be found for a repository method invocation.class
Exception thrown during repository creation when a well-known fragment interface is not supported by the repository factory. -
Uses of RepositoryCreationException in org.springframework.data.repository.query
Modifier and TypeClassDescriptionfinal class
Exception to be thrown if a query cannot be created from aMethod
.