Hi

Is there any way to have multiple ID's in one Entity? Corresponding JPA it should be possible. But trying in the designer I get: Exaclty one 'Id' field per Entity Class must be used. Although it is not named 'Id'. Would be saving a lot of work, when this is enabled.

Best Regards

Alexis

asked 18.11.2014 at 15:00

Alexis's gravatar image

Alexis
(suspended)
accept rate: 66%


To get the full feature set of JPA I copied the generated entity class from "src_dataClasses" to the "src" directory (with package directories) and deleted the entity class in Axon.ivy.

Now I can manage the entity classes in pure java. Also the "Generate Schema" button in the Persistence screen is working.

link

answered 18.11.2014 at 17:39

HaraldWeber's gravatar image

HaraldWeber
(suspended)
accept rate: 33%

edited 18.11.2014 at 17:40

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×32

Asked: 18.11.2014 at 15:00

Seen: 1,801 times

Last updated: 18.11.2014 at 17:40