Auto Quote Keywords¶ Key: hibernate.auto_quote_keyword Env Var: HIBERNATE_AUTO_QUOTE_KEYWORD Default: false Scope: Global Description: Tells hibernate to quote keywords if they are used as column or table names. Examples¶ Env Var HIBERNATE_AUTO_QUOTE_KEYWORD=true Java Option -Dhibernate.auto_quote_keyword=true YAML HIBERNATE_AUTO_QUOTE_KEYWORD: true