Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Loading data in entity

At this moment to load this sample data into entities/tables defined you can either run "./gradlew loadDefaultloadAll" on console or can directly go here in webtools to load entity xml https://localhost:8443/webtools/control/EntityImport.

Simply put your xml data in " Complete XML document (root tag: entity-engine-xml):" text area and hit "Import Text", as shown in below given image

As you will hit Import Text, it will load data and will show the result as shown below

After completing the data load process again visit Entity Data Maintenance(https://localhost:8443/webtools/control/entitymaint) and check your entities, you will find this data here that you just loaded.


That's it, you have successfully imported the data in the database tables, super easy, right!


...