From hibernate-commits at lists.jboss.org Fri Nov 2 10:27:42 2007 Content-Type: multipart/mixed; boundary="===============2262964641621511546==" MIME-Version: 1.0 From: hibernate-commits at lists.jboss.org To: hibernate-commits at lists.jboss.org Subject: [hibernate-commits] Hibernate SVN: r14177 - core/trunk/documentation/manual/src/main/docbook/en-US/content. Date: Fri, 02 Nov 2007 10:27:42 -0400 Message-ID: --===============2262964641621511546== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: steve.ebersole(a)jboss.com Date: 2007-11-02 10:27:41 -0400 (Fri, 02 Nov 2007) New Revision: 14177 Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_map= ping.xml core/trunk/documentation/manual/src/main/docbook/en-US/content/collectio= n_mapping.xml core/trunk/documentation/manual/src/main/docbook/en-US/content/performan= ce.xml core/trunk/documentation/manual/src/main/docbook/en-US/content/persisten= t_classes.xml core/trunk/documentation/manual/src/main/docbook/en-US/content/tutorial.= xml Log: corrected DTD incongruities Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/ba= sic_mapping.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_ma= pping.xml 2007-11-02 04:31:34 UTC (rev 14176) +++ core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_ma= pping.xml 2007-11-02 14:27:41 UTC (rev 14177) @@ -1821,13 +1821,13 @@ entity-name (optional): The= entity name of the associated class. - formula (optional): an SQL = expression that defines the value for a computed foreign key. + = Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/co= llection_mapping.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/documentation/manual/src/main/docbook/en-US/content/collecti= on_mapping.xml 2007-11-02 04:31:34 UTC (rev 14176) +++ core/trunk/documentation/manual/src/main/docbook/en-US/content/collecti= on_mapping.xml 2007-11-02 14:27:41 UTC (rev 14177) @@ -80,6 +80,14 @@ Collection mappings = + + + There are quite a range of mappings that can be generated = for collections, covering + many common relational models. We suggest you experiment w= ith the schema generation tool + to get a feeling for how various mapping declarations tran= slate to database tables. + + + The Hibernate mapping element used for mapping a collection de= pends upon the type of the interface. For example, a <set>= = @@ -409,12 +417,6 @@ = = - - There are quite a range of mappings that can be generated for = collections, covering = - many common relational models. We suggest you experiment with = the schema generation tool = - to get a feeling for how various mapping declarations translat= e to database tables. - - Collections of values and many-to-many associations = Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/pe= rformance.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/documentation/manual/src/main/docbook/en-US/content/performa= nce.xml 2007-11-02 04:31:34 UTC (rev 14176) +++ core/trunk/documentation/manual/src/main/docbook/en-US/content/performa= nce.xml 2007-11-02 14:27:41 UTC (rev 14177) @@ -829,69 +829,79 @@ = - = - - None of the cache providers support all of the cache concurren= cy strategies. The following table shows - which providers are compatible with which concurrency strategi= es. - = - - Cache Concurrency Strategy Support - - - - - - - - - Cache - read-only - nonstrict-read-write - read-write - transactional - - - - - Hashtable (not intended for production use) - yes - yes - yes - - - - EHCache - yes - yes - yes - - - - OSCache - yes - yes - yes - - - - SwarmCache - yes - yes - - - - - JBoss TreeCache - yes - - - yes - - - -
+ + Cache-provider/concurrency-strategy compatibility</titl= e> = + <important> + <para> + None of the cache providers support all of the cache c= oncurrency strategies. + </para> + </important> + + <para> + The following table shows which providers are compatible w= ith which concurrency strategies. + </para> + + <table frame=3D"topbot"> + <title>Cache Concurrency Strategy Support + + + + + + + + + Cache + read-only + nonstrict-read-write + read-write + transactional + + + + + Hashtable (not intended for production use) + yes + yes + yes + + + + EHCache + yes + yes + yes + + + + OSCache + yes + yes + yes + + + + SwarmCache + yes + yes + + + + + JBoss TreeCache + yes + + + yes + + + + + + +
= Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/pe= rsistent_classes.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/documentation/manual/src/main/docbook/en-US/content/persiste= nt_classes.xml 2007-11-02 04:31:34 UTC (rev 14176) +++ core/trunk/documentation/manual/src/main/docbook/en-US/content/persiste= nt_classes.xml 2007-11-02 14:27:41 UTC (rev 14177) @@ -526,9 +526,12 @@ = = - - TODO: Document user-extension framework in the property and proxy = packages - + + Extentsions + + TODO: Document user-extension framework in the property and pr= oxy packages + + = = Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/tu= torial.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/documentation/manual/src/main/docbook/en-US/content/tutorial= .xml 2007-11-02 04:31:34 UTC (rev 14176) +++ core/trunk/documentation/manual/src/main/docbook/en-US/content/tutorial= .xml 2007-11-02 14:27:41 UTC (rev 14177) @@ -1260,16 +1260,16 @@ = = - - Let's turn this into a small web application. - - = Part 3 - The EventManager web application = + Let's turn the following discussion into a small web applicati= on... + + + A Hibernate web application uses Session an= d Transaction almost like a standalone application. However, some common pat= terns are useful. We now write an EventManagerServlet. This servlet can li= st all events stored in the --===============2262964641621511546==--