|
Spring Data Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityInformation | |
|---|---|
| org.springframework.data.repository.core.support | Base classes to implement repositories for various data stores. |
| org.springframework.data.repository.support | Support classes for integration of the repository programming model with 3rd party frameworks. |
| Uses of EntityInformation in org.springframework.data.repository.core.support |
|---|
| Methods in org.springframework.data.repository.core.support that return EntityInformation | ||
|---|---|---|
EntityInformation<T,ID> |
RepositoryFactoryInformation.getEntityInformation()
Returns EntityInformation the repository factory is using. |
|
EntityInformation<S,ID> |
RepositoryFactoryBeanSupport.getEntityInformation()
|
|
abstract
|
RepositoryFactorySupport.getEntityInformation(Class<T> domainClass)
Returns the EntityInformation for the given domain class. |
|
| Constructors in org.springframework.data.repository.core.support with parameters of type EntityInformation | |
|---|---|
DelegatingEntityInformation(EntityInformation<T,ID> delegate)
Creates a new DelegatingEntityInformation delegating method invocations to the given
EntityInformation. |
|
| Uses of EntityInformation in org.springframework.data.repository.support |
|---|
| Methods in org.springframework.data.repository.support that return EntityInformation | ||
|---|---|---|
|
Repositories.getEntityInformationFor(Class<?> domainClass)
Returns the EntityInformation for the given domain class. |
|
| Constructors in org.springframework.data.repository.support with parameters of type EntityInformation | |
|---|---|
DomainClassPropertyEditor(CrudInvoker<?> invoker,
EntityInformation<T,ID> information,
PropertyEditorRegistry registry)
Creates a new DomainClassPropertyEditor for the given repository, EntityInformation and
PropertyEditorRegistry. |
|
|
Spring Data Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||