I have made a view to map it to a class
the structure i thouhgt is the same os for CAT Example we have already ,
instead of table i am using CATTableView in hbm.xml
and the class that implements the session factory have the code like
IList<CATView> mlcList = session.CreateCriteria(typeof(CATView)).List<CATView>();
, i also would like to know how can i view the sql statement made by this criteria.
thanks in anticipation
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html