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

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -