Uses of Interface
org.springframework.data.repository.core.EntityMetadata
Packages that use EntityMetadata
Package
Description
Core abstractions for repository implementation.
Base classes to implement repositories for various data stores.
Support classes to work with query methods.
-
Uses of EntityMetadata in org.springframework.data.repository.core
Subinterfaces of EntityMetadata in org.springframework.data.repository.coreModifier and TypeInterfaceDescriptioninterfaceEntityInformation<T,ID> Extension ofEntityMetadatato add functionality to query information of entity instances. -
Uses of EntityMetadata in org.springframework.data.repository.core.support
Classes in org.springframework.data.repository.core.support that implement EntityMetadataModifier 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. -
Uses of EntityMetadata in org.springframework.data.repository.query
Methods in org.springframework.data.repository.query that return EntityMetadata