By mitchp
via java.dzone.com
Published: Jun 22 2011 / 10:03
One of the things that I really love about Coldfusion 9 is the hibernate integration (ORM). The only thing that irriates me about using the ORM features is that the generated SQL is hidden away from you the developer. You can set up your ColdFusion application to log the generated SQL to a file or to the console (using this.ormsettings.logSQL), but I really like having it in the ColdFusion debugging template like my straight SQL queries.



Add your comment