Uses of Package
org.springframework.data.repository.support
Packages that use org.springframework.data.repository.support
Package
Description
Querydsl integration support classes.
Support for repository initialization using XML and JSON.
Support classes for integration of the repository programming model with 3rd party frameworks.
-
Classes in org.springframework.data.repository.support used by org.springframework.data.querydslClassDescriptionMeta-information about the methods a repository exposes.API to invoke (CRUD) methods on Spring Data repository instances independently of the base interface they expose.
-
Classes in org.springframework.data.repository.support used by org.springframework.data.repository.init
-
Classes in org.springframework.data.repository.support used by org.springframework.data.repository.supportClassDescriptionWrapper class to access repository instances obtained from a
ListableBeanFactory
.Meta-information about the methods a repository exposes.API to invoke (CRUD) methods on Spring Data repository instances independently of the base interface they expose.Interface for a factory to createRepositoryInvoker
instances for repositories managing a particular domain type.