/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.inbio.ara.eao.identification.impl; import org.inbio.ara.eao.identification.*; import javax.ejb.Stateless; import org.inbio.ara.eao.BaseEAOImpl; import org.inbio.ara.persistence.identification.IdentificationHistory; /** * * @author asanabria */ @Stateless public class IdentificationHistoryEAOImpl extends BaseEAOImpl<IdentificationHistory,Long> implements IdentificationHistoryEAOLocal{ }