Hibernate's Configuration is the most important part in the framework, generally you are going to need to configure Hibernate.cfg.xml, "tabela"
.hbm.xml
, Log4j, SessionFactory.
All this part in ColdFusion 9 is totally transparent, you see is going to need to configure a name for datasource in ColdFusion Administrator, inform this name in Application.cfc, and create the class mapping the table, which in the CF9 does not need getters and setters implementation, because that is implemented automatically by the server.
A good example than I say is post of Rupesh Kumar (Coldfused?)