Interface TurSNSiteSpotlightDocumentRepository
- All Superinterfaces:
CrudRepository<TurSNSiteSpotlightDocument,,String> JpaRepository<TurSNSiteSpotlightDocument,,String> ListCrudRepository<TurSNSiteSpotlightDocument,,String> ListPagingAndSortingRepository<TurSNSiteSpotlightDocument,,String> PagingAndSortingRepository<TurSNSiteSpotlightDocument,,String> QueryByExampleExecutor<TurSNSiteSpotlightDocument>,Repository<TurSNSiteSpotlightDocument,String>
public interface TurSNSiteSpotlightDocumentRepository
extends JpaRepository<TurSNSiteSpotlightDocument,String>
- Since:
- 0.3.4
- Author:
- Alexandre Oliveira
-
Method Summary
Modifier and TypeMethodDescriptionfindByTurSNSiteSpotlight(TurSNSiteSpotlight turSNSiteSpotlight) Methods inherited from interface CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface ListPagingAndSortingRepository
findAllMethods inherited from interface PagingAndSortingRepository
findAllMethods inherited from interface QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByTurSNSiteSpotlight
-