Yes - I see your point! Perhaps I should elaborate on the problem my team is trying to solve, and see if there is a way Hibernate can accomodate.
From a seperation of concerns and application maintenence standpoint, it would be desirable for my project team to seperate the relational language from our java code and, optionally, externalize that language ( i.e. XML'ize it ).
SQL statements, along with variable substitution, permit this approach quite nicely. Hibernate currently only supports the SQL SELECT methodology via the Query interface ( well, Hibernate's mutation of SQL anyway :=) ).
Regards,
Tim Saker
|