| Package | Description |
|---|---|
| org.springframework.data.querydsl |
Querydsl integration support classes.
|
| org.springframework.data.repository.init |
Support for repository initialization using XML and JSON.
|
| org.springframework.data.repository.support |
Support classes for integration of the repository programming model with 3rd party frameworks.
|
| Class and Description |
|---|
| RepositoryInvocationInformation
Meta-information about the methods a repository exposes.
|
| RepositoryInvoker
API to invoke (CRUD) methods on Spring Data repository instances independently of the base interface they expose.
|
| Class and Description |
|---|
| Repositories
Wrapper class to access repository instances obtained from a
ListableBeanFactory. |
| Class and Description |
|---|
| Repositories
Wrapper class to access repository instances obtained from a
ListableBeanFactory. |
| RepositoryInvocationInformation
Meta-information about the methods a repository exposes.
|
| RepositoryInvoker
API to invoke (CRUD) methods on Spring Data repository instances independently of the base interface they expose.
|
| RepositoryInvokerFactory
Interface for a factory to create
RepositoryInvoker instances for repositories managing a particular domain
type. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.