Commit Graph

575 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
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
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
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 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 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 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 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 609a8d15c2 HHH-5451 - deprecate cglib as bytecode provider
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20130 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-09 19:56:25 +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
Strong Liu bb3bf3e012 HHH-5349 CriteriaHQLAlignmentTest fails with an error running with the Ingres dialect
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20110 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-04 13:55:54 +00:00
Strong Liu 4813b1973b HHH-5435 Add identity column support to the Ingres10Dialect
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20107 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-04 13:41:58 +00:00
Strong Liu 7a7d3d8daf HHH-5355 org.hibernate.test.id.uuid.sqlrep.sqlchar.UUIDCharTest errors with IngresDialect
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20103 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-03 12:23:30 +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
Steve Ebersole 217898d8aa HHH-5212 - Alter SQLFunction contract to be more flexible
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20097 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-08-02 18:51:45 +00:00
Gail Badner fbe7d325e2 HHH-2510 HHH-4011 : Override hashCode and equals() in AliasToBeanResultTransformer and make serializable
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20093 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-30 21:28:15 +00:00
Steve Ebersole 3ecbfeb2b2 HHH-5375 - Merge AnnotationConfiguration into Configuration
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20092 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-30 20:02:23 +00:00
Gail Badner ef46a4efb7 HHH-5424 HHH-5425 : Put ResultTransformer in QueryKey only if data is transformed; PropertyAccessException when caching 1 result per row
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20078 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-30 03:03:41 +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
Gail Badner 7689d5e33c HHH-5163 : added logging and test cases for ClassCastException when caching transformed query results
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20074 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-28 18:55:13 +00:00
Strong Liu 7e5bae6660 HHH-5420 introducing new dialect for ms sql server 2008 with jdbc 3.0 and above
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20073 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-27 16:17:42 +00:00
Steve Ebersole 84c52c457d HHH-5400 - Blob persistence fails with Hibernate 3.6.0-SNAPSHOT, works with 3.5.3-Final
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20070 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-26 20:03:49 +00:00
Steve Ebersole 94b394f58d HHH-5415 - org.hibernate.type.descriptor.java.DataHelper dumping "NClob not found" exception to stderr
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20068 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-26 16:53:33 +00:00
Steve Ebersole 01ba27d700 HHH-5246 - Addition of withClause for DetachedCriteria (Shawn Clowater)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20028 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-23 17:41:08 +00:00
Steve Ebersole 1252346e76 HHH-5283 - Add BasicType handling of java.net.URL
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20025 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-23 17:24:15 +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 6cd8f776f9 HHH-5401 - Update to HHH-5381 HSQLDB new dialect (Fred Toussi)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20019 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-23 16:38:57 +00:00
Steve Ebersole 4f34ef6907 HHH-5331 - Remove reflection calls on SessionFactory for JDK 1.5 detection in relation to Statistics
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20017 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-23 16:33:39 +00:00
Steve Ebersole fff88d2182 HHH-3908 - Expose way to fully control fetching and result mapping on SQLQuery
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20014 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-22 20:23:08 +00:00
Gail Badner be6042d8fe HHH-2350 : second-level cache broken for non-inverse bidirectional one-to-many relation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20013 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-22 19:52:43 +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 6b8d49ca82 HHH-5381 - HSQLDB new dialect (Fred Toussi)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19996 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 19:04:40 +00:00
Steve Ebersole 7f815de1a7 HHH-3001 - The NoopOptimizer is not thread safe
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19994 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-21 17:31:09 +00:00
Gail Badner 77a75a94b5 HHH-2269 : Many-to-one cascade fails with TransientObjectException if inverse collection is CascadeType.DELETE_ORPHAN
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19969 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-20 01:22:12 +00:00
Steve Ebersole 1dd65401f3 HHH-5384 - HEM should not register its own Synchronization
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19962 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-07-16 19:04:26 +00:00