Interface TurSNSiteRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<TurSNSite, String>, org.springframework.data.jpa.repository.JpaRepository<TurSNSite, String>, org.springframework.data.repository.ListCrudRepository<TurSNSite, String>, org.springframework.data.repository.ListPagingAndSortingRepository<TurSNSite, String>, org.springframework.data.repository.PagingAndSortingRepository<TurSNSite, String>, org.springframework.data.repository.query.QueryByExampleExecutor<TurSNSite>, org.springframework.data.repository.Repository<TurSNSite, String>
-
Method Summary
Modifier and TypeMethodDescriptionvoidfindAll(@NotNull org.springframework.data.domain.Sort name) findByCreatedBy(org.springframework.data.domain.Sort name, String createdBy) findByName(String name) findByNameIgnoreCase(String name) <S extends TurSNSite>
Ssave(S entity) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, deleteAll, deleteAll, deleteAllById, deleteById, existsByIdMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findAll
-
findByCreatedBy
-
findById
-
findByName
-
findByNameIgnoreCase
-
findByIdNoCache
-
save
@CacheEvict(value={"turSNSitefindAll","turSNSitefindAByCreatedBy","turSNSitefindById","turSNSitefindByName","turSNSitefindByNameIgnoreCase"}, allEntries=true) @NotNull <S extends TurSNSite> S save(@NotNull S entity) -
delete
@CacheEvict(value={"turSNSitefindAll","turSNSitefindAByCreatedBy","turSNSitefindById","turSNSitefindByName","turSNSitefindByNameIgnoreCase"}, allEntries=true) void delete(@NotNull @NotNull TurSNSite turSNSite)
-