TestListUniChildDaoJpa.java :  » JPA » entity-pruner » com » saliman » entitypruner » testhelper » list » Java Open Source

Java Open Source » JPA » entity pruner 
entity pruner » com » saliman » entitypruner » testhelper » list » TestListUniChildDaoJpa.java
package com.saliman.entitypruner.testhelper.list;

import javax.ejb.Stateless;

import com.saliman.entitypruner.testhelper.BaseDaoJpa;

/**
 * This class only exists to test the Framework code.
 *
 * @author Steven C. Saliman
 */
@Stateless(name="TestListUniChildDao")
public class TestListUniChildDaoJpa extends BaseDaoJpa<TestListUniChildEntity>
                                implements TestListUniChildDao {
    /**
   * Default Constructor
   */
  public TestListUniChildDaoJpa() {
    super();
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.