Search results
From Documentation
Page title matches
- The next step is to setup Hibernate to use a database. HSQL DB, a java-based SQL DBMS, can be downloaded from t ...depends on how you map your Java objects. (Note: if you're using eclipse, hibernate.cfg.xml should be placed under src folder of Java Resources)4 KB (483 words) - 10:38, 19 January 2022
- ...lational mapping (ORM) solution for the Java language. The main feature of Hibernate is that it simplifies the job of accessing a database.231 bytes (28 words) - 04:09, 19 July 2010
- Before using Hibernate, you have to install it into your application first. ...rnate annotations''' from [http://www.hibernate.org/ Hibernate (http://www.hibernate.org)]473 bytes (58 words) - 10:38, 19 January 2022
- #REDIRECT [[Small Talks/2006/September/Hibernate + ZK]]55 bytes (6 words) - 07:58, 20 September 2010
- #REDIRECT [[Small Talks/2006/March/Hibernate + Spring + ZK]]60 bytes (7 words) - 07:58, 20 September 2010
- ::Applicable to Hibernate 3.1 and later. ...me to time. Though Thomas Muller (Oberinspector) has proposed a new set of Hibernate utilities (see [http://en.wikibooks.org/wiki/ZK/How-Tos/HowToHandleHibernat14 KB (1,970 words) - 09:23, 2 November 2011
- ...ring] is an all rounder framework, but one of its key uses is for managing Hibernate resources in relation to connectivity to a database. Note this is not THE way of integrating ZK with Hibernate and Spring there are many ways but for presentation purposes I am going to14 KB (2,020 words) - 04:15, 20 January 2022
- |version=ZK5+/6, Spring 3, Hibernate 3.6 ...us article to illustrates how you can use the latest ZK 5/6, Spring 3, and Hibernate 3.6 to create a simple project that loads data from MySQL database.25 KB (3,076 words) - 04:18, 20 January 2022
- |version=ZK 5, 6 , Spring 3, Hibernate 3.6 ...us article to illustrates how you can use the latest ZK 5/6, Spring 3, and Hibernate 3.6 to create a simple project that loads data from MySQL database.25 KB (3,076 words) - 04:19, 20 January 2022
- |version=ZK 6.0.1, Hibernate 3.6.8 ...x component I will demonstrate how to present huge data from database with Hibernate.6 KB (900 words) - 04:20, 20 January 2022
- ...s Hibernate Dcumentation]. The example we give in this chapter is based on Hibernate '''4.0.0.final''' and Spring '''3.1.2.RELEASE'''. ...persistence layer. This pattern encapsulates data access codes written by Hibernate API from business tier. A DAO object exposes an interface to business objec24 KB (3,146 words) - 04:34, 5 February 2024
- This section discusses using ZK with a Hibernate.148 bytes (11 words) - 09:30, 1 September 2010
- ...r a complete list of Hibernate's annotations please [http://docs.jboss.org/hibernate/annotations/3.5/reference/en/html_single/ click here].562 bytes (75 words) - 00:05, 29 March 2013
- ...otation case in this page, we have tested ZK version 3.6.2 works fine with Hibernate Version 3.3 and hsqldb 1.8. Tested at 2009/06/10.208 bytes (22 words) - 04:08, 19 July 2010
- ...ks.zkoss.org/wiki/ZK_Developer%27s_Reference/Integration/Persistence_Layer/Hibernate}} ...lational mapping (ORM) solution for the Java language. The main feature of Hibernate is that it simplifies the job of accessing a relational database.12 KB (1,546 words) - 04:33, 5 February 2024
- import org.hibernate.Session; import org.zkoss.zkplus.hibernate.HibernateUtil;1 KB (152 words) - 10:38, 19 January 2022
- The next step is to tell Hibernate how to map this persistent class with database.1 KB (137 words) - 10:38, 19 January 2022
- ...ernate how to load and store objects of the persistent class, one is using Hibernate mapping file, and the other is using Java Annotation. <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"3 KB (329 words) - 10:38, 19 January 2022
- 1 KB (133 words) - 10:38, 19 January 2022
- ...ust the DAOs so they can access a persistent model powered by HSQLDB using Hibernate. ...ly Hibernate will be used, however, there are many other examples of using Hibernate along with Spring available on the web.3 KB (502 words) - 00:05, 29 March 2013
Page text matches
- Before using Hibernate, you have to install it into your application first. ...rnate annotations''' from [http://www.hibernate.org/ Hibernate (http://www.hibernate.org)]473 bytes (58 words) - 10:38, 19 January 2022
- ...r a complete list of Hibernate's annotations please [http://docs.jboss.org/hibernate/annotations/3.5/reference/en/html_single/ click here].562 bytes (75 words) - 00:05, 29 March 2013
- To make ZK works with Hibernate smoothly, you have to use the following utilities. <!-- Hibernate SessionFactory lifecycle -->1 KB (121 words) - 10:38, 19 January 2022
- ...lational mapping (ORM) solution for the Java language. The main feature of Hibernate is that it simplifies the job of accessing a database.231 bytes (28 words) - 04:09, 19 July 2010
- ...ust the DAOs so they can access a persistent model powered by HSQLDB using Hibernate. ...ly Hibernate will be used, however, there are many other examples of using Hibernate along with Spring available on the web.3 KB (502 words) - 00:05, 29 March 2013
- #REDIRECT [[Small Talks/2006/September/Hibernate + ZK]]55 bytes (6 words) - 07:58, 20 September 2010
- This section discusses using ZK with a Hibernate.148 bytes (11 words) - 09:30, 1 September 2010
- #REDIRECT [[Small Talks/2006/March/Hibernate + Spring + ZK]]60 bytes (7 words) - 07:58, 20 September 2010
- ...ernate how to load and store objects of the persistent class, one is using Hibernate mapping file, and the other is using Java Annotation. <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"3 KB (329 words) - 10:38, 19 January 2022
- The next step is to setup Hibernate to use a database. HSQL DB, a java-based SQL DBMS, can be downloaded from t ...depends on how you map your Java objects. (Note: if you're using eclipse, hibernate.cfg.xml should be placed under src folder of Java Resources)4 KB (483 words) - 10:38, 19 January 2022
- ...ection provides information on using backend frameworks such as Spring and Hibernate with ZK.198 bytes (18 words) - 09:25, 1 September 2010
- ...er is able to leverage any application or ORM framework such as Spring and Hibernate without the need to perform any special tasks. If you are familiar with Hibernate you do not need to read any further as the standard List of objects retriev1 KB (175 words) - 00:05, 29 March 2013
- ...g sections of our application to make good use of persistent storage using Hibernate.262 bytes (29 words) - 00:04, 29 March 2013
- ...otation case in this page, we have tested ZK version 3.6.2 works fine with Hibernate Version 3.3 and hsqldb 1.8. Tested at 2009/06/10.208 bytes (22 words) - 04:08, 19 July 2010
- ...ce of building a light weight Web Application based on Java EE 6(Weld CDI, Hibernate JPA), simple web container (Jetty or Tomcat) and ZK. =Hibernate JPA as Persistence=1,005 bytes (143 words) - 04:32, 7 August 2012
- A common pattern in Hibernate is to make use of a <mp>HibernateUtil</mp>. This is a class which provides // Create the SessionFactory from standard (hibernate.cfg.xml)6 KB (803 words) - 00:05, 29 March 2013
- ...ks.zkoss.org/wiki/ZK_Developer%27s_Reference/Integration/Persistence_Layer/Hibernate}} ...lational mapping (ORM) solution for the Java language. The main feature of Hibernate is that it simplifies the job of accessing a relational database.12 KB (1,546 words) - 04:33, 5 February 2024
- ...se JDBC or other persistence framework, such as [http://www.hibernate.org/ Hibernate].443 bytes (64 words) - 03:43, 19 July 2010
- ...a and a set of mapped classes. In the previous section, we've explored the Hibernate configuration file and highlighted the following lines: <property name="hibernate.hbm2ddl.auto">create-drop</property>7 KB (1,183 words) - 00:05, 29 March 2013
- ::Applicable to Hibernate 3.1 and later. ...me to time. Though Thomas Muller (Oberinspector) has proposed a new set of Hibernate utilities (see [http://en.wikibooks.org/wiki/ZK/How-Tos/HowToHandleHibernat14 KB (1,970 words) - 09:23, 2 November 2011