|
|
@ -4,11 +4,4 @@ import info.bukova.isspst.dao.MaterialDao;
|
|
|
|
import info.bukova.isspst.data.Material;
|
|
|
|
import info.bukova.isspst.data.Material;
|
|
|
|
|
|
|
|
|
|
|
|
public class MaterialDaoJPA extends BaseDaoJPA<Material> implements MaterialDao {
|
|
|
|
public class MaterialDaoJPA extends BaseDaoJPA<Material> implements MaterialDao {
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
|
|
|
public String getEntityName() {
|
|
|
|
|
|
|
|
return Material.class.getSimpleName();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|