Interface EntityLookupRegistrar.LookupRegistrar<T,ID,R extends Repository<T,?>>
- Enclosing interface:
- EntityLookupRegistrar
public static interface EntityLookupRegistrar.LookupRegistrar<T,ID,R extends Repository<T,?>>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceEntityLookupRegistrar.LookupRegistrar.Lookup<R extends Repository<? extends Object,?>, ID> -
Method Summary
Modifier and TypeMethodDescriptionRegisters the givenEntityLookupRegistrar.LookupRegistrar.Lookupto obtain entity instances.
-
Method Details
-
withLookup
Registers the givenEntityLookupRegistrar.LookupRegistrar.Lookupto obtain entity instances.- Parameters:
lookup- must not be null.
-