Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » ddl-generation: create-or-extend-tables (Not creating Index on a new Field on an existing column)
ddl-generation: create-or-extend-tables [message #1793884] Sat, 18 August 2018 11:15
Umer Qayoom is currently offline Umer QayoomFriend
Messages: 1
Registered: August 2018
Junior Member
I have set the ddl-generation property to "create-or-extend-tables".
After that added a new filed on my already existing entity class.
Added the @Index annotation.
Run the code.
Expectation:
A new column with a index would be create.
Result:
It only creates the new filed and index was not created.
No exception is thrown in the console.

Can you please confirm can i achieve the desired behavior or not?

Previous Topic:Using XmlJavaTypeAdapter(s) to map a third party class
Next Topic:LocalDate and LocalDateTime fields are not mapped to correct database types
Goto Forum:
  


Current Time: Tue May 30 05:01:15 GMT 2023

Powered by FUDForum. Page generated in 0.03096 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top