سؤال

I have a table with properties defined like this : @Column(name="\"SERIAL#\"")

When Hibernate inserts data, everything works fine. But it comes to Hibernate-Envers(HE), HE forgets to surround the field name with doublequotes.

How can i force it to use the doublequotes aroud the fields ?

لا يوجد حل صحيح

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top