- I have a table with
AlternateBillingEmail
column - historical issue - I have set up an
ImprovedNamingStrategy
in my annotation configuration - many tables are ok - I have added a
@Column(name="AlternateBillingEmail")
on a field in entity
Result - @Column
ignored, I can see alternate_billing_email in hibernate logs, but If I put it on a getter method, it works? Why?