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 2008/11/13 22:10:29 UTC

[Myfaces Wiki] Update of "Extensions/Validator/Getting Started/JPA Support" by GerhardPetracek

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 GerhardPetracek:
http://wiki.apache.org/myfaces/Extensions/Validator/Getting_Started/JPA_Support

------------------------------------------------------------------------------
  = Java Persistence API Support =
  
   * Add myfaces-extval-core-*.jar and myfaces-extval-property-validation-*.jar to the classpath
-  * Use JPA annotations within the model
+  * Use JPA annotations within the model (e.g.: @Column(nullable = false) -> the field is required)
  
  '''That's it!'''