Fixes bug #9798
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@73633 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
d47697a625
commit
a5f6904cdb
|
@ -13,13 +13,13 @@ import org.springframework.beans.factory.annotation.Qualifier;
|
||||||
import org.springframework.stereotype.Repository;
|
import org.springframework.stereotype.Repository;
|
||||||
|
|
||||||
import com.rjconsultores.ventaboletos.dao.PrecioVentajaDAO;
|
import com.rjconsultores.ventaboletos.dao.PrecioVentajaDAO;
|
||||||
import com.rjconsultores.ventaboletos.entidad.ConexionCtrl;
|
|
||||||
import com.rjconsultores.ventaboletos.entidad.PrecioVentaja;
|
import com.rjconsultores.ventaboletos.entidad.PrecioVentaja;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author Igor
|
* @author Igor
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("unchecked")
|
||||||
@Repository("precioVentajaDAO")
|
@Repository("precioVentajaDAO")
|
||||||
public class PrecioVentajaHibernateDAO extends GenericHibernateDAO<PrecioVentaja, Integer>
|
public class PrecioVentajaHibernateDAO extends GenericHibernateDAO<PrecioVentaja, Integer>
|
||||||
implements PrecioVentajaDAO {
|
implements PrecioVentajaDAO {
|
||||||
|
|
Loading…
Reference in New Issue