Question

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 ?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top