Uses of Interface
org.springframework.data.rest.core.config.EntityLookupRegistrar.LookupRegistrar.Lookup
Packages that use EntityLookupRegistrar.LookupRegistrar.Lookup
-
Uses of EntityLookupRegistrar.LookupRegistrar.Lookup in org.springframework.data.rest.core.config
Methods in org.springframework.data.rest.core.config with parameters of type EntityLookupRegistrar.LookupRegistrar.LookupModifier and TypeMethodDescription<T,
ID, R extends Repository<T, ?>>
EntityLookupRegistrarEntityLookupRegistrar.forRepository
(Class<R> type, Converter<T, ID> identifierMapping, EntityLookupRegistrar.LookupRegistrar.Lookup<R, ID> lookup) Registers anEntityLookup
for 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 anEntityLookup
for the given repository type, identifier mapping and lookup operation and registers the domain type managed by the given repository as lookup type.EntityLookupRegistrar.LookupRegistrar.withLookup
(EntityLookupRegistrar.LookupRegistrar.Lookup<R, ID> lookup) Registers the givenEntityLookupRegistrar.LookupRegistrar.Lookup
to obtain entity instances.