Interface HvlOAuthUserDetailRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<HvlOAuthUserDetail,Long>, tr.com.havelsan.javarch.data.jpa.repository.HvlJpaRepository<HvlOAuthUserDetail>, tr.com.havelsan.javarch.data.jpa.repository.HvlJpaSearchRepository<HvlOAuthUserDetail>, tr.com.havelsan.javarch.data.jpa.repository.HvlJpaSimpleRepository<HvlOAuthUserDetail,Long>, org.springframework.data.jpa.repository.JpaRepository<HvlOAuthUserDetail,Long>, org.springframework.data.repository.ListCrudRepository<HvlOAuthUserDetail,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<HvlOAuthUserDetail,Long>, org.springframework.data.repository.PagingAndSortingRepository<HvlOAuthUserDetail,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<HvlOAuthUserDetail>, org.springframework.data.querydsl.QuerydslPredicateExecutor<HvlOAuthUserDetail>, org.springframework.data.repository.Repository<HvlOAuthUserDetail,Long>

@Repository public interface HvlOAuthUserDetailRepository extends tr.com.havelsan.javarch.data.jpa.repository.HvlJpaRepository<HvlOAuthUserDetail>
Custom interface for generic CRUD operations on a repository for a specific type HvlOAuthUserDetail.
  • 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, getByIdWithDeleted, getByUuid, getByUuidWithDeleted, getDeleteClause, getIdByUuid, getUpdateClause, saveAndFlush, update, updateAll, 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