Uses of Interface
org.springframework.data.repository.core.EntityInformation
Packages that use 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
Classes in org.springframework.data.repository.core.support that implement EntityInformationModifier and TypeClassDescriptionclassBase class for implementations ofEntityInformation.classUseful base class to implement customEntityInformations and delegate execution of standard methods fromEntityInformationto a special implementation.classEntityInformationimplementation that uses aPersistentEntityto obtain id type information and uses aIdentifierAccessorto access the property value if requested.Methods in org.springframework.data.repository.core.support that return EntityInformationModifier and TypeMethodDescriptionRepositoryFactoryBeanSupport.getEntityInformation()RepositoryFactoryInformation.getEntityInformation()ReturnsEntityInformationthe repository factory is using.<T,ID> EntityInformation <T, ID> RepositoryFactorySupport.getEntityInformation(Class<T> domainClass) Deprecated.EntityInformation<?, ?> RepositoryFactorySupport.getEntityInformation(RepositoryMetadata metadata) Returns theEntityInformationfor the givenRepositoryMetadata.Constructors in org.springframework.data.repository.core.support with parameters of type EntityInformation -
Uses of EntityInformation in org.springframework.data.repository.support
Methods in org.springframework.data.repository.support that return EntityInformationModifier and TypeMethodDescription<T,S> EntityInformation <T, S> Repositories.getEntityInformationFor(Class<?> domainClass) Returns theEntityInformationfor the given domain class.
RepositoryFactorySupport.getEntityInformation(RepositoryMetadata)instead.