No you don't irritating me, I've made the choice to post an answer.
I don't know if it is possible to create a view thru Hibernate.
I think HQL is only a LMD (french abbr for Data Manipulation Language)
but by using SQL standards for Data Definition (CREATE, ALTER, etc...)
no matter the type of the database (except for MSACCESS ;-)}).
You use the connection given by your hibernate session and you work with the good old JDBC Connection to launch your queries of Data Def.
To be Tested
meet_jijo wrote:
Thanks..
I think i am irritating u a bit...i don't mind.
is it possible to create view,index etc using hibernate for all databases it support..?
my application is not limited to a particular database(type).
Rgrds
Jijo Vincent