Hi everyone,
I am trying to persist a List using @ElementCollection annotation. When i try to generate database scripts i dont see DDL auto generating for the string table.
Below is the sample code i am using in an entity:
@ElementCollection
@Column(name = "analysisFactors")
@CollectionTable(name = "analysisFactorTable", joinColumns = @JoinColumn(name = "ID"))
protected List<String> analysisFactorList;[AddressTest.zip|attachment](upload://xYdeQMbNXvNOv83T6WaASMtmMNz.zip) (321.3 KB)
I have attached sample project i am testing.
Cuba Platform Version: 7.0.11
Could you please help me in resolving the issue.
Thank you for the support.