Commit Graph

554 Commits

Author SHA1 Message Date
adamw 61bd52fb34 HHH-6036: Moving the "mapping exceptions" chapter of Envers docs 2011-03-31 13:49:44 +02:00
David Mansfield 5b5ec673b4 HHH-3646 - documentation for Criteria query of collection-of-component and collection-of-scalar functionality 2011-03-30 12:23:20 -05:00
David Mansfield 90fdca9053 HHH-3646 - throw a better exception when criteria is placed directly on component
In the CriteriaQueryTranslator, we process the path given by
a SubCriteria object looking for the entity name for the property. If
the SubCriteria was mistakenly created on a component type, we will exit
the loop using the owning entity, and will eventually end up failing
(throwing an exception) trying to lookup up the restricted property
against the entity, instead of against the component. Fix this by
throwing a more informative exception, and modify the documentation to
be explicit about how to do this properly.
2011-03-30 12:23:20 -05:00
adamw e0431adca9 HHH-6023: a citation pointing to the Envers User Guide in "take it further" 2011-03-30 19:01:19 +02:00
adamw 7501fdea53 HHH-6023: "take it further" for Envers 2011-03-30 17:59:48 +02:00
Strong Liu 801e59e606 HHH-6058 - Error in mapping file in Event.hbm.xml file for documentation in download 2011-03-30 19:03:05 +08:00
Strong Liu 8a7d14203d HHH-6057 documentation, hibernate.cfg.xml references wrong hbm path 2011-03-30 18:58:08 +08:00
Steve Ebersole ba71fe0132 HHH-6036 - integration documentation generation 2011-03-29 15:14:09 -05:00
Manuel Bernhardt 93569a6c82 HHH-5947 Clarifying the documentation 2011-03-28 15:13:10 +02:00
Manuel Bernhardt cf9391f40d HHH-5947 Clarifying the documentation 2011-03-28 15:13:09 +02:00
Steve Ebersole 753b95729a HHH-5913 - Implement set of event listeners as a service 2011-03-28 08:03:11 -05:00
Strong Liu d55e33c919 HHH-6036 - ignore publican temp output directory 2011-03-24 16:10:21 +08:00
Strong Liu 8c56875fc5 HHH-6036 integration documentation generation 2011-03-22 23:39:53 +08:00
Steve Ebersole 0af3a39c86 HHH-5650 - Pull documentation building into 'release' module 2011-03-18 14:05:51 -05:00
Steve Ebersole fcc4593eb3 HHH-5650 - Pull documentation building into 'release' module 2011-03-18 12:39:01 -05:00
Misty Stanley-Jones 29a90c3aa8 Adding Dev Guide 2011-03-16 02:29:48 +10:00
Emmanuel Bernard a829d9c1c7 Clean documentation 2011-02-23 15:38:45 -06:00
Emmanuel Bernard 77c8d31ee1 HHH-5916 Add doc for PersisterClassProvider 2011-02-23 15:38:45 -06:00
Gail Badner 078dc94055 HHH-4878 : document materialized blob/clob, text/image and minor corrections 2011-02-23 15:18:44 -06:00
Strong Liu cc4055d50c merge https://github.com/hibernate/hibernate-core/pull/20 2010-12-03 22:39:38 +08:00
Strong Liu 12a0baeaa4 update document for the new adding dialect and also updated some steal dialect info 2010-12-03 22:30:51 +08:00
Erik-Berndt Scheper fb8ec5e3f9 HHH-5761 - Update source repository links in Envers documentation 2010-12-02 15:56:30 +01:00
Erik-Berndt Scheper de1d2a6247 HHH-5371 - Document sql table partitioning for audit tables 2010-11-24 13:58:54 +01:00
mstanleyjones 70f53da5da Edited Envers chapter 2010-10-13 14:27:28 +10:00
mstanleyjones e34e464103 Edited the JPA chapter. 2010-10-13 14:12:31 +10:00
mstanleyjones 5d6317e715 Edit the Annotations tutorial. 2010-10-13 13:35:50 +10:00
Misty Stanley-Jones 8c809ab976 Edits to Getting Started Guide 2010-10-13 11:36:27 +10:00
Erik-Berndt Scheper 6c6e6ab193 HHH-5371 Support revend timestamp to enable audit table partioning by time
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20775 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-10-04 18:11:33 +00:00
Steve Ebersole 4b84e848dd Updating pom versions to /home/steve/projects/hibernate/core/trunk for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20753 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 20:56:44 +00:00
Steve Ebersole 909ff003bd Updating pom versions to /home/steve/projects/hibernate/core/trunk for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20751 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 20:55:58 +00:00
Hardy Ferentschik d4f8eddc1a HHH-5190 added documentation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20750 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 12:50:23 +00:00
Emmanuel Bernard 4e2887c0c0 HHH-4510 Rename @ReadWriteExpression to @ColumnTransformer
It relates to the ResultTransformer we have but at the column level

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20748 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 09:44:15 +00:00
Emmanuel Bernard 768088881b HHH-4510 Allow forColumn to be left if a property has a single column
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20746 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 09:12:51 +00:00
Erik-Berndt Scheper 558d9469e0 HHH5371 - Rollback until after 3.6.0 release as per Adam's request via IM
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20745 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-28 23:50:53 +00:00
Erik-Berndt Scheper b258e58e69 HHH-5371 - Add support for REVEND_TSTMP which will enable audit table partitioning
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20744 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-28 22:24:09 +00:00
Hardy Ferentschik 5fc7e88533 HHH-5205 Updated documentation about @Source
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20742 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-28 16:39:06 +00:00
Emmanuel Bernard 7d167768d2 HHH-4510 Merge @ReadExpression and @WriteExpression in @ReadWriteExpression
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20729 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-27 22:09:02 +00:00
Emmanuel Bernard 51bf38d4b0 HHH-4510 Add support for column-levle custom read/write expression
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20728 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-27 22:07:44 +00:00
Erik-Berndt Scheper 122d54fee8 HHH-5560 - Rename Envers ValidAuditTimeStrategy to ValidityAuditStrategy
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20718 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-26 19:56:28 +00:00
Adam Warski dde16433ad Minor corrections to the tutorial
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20665 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-20 13:44:04 +00:00
Strong Liu d90cc02c06 HHH-5568 correct wrong format in document
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20648 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-16 06:36:49 +00:00
Steve Ebersole 3eb9c70d44 Updating pom versions to 3.6.0-SNAPSHOT for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20644 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-15 18:26:18 +00:00
Steve Ebersole 743dd39cc9 Updating pom versions to 3.6.0.CR1 for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20642 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-15 18:25:47 +00:00
Steve Ebersole be7fc3798c HHH-5441 - Create "Getting Started Guide"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20639 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-15 17:25:58 +00:00
Steve Ebersole dedd57ef71 HHH-5468 - Write a chapter about setting up database access
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20624 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-11 19:18:58 +00:00
Steve Ebersole 7803cb5b81 HHH-5468 - Write a chapter about setting up database access
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20623 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-11 19:18:00 +00:00
Steve Ebersole 9a3e4229fd HHH-5446 - Write an envers tutorial guide
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20345 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-10 20:19:35 +00:00
misty 6299d0845b Edits to the Getting Started Guide
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20307 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-03 06:55:53 +00:00
Steve Ebersole ea855dc9b2 Updating pom versions to 3.6.0-SNAPSHOT for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20302 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-01 17:03:05 +00:00
Steve Ebersole 39369ad100 Updating pom versions to 3.6.0.Beta4 for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20300 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-01 17:02:23 +00:00
Steve Ebersole 2078334548 HHH-5466 - Create "Developer Guide"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20298 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-01 15:33:30 +00:00
Steve Ebersole 0b6e54aa82 HHH-5441 - Create "Getting Started Guide"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20293 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-31 18:19:55 +00:00
Steve Ebersole e79afeb588 HHH-5445 - Write a jpa/entitymanager tutorial guide
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20292 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-31 17:59:31 +00:00
Steve Ebersole 8176661952 HHH-5444 - Write annotations tutorial chapter
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20287 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-31 13:03:19 +00:00
Steve Ebersole 2778bcd212 HHH-5442 - Write native tutorial chapter
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20286 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-31 12:43:29 +00:00
Steve Ebersole df3b5147c7 HHH-5442 - Write native tutorial chapter
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20285 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-31 11:09:44 +00:00
Steve Ebersole b4ac7275e5 HHH-5441 - Create "Getting Started Guide" - separate tutorial project for bundling
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20278 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-27 21:44:31 +00:00
Steve Ebersole 1532e22327 HHH-5441 - Create "Getting Started Guide" - separate tutorial project for bundling
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20277 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-27 21:44:03 +00:00
Steve Ebersole f5194940ec HHH-5464 - Write a chapter about obtaining Hibernate
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20258 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-24 17:19:03 +00:00
Steve Ebersole 034c7b77c1 HHH-5444 - Write annotations tutorial chapter
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20255 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-24 17:15:42 +00:00
Steve Ebersole adc1ab6c02 HHH-5442 - Write native tutorial chapter
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20249 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-24 15:45:32 +00:00
Adam Warski 1065aa72a7 HHH-5197:
quickstart covers also direct Hibernate usage

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20217 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-22 10:28:50 +00:00
misty d3998b672e Rolling back to the last version Steve worked on (20171)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20202 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-20 05:23:28 +00:00
misty ca1f02f4c9 HHH-5541
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20200 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-20 01:01:03 +00:00
misty 0c5c9874e6 HHH-5541 Edited Native tutorial to clarify options. Left some comments for questions I have.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20199 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-20 00:30:53 +00:00
Steve Ebersole fa587d4da7 Updating pom versions to 3.6.0-SNAPSHOT for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20171 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-18 18:47:29 +00:00
Steve Ebersole a03a767866 Updating pom versions to 3.6.0.Beta3 for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20169 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-18 18:46:58 +00:00
Hardy Ferentschik 67a59a3ea6 HHH-5485 Move hiberante dtd files from http://hibernate.sourceforge.net to http://www.hibernate.org/dtd
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20154 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-17 14:13:58 +00:00
Steve Ebersole c2e3712ddc HHH-5441 - Create "Getting Started Guide"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20152 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-16 21:10:23 +00:00
Steve Ebersole 54ae3b1dae HHH-5441 - Create "Getting Started Guide"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20151 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-16 18:42:39 +00:00
misty 5c8aa8b292 File naming error
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20150 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-16 06:43:06 +00:00
misty 1ec99eab12 Adding CDATA to the XML examples
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20149 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-16 06:39:11 +00:00
misty c4e630364a Line edits regarding HHH-5441
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20148 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-15 23:30:30 +00:00
misty 916a6ecb3e Line edits regarding HHH-5441
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20147 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-15 23:30:03 +00:00
Steve Ebersole 4857ccd369 HHH-5466 - Create "Developer Guide"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20146 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-15 15:51:53 +00:00
Steve Ebersole f31242f769 HHH-5441 - Create "Getting Started Guide"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20144 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-15 15:36:50 +00:00
Steve Ebersole 5decc14492 HHH-5441 - Create "Getting Started Guide"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20137 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-13 13:15:52 +00:00
Steve Ebersole 31ef7e5f7a HHH-5468 - Write a chapter about setting up database access
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20134 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-11 20:37:49 +00:00
Steve Ebersole 6003d708b0 HHH-5466 - Create "Developer Guide"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20133 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-11 19:18:05 +00:00
Steve Ebersole 13ca84e6c4 HHH-5442 - Create a "quick start" guide
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20132 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-11 16:06:22 +00:00
Steve Ebersole 8c9c64b1eb HHH-5442 - Create a "quick start" guide
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20131 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-10 20:57:50 +00:00
Steve Ebersole 43537cf45e HHH-5438 - Skip deployment of "irrelevant" modules
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20119 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-06 22:00:52 +00:00
Steve Ebersole 99b111d613 HHH-5442 - Create a "quick start" guide
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20118 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-06 21:34:44 +00:00
Steve Ebersole 00a1085b7c Updating pom versions to 3.6.0-SNAPSHOT for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20114 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-04 15:53:09 +00:00
Steve Ebersole 7ccd261444 Updating pom versions to 3.6.0.Beta2 for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20112 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-04 15:52:39 +00:00
Sanne Grinovero dc6fe99c37 HHH-5259 Invalid reflection optimization configuration property name in Hibernate documentation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20098 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-02 21:19:55 +00:00
Emmanuel Bernard baa9e9854a Rename 'JBoss' to 'JBoss AS'
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20076 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-29 17:31:57 +00:00
Emmanuel Bernard 4d9e5c12c7 HHH-5423 Provide a JBoss TS TransactionManagerLookup implementation for standalone (non JNDI) usage
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20075 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-29 17:31:28 +00:00
Steve Ebersole c508fd2652 HHH-5283 - Add BasicType handling of java.net.URL
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20022 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-23 17:00:19 +00:00
Steve Ebersole ca051ab834 Updating pom versions to 3.6.0-SNAPSHOT for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20001 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 20:35:55 +00:00
Steve Ebersole 173817e56a Updating pom versions to 3.6.0.Beta1 for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19999 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 20:35:16 +00:00
Steve Ebersole 48a5e04caa HHH-5397 - Odds and ends from documentation merge : fixed <programlisting/> rendering issue
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19991 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 06:00:52 +00:00
Steve Ebersole 0303d88761 HHH-5397 - Odds and ends from documentation merge
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19989 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 05:44:34 +00:00
Steve Ebersole f7af0da1ce HHH-5397 - Odds and ends from documentation merge : architecture.xml - removed duplicated discussion of object states
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19988 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 05:39:40 +00:00
Steve Ebersole 1d434437d5 HHH-5397 - Odds and ends from documentation merge : had types.xml in wrong position
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19986 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 05:33:45 +00:00
Steve Ebersole d7443d7517 HHH-5397 - Odds and ends from documentation merge : architecture.xml + POT and PO
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19983 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 05:27:58 +00:00
Steve Ebersole 5857f0dfc5 HHH-5397 - Odds and ends from documentation merge : types.xml + POT and PO
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19982 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 04:36:05 +00:00
Steve Ebersole 2e284f6287 HHH-5397 - Odds and ends from documentation merge : types.xml + POT and PO
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19981 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 04:34:02 +00:00
Steve Ebersole b9540230a0 HHH-5397 - Odds and ends from documentation merge : initial POT and PO synchs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19980 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 01:13:45 +00:00
Steve Ebersole 57e91ccacb HHH-5397 - Odds and ends from documentation merge : initial POT and PO synchs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19979 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 01:11:34 +00:00
Steve Ebersole 249127b8c0 HHH-5397 - Odds and ends from documentation merge : persistent_classes.xml
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19978 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 00:58:10 +00:00
Hardy Ferentschik 0b1c720ef6 HHH-5389
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19964 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-16 20:53:11 +00:00
Hardy Ferentschik 12bf2c4ec6 HHH-5153 Added @Filter and @FilterDef to filtering chapter
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19963 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-16 19:46:12 +00:00
Hardy Ferentschik 207a95a49a HHH-5388 Added annotation documentation for named (native) queries, tuplizers and fetch profiles
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19961 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-16 15:27:49 +00:00
Hardy Ferentschik 01a0729cf3 HHH-5155 Added additional modules as chapter 22
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19960 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-16 15:24:32 +00:00
Hardy Ferentschik 03f6f7fdd8 HHH-5380 Added annotations in the cache configuration mix
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19956 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-15 15:58:43 +00:00
Hardy Ferentschik 6a2d575382 HHH-5379 Added CascadeTypes for annotations
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19954 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-14 19:31:59 +00:00
Hardy Ferentschik 29c16a5ff3 HHH-5150 Added the properties hibernate.id.new_generator_mappings and hibernate.cache.default_cache_concurrency_strategy to the configuration poroperties section
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19942 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-13 13:55:32 +00:00
Steve Ebersole d40d1edb09 cleanup unused directories
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19913 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-07 20:30:20 +00:00
Adam Warski bf9ef75d06 HHH-3764, HHH-3765:
documentation

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19891 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-02 12:57:18 +00:00
Hardy Ferentschik db16c3f29a HHH-5149 Reviewing the collection mapping chapter
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19859 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-30 11:50:41 +00:00
Strong Liu e7a5de444c HHH-5340 Typo in tutorial at web site
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19829 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-28 09:47:17 +00:00
Strong Liu d8a70268b8 HHH-5272 Typo in tutorial at web site
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19817 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-24 06:31:48 +00:00
Emmanuel Bernard 11b3b84308 HHH-5337 Documentation for hibernate.hbm2ddl.import_files
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19805 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-23 22:33:24 +00:00
Hardy Ferentschik 41c0622e83 HHH-5149
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19782 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-22 16:36:45 +00:00
Hardy Ferentschik 55de9e8e5f HHH-5149 Updated collection mapping to take annotatons into consideration
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19725 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-14 12:34:32 +00:00
Emmanuel Bernard d77d703ebe HHH-5149 Reorganise sections of basic O/R mappings
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19713 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:22:34 +00:00
Emmanuel Bernard 10fc436d8a HHH-5149 Add documentation for to one associations sharing primary keys
Move shared orthogonal options like lazy / eager fetching to the super section

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19712 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:21:56 +00:00
Emmanuel Bernard 7916197774 HHH-5149 Add documentation for to one associations with foreign key
Describe foreign key and association table options.
Describe various configurations like fetch lazy and co.

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19711 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:21:22 +00:00
Emmanuel Bernard 74a5e4b405 HHH-5149 fix text not wrapping up in html rendering
Was due to a itemizedlist embedded in a para

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19710 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:20:43 +00:00
Emmanuel Bernard 1eaf80e3a9 HHH-5148 add JAVA role to a programlisting
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19709 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:13:06 +00:00
Emmanuel Bernard b58d3be7dc HHH-5149 remove typo
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19708 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:12:27 +00:00
Emmanuel Bernard 3dd364c716 HHH-5268 Add documentation for uuid and uuid2 identifier generators
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19648 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-01 23:23:40 +00:00
Steve Ebersole 94f5659503 HHH-3579 - Support for PostgreSQL UUID data type
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19647 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-01 19:16:50 +00:00
Steve Ebersole 7aa8449788 HHH-5268 - Support for java.util.UUID properties/generators
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19646 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-01 18:34:12 +00:00
Emmanuel Bernard 3af3e38b53 HHH-5149 mark multiple mapping of the same entity as XML only
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19622 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:22:31 +00:00
Emmanuel Bernard 3c9c1c598f HHH-5149 Merge doc for generated properties and quoted elements
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19621 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:21:56 +00:00
Emmanuel Bernard c906bc9780 HHH-5149 remove alternative mapping section
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19620 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:21:22 +00:00
Emmanuel Bernard 89b2659331 HHH-5149 Merge embedded object / component documentations
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19619 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:20:43 +00:00
Emmanuel Bernard 7c5f43737e HHH-5149 merge natural id documentation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19618 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:20:08 +00:00
Emmanuel Bernard d5e59832f2 HHH-5149 Merge <properties> section with annotations own construct
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19617 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:19:35 +00:00
Emmanuel Bernard 74874857d4 HHH-5149 move xml specific constructs to its dedicated section
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19616 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:19:02 +00:00
Emmanuel Bernard f50d19fc7c HHH-5149 Merge @Any documentation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19615 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:18:28 +00:00
Emmanuel Bernard a0edae6efa HHH-5149 Merge property documentation
I've decided to keep the split because the annotation concepts are layered fairly differently than
the xml ones on properties.

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19614 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:17:33 +00:00
Emmanuel Bernard f42826502b Fix typo on doc
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19613 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:16:55 +00:00
Steve Ebersole c952c87ab4 HHH-5263 - Improve preface
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19612 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 15:54:28 +00:00
Steve Ebersole db5b3a4c0a HHH-5263 - Improve preface
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19609 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-25 20:45:26 +00:00
Steve Ebersole a05dc9066a git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19607 1b8cb986-b30d-0410-93ca-fae66ebed9b2 2010-05-25 19:07:43 +00:00
Emmanuel Bernard 76059f0215 HHH-5233 revert incorrect pom.xml change
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19536 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-18 07:12:45 +00:00
Emmanuel Bernard 58fa9e2e0f HHH-5233 add test on @FetchProfile and multiple @FetchOverride
Clean some more

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19535 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-18 07:05:32 +00:00
Adam Warski 1a722dfd97 Making it clear that a revision entity must be mapped
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19473 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-12 06:25:42 +00:00
Emmanuel Bernard 8f4401349f HHH-5149 documentation for versioning
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19407 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-07 15:36:30 +00:00
Emmanuel Bernard 3dce2f17de HHH-5149 add @o.h.a.T description in @SecondaryTable
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19372 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-05 17:51:27 +00:00
Emmanuel Bernard 23db0f4de0 HHH-5149 convert inheritance sections
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19362 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-04 16:29:05 +00:00
Emmanuel Bernard 4c764f0294 HHH-5149 finish identifier and generator documentation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19330 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-30 15:53:27 +00:00
Emmanuel Bernard 9d1ce4e486 HHH-5149 start converting the id section with new functional structure
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19296 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-26 18:16:39 +00:00
Emmanuel Bernard 593064b71f HHH-5152 @Entity description
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19286 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-23 17:09:47 +00:00
Emmanuel Bernard bf2dab5479 HHH-5149 start injecting annotations in mapping section
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19283 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-22 17:20:04 +00:00
Steve Ebersole 37d40d4aa4 [maven-release-plugin] prepare release Branch_3_5
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19256 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-21 01:58:27 +00:00
Steve Ebersole 4470ebcd4d Updating pom versions to 3.5.2-SNAPSHOT for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19238 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-14 20:54:44 +00:00
Steve Ebersole 9a5dfa9ff8 Updating pom versions to 3.5.1-Final for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19236 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-14 20:54:13 +00:00
Steve Ebersole c47267d3bb HHH-5059 - callouts and programlistings with highlighting
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19232 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-04-14 16:27:11 +00:00
Steve Ebersole 6fdc0c0c69 Updating pom versions to 3.5.1-SNAPSHOT for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19149 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-31 17:39:24 +00:00
Steve Ebersole adffa64173 Updating pom versions to 3.5.0-Final for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19147 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-31 17:38:40 +00:00
misty bd1a05ac93 Propagaged changes for JIRA HHH-5047
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19142 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-31 00:52:35 +00:00
misty 3de7cb68ad Fixed some DOS line endings which were breaking the jDocBook build
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19138 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-30 03:24:37 +00:00
misty 26516fb559 Taking away test file
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19135 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-30 00:56:45 +00:00
misty 4cea1a1460 Testing commit access
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19134 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-30 00:56:14 +00:00
Strong Liu d9cbeeaa04 change the encoding to utf-8
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19113 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-25 07:46:55 +00:00
Strong Liu 3cf67d5714 HHH-4940 added po and pot files and a minor correct
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19112 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-25 06:51:01 +00:00
Gail Badner 039bb48ccf HHH-4940 : Document immutable/read-only entity and immutable collection functionality
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19108 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-24 18:19:00 +00:00
ldelima 3a4e26bcc0 in progress
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19032 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-19 05:49:48 +00:00
A Garcia 0de0aeb24b completed jus comitting
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19031 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-19 02:58:59 +00:00
A Garcia 776072e2cf completed jus comitting
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19030 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-19 02:05:31 +00:00
Strong Liu 84e07a2b63 HHH-5022 Small documentation improvements
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19024 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-18 21:11:29 +00:00
xhuang 7ea9c8fe76 update
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19003 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-16 01:42:26 +00:00
xhuang c937d0a393 update
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18997 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-15 05:29:05 +00:00
xhuang f13430e23f update po
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18991 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-12 00:11:45 +00:00
xhuang ebcbd113a2 update po
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18990 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-12 00:10:45 +00:00
xhuang 144a55038d update po
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18989 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-12 00:09:51 +00:00
xhuang 48479984b7 update po
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18988 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-12 00:09:03 +00:00
xhuang 3fd9a83aa9 update po
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18987 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-12 00:08:20 +00:00
xhuang 841550dd3c update po
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18986 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-12 00:07:44 +00:00
Strong Liu 93a01fed25 HHH-5000 correct duplicate words in document
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18981 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-10 22:20:03 +00:00
Steve Ebersole 97444b2d2d Updating pom versions to 3.5.0-SNAPSHOT for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18879 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-25 03:50:02 +00:00
Steve Ebersole 9bba4e970b Updating pom versions to 3.5.0-CR-2 for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18877 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-25 03:49:36 +00:00
Steve Ebersole be58b6b386 HHH-4951 - Correct DTD entities for injecting version and date into docs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18876 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-25 03:20:01 +00:00
Steve Ebersole ec8aa8bc93 HHH-4936 - Document JPA criteria queries
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18867 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-24 07:31:58 +00:00
Hardy Ferentschik 6a2843f98a Removed core/trunk/documentation/manual/src/main/docbook/de-DE/Author_Group.po
File conflicted with author_group.po on Mac

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18802 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-15 14:35:46 +00:00
Richard Wilding 3fda092751 HHH-4918: updated pom with de-DE translation goal
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18800 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-15 01:32:56 +00:00
Richard Wilding 1677384530 'HHH-4918: updated de-DE preface with translated strings; deleted old book master file'
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18799 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-15 00:41:59 +00:00
Steve Ebersole 8514f5a15e removed conflictingly named file
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18793 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-12 15:38:20 +00:00
Richard Wilding bdc3b50493 'added publican compatibility to envers docs'
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18778 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-11 07:27:00 +00:00
Richard Wilding 19758fe9c2 'adding translations from Core 3.3.2.GA branch and updated po files for ko-KR'
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18777 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-11 07:20:33 +00:00
Richard Wilding 9400bc277c 'converted docs for publican compatibility and added translations from Core 3.3.2.GA branch'
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18776 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-11 07:04:06 +00:00
Steve Ebersole 7d0258ec55 prepare 3.5.0-CR-1 ++ dev
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18771 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-10 19:42:49 +00:00
Steve Ebersole 7a9b5f1781 prep 3.5.0-CR-1 release
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18769 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-10 19:17:55 +00:00
Strong Liu e2fc86d5d5 HHH-4824 localpath appeared in the doc xml
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18685 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-03 06:51:48 +00:00
Gail Badner 0530b809d8 setting the version number on trunk back to 3.5.0-SNAPSHOT
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18668 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-29 00:57:52 +00:00
Gail Badner 18ed315b62 prep 3.5.0-Beta-4
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18666 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-29 00:46:30 +00:00
Hardy Ferentschik 373e4f13a8 HHH-4823 Reordered module list in top level pom. Also renamed some of the project names. now all project names start with "Hibernate" ;-)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18595 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-20 20:31:29 +00:00
Hardy Ferentschik 79bb60ea89 setting the version number on trunk back to 3.5.0-SNAPSHOT
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18552 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-14 02:01:24 +00:00
Hardy Ferentschik 1f8019b3fc Version upgrade for preperation of 3.5.0-Beta-3 release
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18550 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-14 01:34:37 +00:00
JongDae Kim 6015123700 translated!
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18514 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-12 14:38:09 +00:00
JongDae Kim 59ced3a04e translated!
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18513 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-12 12:01:32 +00:00
JongDae Kim a44a126de6 translated!
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18512 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-12 11:36:49 +00:00
Adam Warski 446ac0e0df Updating links in docs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18255 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-17 08:49:02 +00:00
Adam Warski ab3ee1998a HHH-4694:
- updating docs

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18238 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-16 13:05:17 +00:00
Adam Warski 25343680c9 HHH-4645:
- shortening the names of the default schema/default catalog properties

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18156 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-07 12:43:06 +00:00
Adam Warski cd7a5cac7b HHH-4645:
- renaming properties from camel case to use _ to separate words, as is the Hibernate convention
- old property names are still supported
- updating documentation

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18152 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-07 08:55:15 +00:00