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
Modifier and TypeInterfaceDescriptionstatic interface
EntityLookupRegistrar.LookupRegistrar.Lookup<R extends Repository<? extends Object,
?>, ID> -
Method Summary
Modifier and TypeMethodDescriptionRegisters the givenEntityLookupRegistrar.LookupRegistrar.Lookup
to obtain entity instances.
-
Method Details
-
withLookup
Registers the givenEntityLookupRegistrar.LookupRegistrar.Lookup
to obtain entity instances.- Parameters:
lookup
- must not be null.
-