| Package | Description |
|---|---|
| org.springframework.data.rest.core.config |
| Modifier and Type | Method and Description |
|---|---|
<T,ID,R extends Repository<T,?>> |
EntityLookupRegistrar.forLookupRepository(Class<R> type)
Starts building a custom
EntityLookup for the given repository type and registers the domain type of the
given repository as lookup type. |
<T,ID,R extends Repository<T,?>> |
EntityLookupRegistrar.forRepository(Class<R> type)
Starts building a custom
EntityLookup for the given repository type. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.