You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2007/03/27 19:12:04 UTC

[Myfaces Wiki] Trivial Update of "Hibernate And MyFaces" by StephanStrittmatter

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by StephanStrittmatter:
http://wiki.apache.org/myfaces/Hibernate_And_MyFaces

------------------------------------------------------------------------------
  [http://wiki.apache.org/myfaces/jsf-spring here]
  
  == Query by Example ==
- If you want to use the query by example feature of Hibernate you will run probably in the pitfall of empty inputText-controls do not return null than empty String for String-properties. For this you can create an NullableStringConverter. An example can be found at [http://jroller.com/page/stritti?entry=jsf_stringconverter_for_null_values].
+ If you want to use the [http://www.hibernate.org/hib_docs/v3/reference/en/html/querycriteria.html query by example] feature of Hibernate you will run probably in the pitfall of empty inputText-controls do not return null than empty String for String-properties. For this you can create an NullableStringConverter. An example can be found at [http://jroller.com/page/stritti?entry=jsf_stringconverter_for_null_values].
  
  == Useful Links ==
   *[http://www.hibernate.org Hibernate]