Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | 4 | ||
| - | 5 | import br.com.ec.core.generic.GenericRepository; |
|
| 5 | import br.com.ec.domain.model.Categoria; |
6 | import br.com.ec.domain.model.Categoria; |
| 6 | import br.com.ec.domain.model.IndicadorDRE; |
7 | import br.com.ec.domain.model.IndicadorDRE; |
| 7 | import br.edu.cesmac.core.generic.GenericRepository; |
- | |
| 8 | 8 | ||
| 9 | public interface CategoriaRepository extends GenericRepository<Categoria> { |
9 | public interface CategoriaRepository extends GenericRepository<Categoria> { |
| 10 | 10 | ||
| 11 | List<Categoria> consultarCategoriasPaiAtivas(String tipoCategoria); |
11 | List<Categoria> consultarCategoriasPaiAtivas(String tipoCategoria); |
| 12 | 12 | ||