java - To_char in hibernate join -


Is there any way to get the following snippet in Hibernate 3.3? @ManyToOne @ JoinColumnsOrFormulas ({@JoinColumnOrFormula (formula = JoinFormula (value = "to_char (id)", referenced columnname = "product_idnf")}} @tech (FetchMode.JOIN) private Product Productivity;

It has been implemented in Hibernate 3.5+, but I want to do the same in 3.3.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -