Uses of Interface
org.springframework.data.rest.core.config.EntityLookupRegistrar.IdMappingRegistrar
Packages that use EntityLookupRegistrar.IdMappingRegistrar
-
Uses of EntityLookupRegistrar.IdMappingRegistrar in org.springframework.data.rest.core.config
Methods in org.springframework.data.rest.core.config that return EntityLookupRegistrar.IdMappingRegistrarModifier and TypeMethodDescription<T,ID, R extends Repository<T, ?>>
EntityLookupRegistrar.IdMappingRegistrar<T,R> EntityLookupRegistrar.forLookupRepository(Class<R> type) Starts building a customEntityLookupfor the given repository type and registers the domain type of the given repository as lookup type.<T,ID, R extends Repository<T, ?>>
EntityLookupRegistrar.IdMappingRegistrar<T,R> EntityLookupRegistrar.forRepository(Class<R> type) Starts building a customEntityLookupfor the given repository type.