Rev 253 | Rev 261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 253 | Rev 259 | ||
|---|---|---|---|
| Line 8... | Line 8... | ||
| 8 | import org.springframework.stereotype.Repository; |
8 | import org.springframework.stereotype.Repository; |
| 9 | 9 | ||
| 10 | import br.com.ec.core.util.DataUtils; |
10 | import br.com.ec.core.util.DataUtils; |
| 11 | import br.com.ec.core.util.VerificadorUtil; |
11 | import br.com.ec.core.util.VerificadorUtil; |
| 12 | import br.com.ec.domain.dto.consulta.ParametrosConsultaVendasDTO; |
12 | import br.com.ec.domain.dto.consulta.ParametrosConsultaVendasDTO; |
| 13 | import br.com.ec.domain.modal.Venda; |
- | |
| - | 13 | import br.com.ec.domain.model.Venda; |
|
| 14 | import br.com.ec.repository.SistemaAbstractRepository; |
14 | import br.com.ec.repository.SistemaAbstractRepository; |
| 15 | import br.com.ec.repository.VendaRepository; |
15 | import br.com.ec.repository.VendaRepository; |
| 16 | 16 | ||
| 17 | @Repository |
17 | @Repository |
| 18 | public class VendaRepositoryJpaImpl extends SistemaAbstractRepository<Venda> implements VendaRepository { |
18 | public class VendaRepositoryJpaImpl extends SistemaAbstractRepository<Venda> implements VendaRepository { |