Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dali-dev] Problems with generating DDL for ID-Table Generator

Hi there!

I just encountered that if I annotate an ID in a given entity with an
annotation like this:

	@Id
	@GeneratedValue(strategy=GenerationType.TABLE, generator = "IDGEN")
	@TableGenerator(name="IDGEN", table = "ID_GEN", pkColumnName = "id",
valueColumnName = "value", pkColumnValue = "1")
	private int id;

For my understanding the "Generate DDL.." wizard should also generate DDL
for the table-generator. Is this kind of a missing feature or is it on your
roadmap?

Best Regards,
Robin de Silva Jayasinghe

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top