Interface RolePermissionRepo

All Superinterfaces:
org.springframework.data.repository.CrudRepository<RolePermission,UUID>, GenericRepo<RolePermission,UUID>, org.springframework.data.jpa.repository.JpaRepository<RolePermission,UUID>, org.springframework.data.repository.ListCrudRepository<RolePermission,UUID>, org.springframework.data.repository.ListPagingAndSortingRepository<RolePermission,UUID>, org.springframework.data.repository.PagingAndSortingRepository<RolePermission,UUID>, org.springframework.data.repository.query.QueryByExampleExecutor<RolePermission>, org.springframework.data.repository.Repository<RolePermission,UUID>

@Repository public interface RolePermissionRepo extends GenericRepo<RolePermission,UUID>
Repository interface for managing RolePermission entities.

Extends GenericRepo to inherit common CRUD operations and defines additional queries for user-specific operations.

See Also:
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface com.alpaca.repository.GenericRepo

    countByIds

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, findAll, findAll, flush, getReferenceById, saveAllAndFlush, saveAndFlush

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAll, findAllById, 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