> 1. Does Hibernate allow for fine tuning lazy
> vs. non-lazy loading?  That is, can I
> specify when to uze lazy loading and when
> not to use lazy loading?

You can specify loading strategy per-association.
There is no support for "fetch profiles" currently.

> 2. Does Hibernate allow me to override it
> and specify my own SQL statements in places
> where I want to use specific SQL statements?
> I know I can always choose not to use
> Hibernate in specific portions of my
> application, but if I am okay with most DB
> accesses going through Hibernate, and have
> only very few exceptions, I'd rather specify
> the exact SQL to use via Hibername, instead
> of using my own 'direct to RDBMS access'
> code in parallel.

Heh this is one of those things that should have
been done ages ago but simply never made it to the 
top of the todo list. I think its something that
everyone new to Hibernate assumes that they will
need more often than they actually *do* end up
needing it. (As you say, there is always the
fallback to direct JDBC when really necessary.)
Anyway, this is not at all difficult to implement
and I *will* get onto it eventually.


********** CAUTION - Disclaimer **********
This message may contain privileged and confidential
information. If you are not the intended recipient of this
message (or responsible for delivery of the message to
such person) you are hereby notified that any use,
dissemination, distribution or reproduction of this message
is prohibited. If you have received this message in error,
you should destroy it and kindly notify the sender by reply
e-mail. Please advise immediately if you or your employer
do not consent to Internet e-mail for messages of this kind.
Opinions, conclusions and other information in this
message that do not relate to the official business of
Expert Information Services Pty Ltd ("The Company")
shall be understood as neither given nor endorsed by it.

The Company advises that this e-mail and any attached
files should be scanned to detect viruses. The Company
accepts no liability for loss or damage (whether caused
by negligence or not) resulting from the use of any
attached files.
**EIS******** End of Disclaimer **********



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to