ajout méthode existsByLibelle pour thematique

Springboot
Victor SOULIER 1 year ago
parent 9c809a024f
commit 67b640d806

@ -6,4 +6,6 @@ import org.springframework.stereotype.Repository;
@Repository
public interface ThematiqueRepository extends CrudRepository<Thematique, Integer> {}
public interface ThematiqueRepository extends CrudRepository<Thematique, Integer> {
public boolean existsByLibelle(String libelle);
}

Loading…
Cancel
Save