Hibernate Summary"

From Documentation
m
m
Line 1: Line 1:
 
{{ZKEssentialsPageHeader}}
 
{{ZKEssentialsPageHeader}}
  
As demonstrated by this tutorial Hibernate is highly configurable and very powerful. This chapter covered the very basic annotations and usage of Hibernate, therefore when employing the power of Hibernate for a larger application we should further explore Hibernate's options such as not allowing null values for certain table columns. For a complete list of Hibernate's annotations please [http://docs.jboss.org/hibernate/annotations/3.5/reference/en/html_single/ | click here].
+
As demonstrated by this tutorial Hibernate is highly configurable and very powerful. This chapter covered the very basic annotations and usage of Hibernate, therefore when employing the power of Hibernate for a larger application we should further explore Hibernate's options such as not allowing null values for certain table columns. For a complete list of Hibernate's annotations please [http://docs.jboss.org/hibernate/annotations/3.5/reference/en/html_single/ click here].
  
 
{{ZKEssentialsPageFooter}}
 
{{ZKEssentialsPageFooter}}

Revision as of 02:29, 10 November 2010

Stop.png This article is out of date, please refer to http://books.zkoss.org/zkessentials-book/master/ for more up to date information.


As demonstrated by this tutorial Hibernate is highly configurable and very powerful. This chapter covered the very basic annotations and usage of Hibernate, therefore when employing the power of Hibernate for a larger application we should further explore Hibernate's options such as not allowing null values for certain table columns. For a complete list of Hibernate's annotations please click here.



Last Update : 2010/11/10

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.