| Package | Description |
|---|---|
| org.springframework.data.jpa.repository.support |
JPA repository implementations.
|
| Modifier and Type | Method and Description |
|---|---|
protected CrudMethodMetadata |
SimpleJpaRepository.getRepositoryMethodMetadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
JpaRepositoryImplementation.setRepositoryMethodMetadata(CrudMethodMetadata crudMethodMetadata)
Configures the
CrudMethodMetadata to be used with the repository. |
void |
SimpleJpaRepository.setRepositoryMethodMetadata(CrudMethodMetadata crudMethodMetadata)
Configures a custom
CrudMethodMetadata to be used to detect LockModeTypes and query hints to be
applied to queries. |
| Constructor and Description |
|---|
QuerydslJpaPredicateExecutor(JpaEntityInformation<T,?> entityInformation,
javax.persistence.EntityManager entityManager,
EntityPathResolver resolver,
CrudMethodMetadata metadata)
Creates a new
QuerydslJpaPredicateExecutor from the given domain class and EntityManager and uses
the given EntityPathResolver to translate the domain class into an EntityPath. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.