/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.inbio.ara.eao.transaction.impl; import org.inbio.ara.eao.transaction.*; import javax.ejb.Stateless; import org.inbio.ara.eao.BaseEAOImpl; import org.inbio.ara.persistence.transaction.TransactionType; /** * * @author echinchilla */ @Stateless public class TransactionTypeEAOImpl extends BaseEAOImpl<TransactionType, Long> implements TransactionTypeEAOLocal { // Add business logic below. (Right-click in editor and choose // "Insert Code > Add Business Method" or "Web Service > Add Operation") }