[Hibernate] unsubscribe

2005-12-12 Thread David Wanner
unsubscribe Yahoo! Shopping Find Great Deals on Holiday Gifts at Yahoo! Shopping

[Hibernate] hql question

2004-09-14 Thread David Wanner
Is there a term (like READ or READ ONLY) that can be placed on a hql query that specifies the query is just reading database information?  If there is what is the advantage of using the term?    __Do You Yahoo!?Tired of spam? Yahoo! Mail has the best

[Hibernate] Oracle and IS NULL and IS NOT NULL

2004-03-31 Thread David Wanner
our project is presently converting over from using Castor to using Hibernate.  In Castor the IS NULL and IS NOT NULL used on where clauses aren't supported directly, but are supported through the is_defined and is_undefined macros. has anyone used IS NULL and IS NOT NULL successfully in Hibernate.