Commit Graph

1904 Commits

Author SHA1 Message Date
Steve Ebersole 15ee506630 HHH-1189 - interfaces for Proxies are not regonized as interfaces
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20272 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-27 01:50:32 +00:00
Steve Ebersole 232a77e5dd HHH-5507 - Add @MapKeyType annotation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20271 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-26 21:00:47 +00:00
Steve Ebersole 07092e1caf HHH-5509 - Leverage StandardBasicTypes internaly
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20270 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-26 20:24:12 +00:00
Steve Ebersole a8c7b9c1f0 HHH-5335 - a few typo fixes in Dialect and in tests
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20269 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-26 19:11:48 +00:00
Steve Ebersole 88ef160293 HHH-5427 - derby 10.6.1.0 native sequence support broken
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20268 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-26 18:53:07 +00:00
Steve Ebersole 43122d96c3 HHH-5453 - ByteCodeHelper.readByteCode won't load classes bigger than a constant size
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20267 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-26 17:53:24 +00:00
Strong Liu 98338e8e8b HHH-5506 rollback maven-jdocbook-plugin to 2.3.0
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20265 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-26 08:10:11 +00:00
Strong Liu dde9a42b66 HHH-5505 enable Sybase 15.5 in the test db profile
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20264 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-25 16:01:09 +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
Steve Ebersole dd86190b17 HHH-5502 - Upgrade to maven-jdocbook-plugin 2.3.2
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20248 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-24 14:29:49 +00:00
Adam Warski c020d25a70 HHH-5142:
Exception when initializing lazy @ManyToMany indexed collection containing not audited entities

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20226 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-23 14:21:30 +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
Adam Warski 4ed4f1f419 Cleanup: moving entityNames tests to integration
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20216 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-22 10:15:05 +00:00
Gail Badner 27c43633ab HHH-3334 : Cascade-save breaks if parent ID is assigned (delays insert) and child has identity ID (early insert) (Wallace Wadge)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20210 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-20 17:18:44 +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
Gail Badner 9ba97ec5cc HHH-5225 : Cannot parse order-by fragment if it contains a registered function without parentheses
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20197 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-19 23:06:32 +00:00
Gail Badner f881605577 HHH-5163 : added test implementing a workaround for ClassCastException caching results using a ResultTransformer
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20194 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-19 19:57:42 +00:00
Steve Ebersole 60bceb24f7 HHH-5440 - Joined collection expressions not properly "rendered" in JPA Criteria queries
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20193 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-19 16:41:31 +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
Steve Ebersole aed4232969 changelog in prep for 3.6.0.Beta3
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20167 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-18 18:42:16 +00:00
Steve Ebersole cf2cab9e18 HHH-1643 - Sub-query as function parameter - either sub-query is missed from SQL or NullPointerException raised
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20163 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-18 17:27:40 +00:00
Steve Ebersole 39b0774ae3 HHH-5469 - HHH-3659 is only half done, due to HHH-4989 (i.e. no HQL performance log when running Java 5)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20161 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-18 17:05:44 +00:00
Gail Badner 37af87bba0 HHH-5473 : Default for CHECK_NULLABILITY does not allow merge retries
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20156 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-17 18:22:38 +00:00
Hardy Ferentschik 35912c5e36 HHH-5485 - Allow entity resolver to handle old and new Hibernate namespace. Using hibernate.sourcefroge.net outputs a warning now
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20155 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-17 15:12:41 +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
Gail Badner 691b5b616b HHH-5180 : StandardQueryCache.get() does not handle EntityNotFoundException for natural key lookups
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20153 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-17 03:28:30 +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 2fc6a49ce8 HHH-5479 - Upgrade jDocBook plugin to 2.3.0
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20145 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-15 15:45:21 +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 b621e682d7 HHH-5426 - HQL update/delete does not invalidate the query cache
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20143 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-13 22:29:41 +00:00
Steve Ebersole 36c471e579 HHH-5300 - Configurable QueryPlanCache reference counts (Manuel Dominguez Sarmiento)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20141 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-13 20:21:07 +00:00
Steve Ebersole 8a0a4a249c HHH-5449 - Versioned HQL update might issue incorrect SQL
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20140 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-13 16:46:02 +00:00
Steve Ebersole f818471115 HHH-5477 - Introduce StandardBasicTypes for standard basic type constants
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20138 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-13 16:32:46 +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 f0f82e4f1b HHH-5474 - Clean up usages of now deprecated ExtendedMappings
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20136 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-12 19:13:48 +00:00
Steve Ebersole 74eb608be6 HHH-5300 - Configurable strong and soft reference QueryPlanCache sizes
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20135 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-12 17:01:49 +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