public static class RepositoryLocator.Mixin extends Object implements RepositoryLocator
RepositoryLocator.Mixin| Constructor and Description |
|---|
Mixin(Iterable<ServiceReference<CrudRepository>> repositories) |
| Modifier and Type | Method and Description |
|---|---|
<T extends HasIdentity> |
find(Class<T> entityType) |
public Mixin(@Service Iterable<ServiceReference<CrudRepository>> repositories)
public <T extends HasIdentity> CrudRepository<T> find(Class<T> entityType)
find in interface RepositoryLocator