| Package | Description |
|---|---|
| org.springframework.data.rest.core.config |
| Modifier and Type | Method and Description |
|---|---|
<T,ID extends Serializable,R extends org.springframework.data.repository.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 extends Serializable,R extends org.springframework.data.repository.Repository<T,?>> |
EntityLookupRegistrar.forRepository(Class<R> type)
Starts building a custom
EntityLookup for the given repository type. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.