0

how can I create model instance provider class in eclipse?

sonya
  • 1
  • 1

1 Answers1

0

In Eclipse models normally exploit EMF which has the ability to generate Java from the models. An XXXFactory is generated and this has the ability to create instances.

rene
  • 41,474
  • 78
  • 114
  • 152
Ed Willink
  • 1,205
  • 7
  • 8