Add some service to PublicationHouseServiceImpl file
[smart-bookstore.git] / ServiceImplementation / src / main / java / com / smartitengineering / bookstore / serviceimplementation / AbstractDaoImpl.java
blob0bbe3160270531c1e9c64533f3e922ee56844696
1 /*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
6 package com.smartitengineering.bookstore.serviceimplementation;
8 import com.smartitengineering.dao.impl.hibernate.AbstractCommonDaoImpl;
9 import com.smartitengineering.domain.PersistentDTO;
12 /**
14 * @author modhu7
16 public class AbstractDaoImpl<T extends PersistentDTO> extends AbstractCommonDaoImpl<T>{