Package org.objectweb.speedo.generation.generator.home.ejb

Examples of org.objectweb.speedo.generation.generator.home.ejb.EJBHomeGenerator


 
  @Override
    protected AbstractVelocityGenerator[] getGenerators() {
      return new AbstractVelocityGenerator[]{
                new FieldsGenerator(Personality.EJB),
                new EJBHomeGenerator(Personality.EJB),
                new ObjectIdGenerator(Personality.EJB)};
    }
View Full Code Here

TOP

Related Classes of org.objectweb.speedo.generation.generator.home.ejb.EJBHomeGenerator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.