2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
6 package com
.smartitengineering
.bookstore
.serviceimplementation
;
8 import com
.smartitengineering
.dao
.impl
.hibernate
.AbstractCommonDaoImpl
;
9 import com
.smartitengineering
.domain
.PersistentDTO
;
16 public class AbstractDaoImpl
<T
extends PersistentDTO
> extends AbstractCommonDaoImpl
<T
>{