Hibernate. How can we set name of PK/FK using annotations?

Posted by Max on Stack Overflow See other posts from Stack Overflow or by Max
Published on 2010-03-18T07:08:54Z Indexed on 2010/03/18 7:11 UTC
Read the original article Hit count: 279

Filed under:
|
|

We have hibernate-based system and customer wants to get human-readable names of PK and FK. In our project we use annotated entity classes.

Is it renaming possible?

© Stack Overflow or respective owner

Related posts about java

Related posts about hibernate