hi all,
i have a team.hbm.xml file which contains the mappings for my database table.
right now this file contains 3 properties as per my table.
but now my requirement is that when a player logs in, he can access these three properties but when my manager logs in, he has an access to additional columns of the same table.
is there any way that at runtime, i can add properties to my already existing team.hbm.xml file? Similar to something what "org.hibernate.cfg.Configuration" does to the hibernate configuration file.
|