Uses of Interface
org.springframework.data.rest.core.config.EntityLookupRegistrar
Packages that use EntityLookupRegistrar
-
Uses of EntityLookupRegistrar in org.springframework.data.rest.core.config
Methods in org.springframework.data.rest.core.config that return EntityLookupRegistrarModifier and TypeMethodDescription<T,ID, R extends Repository<T, ?>>
EntityLookupRegistrarEntityLookupRegistrar.forRepository(Class<R> type, Converter<T, ID> identifierMapping, EntityLookupRegistrar.LookupRegistrar.Lookup<R, ID> lookup) Registers anEntityLookupfor the given repository type, identifier mapping and lookup operation.<T,ID, R extends Repository<T, ?>>
EntityLookupRegistrarEntityLookupRegistrar.forValueRepository(Class<R> type, Converter<T, ID> identifierMapping, EntityLookupRegistrar.LookupRegistrar.Lookup<R, ID> lookup) Registers anEntityLookupfor the given repository type, identifier mapping and lookup operation and registers the domain type managed by the given repository as lookup type.RepositoryRestConfiguration.withEntityLookup()Returns theEntityLookupRegistrarto create customEntityLookupinstances registered in the configuration.EntityLookupRegistrar.LookupRegistrar.withLookup(EntityLookupRegistrar.LookupRegistrar.Lookup<R, ID> lookup) Registers the givenEntityLookupRegistrar.LookupRegistrar.Lookupto obtain entity instances.