Hello, world! :)
I want to replace all the queries by Hibernate technology in my project. An there is one problem appeared. I searched such type of relation in all the documentation of Hibernate but have nowhere found it.
All columns in table `Clients`, must have properties, for example, visibility in program, or editability in program. As I see, there must be a table with properties of every column. And there must be one-to-one relationship between every column of a table and a row in the properties table.
Could you please help me in database organization in such case. And how to use this relationship in Hibernate?
Thanx!!!
|