@NoRepositoryBean public interface JpaRepositoryImplementation<T,ID> extends JpaRepository<T,ID>, JpaSpecificationExecutor<T>
JpaRepository implementations.| Modifier and Type | Method and Description |
|---|---|
default void |
setEscapeCharacter(EscapeCharacter escapeCharacter)
Configures the
EscapeCharacter to be used with the repository. |
void |
setRepositoryMethodMetadata(CrudMethodMetadata crudMethodMetadata)
Configures the
CrudMethodMetadata to be used with the repository. |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllcount, delete, deleteAll, deleteAll, deleteById, existsById, findById, savecount, exists, findAll, findOnevoid setRepositoryMethodMetadata(CrudMethodMetadata crudMethodMetadata)
CrudMethodMetadata to be used with the repository.crudMethodMetadata - must not be null.default void setEscapeCharacter(EscapeCharacter escapeCharacter)
EscapeCharacter to be used with the repository.escapeCharacter - Must not be null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.