Interface RolePermissionsRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<RolePermissions,​java.lang.String>, org.springframework.data.repository.Repository<RolePermissions,​java.lang.String>

    public interface RolePermissionsRepository
    extends org.springframework.data.repository.CrudRepository<RolePermissions,​java.lang.String>
    • Method Summary

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

        count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll