Interface HvlOAuthRoleGroupRoleRelRepository

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

@Repository public interface HvlOAuthRoleGroupRoleRelRepository extends tr.com.havelsan.javarch.data.jpa.repository.HvlJpaRepository<HvlOAuthRoleGroupRoleRel>
Custom interface for generic CRUD operations on a repository for a specific type HvlOAuthRoleGroupRoleRel.
  • 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

    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, findAll, findAll, flush, getOne, getReferenceById, saveAll, saveAllAndFlush

    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