Interface UserRoleRepo

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

@Repository public interface UserRoleRepo extends GenericRepo<UserRole,UUID>
Repository interface for managing UserRole 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