Package net.sf.minuteProject.configuration.bean.enrichment.group

Examples of net.sf.minuteProject.configuration.bean.enrichment.group.EntityGroup


    }   
    return list;
  }

  public EntityGroup getDefaultGroup () {
    EntityGroup entityGroup = new EntityGroup();
    for (Table table : getListOfEntities()) {
      entityGroup.getList().add(table.getName());
    }
    return entityGroup;
  }
View Full Code Here

TOP

Related Classes of net.sf.minuteProject.configuration.bean.enrichment.group.EntityGroup

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.