| Hello,
 I am using the INamingStrategy interface to append the string "CFG1_" to all my table name definitions in the .hbm mapping files.
 
 With the cfg.NamingStrategy = new CFG1NamingStrategy () I can add the string to all my tablenames defined in the mapping files.
 
 BUT, there are a FEW tables in my mapping files that do not need the CFG1_ string appended in front of the table name...
 
 So my question is: Is there a way to exclude some of the classes defined in the mapping files from the INamingStrategy technique so the "CFG1_" string is not appended to a certain table name?
 
 Best Regards!
 
 
 |