All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.utfpr.porta.repositorio.Anuncio Maven / Gradle / Ivy

The newest version!
package br.com.utfpr.porta.repositorio;

import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;

import br.com.utfpr.porta.modelo.Estabelecimento;
import br.com.utfpr.porta.repositorio.helper.anuncio.AnuncioQueries;

@Repository
public interface Anuncio extends JpaRepository, AnuncioQueries {
	
	public br.com.utfpr.porta.modelo.Anuncio findByCodigoAndEstabelecimento(Long codigo, Estabelecimento estabelecimento); 

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy