Interface CenadDAO

All Superinterfaces:
CenadDAOCustom, org.springframework.data.repository.CrudRepository<Cenad,Long>, org.springframework.data.jpa.repository.JpaRepository<Cenad,Long>, org.springframework.data.repository.ListCrudRepository<Cenad,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<Cenad,Long>, org.springframework.data.repository.PagingAndSortingRepository<Cenad,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<Cenad>, org.springframework.data.repository.Repository<Cenad,Long>

public interface CenadDAO extends org.springframework.data.jpa.repository.JpaRepository<Cenad,Long>, CenadDAOCustom
Representa la interfaz que expone para la API los CENADS
Author:
JOSE LUIS PUENTES ALAMOS - MIGUEL PRADA MUNOZ
  • Method Summary

    Modifier and Type
    Method
    Description
    Devuelve una lista de CENADS que contiene ese texto en su nombre

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

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

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

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, 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
  • Method Details

    • findByNombreIgnoreCaseContaining

      List<Cenad> findByNombreIgnoreCaseContaining(@Param("nombre") String txt)
      Devuelve una lista de CENADS que contiene ese texto en su nombre
      Parameters:
      txt - Texto que esta incluido en el nombre de los CENADS buscados
      Returns:
      Devuelve una lista de CENADS que contiene ese texto en su nombre