When investigating some options with the Hbm* classes and the XML Schema, I noticed a possible typo in the XSD and the HbmCustomSQL class.
There's an attribute/property called "collable" and I think it means "callable". Currently, the code for class binding is only checking for "callable", which I *think* means that people using things like sql-insert (custom SQL) will not be able to achieve this functionality. I'm happy to submit a patch, but I wanted to ping the primary developers/maintainers to make sure there wasn't something else I'm missing or not thinking of. Thanks! Chad
