Uses of Interface
org.springframework.data.repository.core.EntityInformation
Package
Description
Base classes to implement repositories for various data stores.
Support classes for integration of the repository programming model with 3rd party frameworks.
-
Uses of EntityInformation in org.springframework.data.repository.core.support
Modifier and TypeClassDescriptionclass
Base class for implementations ofEntityInformation
.class
Useful base class to implement customEntityInformation
s and delegate execution of standard methods fromEntityInformation
to a special implementation.class
EntityInformation
implementation that uses aPersistentEntity
to obtain id type information and uses aIdentifierAccessor
to access the property value if requested.Modifier and TypeMethodDescriptionRepositoryFactoryBeanSupport.getEntityInformation()
RepositoryFactoryInformation.getEntityInformation()
ReturnsEntityInformation
the repository factory is using.abstract <T,
ID> EntityInformation<T, ID> RepositoryFactorySupport.getEntityInformation
(Class<T> domainClass) Returns theEntityInformation
for the given domain class. -
Uses of EntityInformation in org.springframework.data.repository.support
Modifier and TypeMethodDescription<T,
S> EntityInformation<T, S> Repositories.getEntityInformationFor
(Class<?> domainClass) Returns theEntityInformation
for the given domain class.