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 givenConverterto map the entity to its identifying property.
-
Method Details
-
withIdMapping
Registers the givenConverterto map the entity to its identifying property.- Parameters:
mapping- must not be null.- Returns:
-