Hi,
Is there any way to avoid the schema name on HBM files?
I developing a commercial application using Oracle.
In my database we use a schema owner (e.g. "devel") but my customers have many different schema names. So i want the generated mappings not have the schema name.
I customized the templates and lpt files, one of these (entityHbmMapping.lpt) uses SD_NHibernateGeneralUtils.ProduceTargetFullName to return "SchemaName.TableName"
Any comments will be appreciated.