Interface HvlOAuthLookupRepository<HLE extends HvlOAuthLookup>
- Type Parameters:
HLE
- the type parameter
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<HLE,
,Long> tr.com.havelsan.javarch.data.jpa.repository.HvlJpaRepository<HLE>
,tr.com.havelsan.javarch.data.jpa.repository.HvlJpaSearchRepository<HLE>
,tr.com.havelsan.javarch.data.jpa.repository.HvlJpaSimpleRepository<HLE,
,Long> org.springframework.data.jpa.repository.JpaRepository<HLE,
,Long> org.springframework.data.repository.ListCrudRepository<HLE,
,Long> org.springframework.data.repository.ListPagingAndSortingRepository<HLE,
,Long> org.springframework.data.repository.PagingAndSortingRepository<HLE,
,Long> org.springframework.data.repository.query.QueryByExampleExecutor<HLE>
,org.springframework.data.querydsl.QuerydslPredicateExecutor<HLE>
,org.springframework.data.repository.Repository<HLE,
Long>
@Repository
public interface HvlOAuthLookupRepository<HLE extends HvlOAuthLookup>
extends tr.com.havelsan.javarch.data.jpa.repository.HvlJpaRepository<HLE>
Custom interface for generic CRUD operations on a repository for a specific type
HvlOAuthLookup
.-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, save
Methods inherited from interface tr.com.havelsan.javarch.data.jpa.repository.HvlJpaSearchRepository
applyOrder, applyPageable, count, exists, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findOne, findOne, findOne, getEntityManager, getJpaQuery, getJpaSqlQuery, getJpaSqlQuery, query
Methods inherited from interface tr.com.havelsan.javarch.data.jpa.repository.HvlJpaSimpleRepository
deleteByUuid, existsById, existsByIdWithDeleted, existsByUuid, existsByUuidWithDeleted, findAllById, findAllByIdWithDeleted, findAllByUuid, findAllByUuidWithDeleted, findById, findByIdWithDeleted, findByUuid, findByUuidWithDeleted, from, from, getById, getById, getByIdWithDeleted, getByUuid, getByUuidWithDeleted, getDeleteClause, getIdByUuid, getUpdateClause, saveAndFlush, update, updateAll, updateAllWithoutFind, updateAndFlush, updateAndFlushWithoutFind, updateWithoutFind
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getOne, getReferenceById, saveAllAndFlush
Methods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, saveAll
Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
Methods inherited from interface org.springframework.data.querydsl.QuerydslPredicateExecutor
findAll, findBy