Interface EntityLookupRegistrar.IdMappingRegistrar<T,R extends Repository<T,?>>
- Enclosing interface:
- EntityLookupRegistrar
public static interface EntityLookupRegistrar.IdMappingRegistrar<T,R extends Repository<T,?>>
-
Method Summary
Modifier and TypeMethodDescription<ID> EntityLookupRegistrar.LookupRegistrar<T,
ID, R> withIdMapping
(Converter<T, ID> mapping) Registers the givenConverter
to map the entity to its identifying property.
-
Method Details
-
withIdMapping
Registers the givenConverter
to map the entity to its identifying property.- Parameters:
mapping
- must not be null.- Returns:
-