Commit Graph

4496 Commits

Author SHA1 Message Date
Barney b65d41c940 HHH-8037 - Empty SQL statements with custom UniqueDelegate 2013-03-05 20:40:49 -05:00
Brett Meyer ae978df496 HHH-8053 HibernateBundleActivator should not register itself as a
PersistenceProvider
2013-03-05 16:23:30 -05:00
Lukasz Antoniak 18d2f136f8 HHH-8036 - Fix and test 2013-03-04 22:38:46 +01:00
Brett Meyer 36c8a2e0fd 4.2.0.CR2 post release 2013-03-02 12:06:35 -05:00
Brett Meyer 0417283aa2 4.2.0.CR2 release 2013-03-02 11:13:25 -05:00
Brett Meyer 04c38f189b HHH-8025 Implemented eqOrIsNull and neOrIsNotNull criteria 2013-02-28 16:43:53 -05:00
Brett Meyer c4eff66948 HHH-8025 Revert "HHH-2951 Restrictions.eq when passed null, should create a NullRestriction"
This reverts commit 265b3d37cf.
2013-02-28 15:41:50 -05:00
Brett Meyer 5f38be4659 HHH-8010 Support app-managed EntityManagerFactory and SessionFactory creation by OSGi bundles 2013-02-28 09:22:37 -05:00
Lukasz Antoniak 797819ff07 HHH-6613 - Support for audited @ElementCollection of embeddables 2013-02-28 13:43:41 +01:00
Brett Meyer fa804c1577 HHH-8026 corrected test 2013-02-27 15:35:15 -05:00
Brett Meyer f7363509bd HHH-8026 Duplicate constraint names with unique=true 2013-02-27 15:22:17 -05:00
Brett Meyer 9c41bcb910 HHH-8001 Temporarily disabled failing tests 2013-02-22 14:38:24 -05:00
Brett Meyer 101b3debcd HHH-8029 Improve SimpleNationalizedTest 2013-02-22 13:57:39 -05:00
Steve Ebersole be61e54416 HHH-7990 - Bootstrapping Hibernate fails if javax.validation API is on classpath but no provider 2013-02-22 12:52:02 -06:00
Steve Ebersole 09620e3cae HHH-7990 - Bootstrapping Hibernate fails if javax.validation API is on classpath but no provider 2013-02-22 12:51:37 -06:00
Steve Ebersole 3bb451b10b HHH-7990 - Bootstrapping Hibernate fails if javax.validation API is on classpath but no provider
(cherry picked from commit 898bab28ca)
2013-02-22 12:23:33 -06:00
Brett Meyer 5a0a511142 HHH-7519 Upgrade byteman version 2013-02-20 16:53:27 -05:00
Lukasz Antoniak 477b239994 HHH-7608 - Fix and test 2013-02-19 17:34:04 -05:00
Lukasz Antoniak 5a7ed73b1c HHH-4150 - Fix and test
Conflicts:
	hibernate-core/src/main/antlr/hql.g
2013-02-19 17:30:58 -05:00
Lukasz Antoniak 3a0c725cf3 HHH-6876 - Test case 2013-02-19 17:12:45 -05:00
Lukasz Antoniak a89a9f33b2 HHH-2045 - HQL empty IN list 2013-02-19 17:11:41 -05:00
Kamyar Sajjadi 2ee27348d0 HHH-7952 Typo in Javadoc For TableGenerator/TableHiLoGenerator 2013-02-19 15:59:36 -05:00
Brett Meyer b51d9649e2 HHH-7889 Created SQL ClobTypeDescriptor#STREAM_BINDING_EXTRACTING for
Sybase remapping.  Reverting back to Lob extraction ignoring
useStreamForLobBinding
2013-02-19 15:25:17 -05:00
Brett Meyer 343a599a4b HHH-8019 Multiple tests creating identifiers too long for Oracle 2013-02-19 15:12:44 -05:00
Brett Meyer 7611a5055c HHH-7994 Improve OsgiClassLoader performance 2013-02-18 15:37:22 -05:00
Brett Meyer 1e5fdfc689 HHH-8018 Reverted back to BLOB_BINDING for extraction until investigated 2013-02-18 14:43:51 -05:00
Brett Meyer d315f6532f HHH-8017 Correct SybaseDialect's getNullColumnString 2013-02-18 11:49:29 -05:00
Strong Liu a6c46408df HHH-8015 Spring 3.2.1 cannot be deployed on JBoss AS7 with Hibernate 4.1.6 due to class loader issues. 2013-02-18 23:39:23 +08:00
Lukasz Antoniak 52f2edfa45 HHH-8007 - Fix and test 2013-02-15 10:14:43 -05:00
Brett Meyer 68b45f48bb HHH-8005 Sybase 15 - nullable column are not nullable (when created by
SchemaExport)
2013-02-14 18:43:09 -05:00
Brett Meyer f1a4d17e2b HHH-6841 Applied @SkipForDialects to a couple of tests 2013-02-14 18:12:28 -05:00
Lukasz Antoniak 86ba2beb29 HHH-6841 - @SkipForDialects and @RequiresDialects 2013-02-14 18:12:24 -05:00
Brett Meyer b7d545e778 HHH-4084 Corrected test for 4.1 2013-02-14 17:40:40 -05:00
Brett Meyer 97770fe6a9 HHH-4084 Corrected test compiling error 2013-02-14 17:37:56 -05:00
Nikolay Shestakov 7c6d65f938 fix review remark 2013-02-14 17:22:31 -05:00
Nikolay Shestakov 5cc0864562 HHH-4084 @UniqueConstraint(columnNames="") causes StringIndexOutOfBoundsException 2013-02-14 17:22:28 -05:00
Brett Meyer 328986f392 HHH-7889 Cleanup inconsistencies in Blob, Clob, and NClob type 2013-02-14 17:12:47 -05:00
Brett Meyer cbacb9c8d9 HHH-8006 MergeCollectionEventTest & BadMergeHandlingTest fail on MySQL 2013-02-14 12:28:40 -05:00
Brett Meyer 46ad6cf882 HHH-7992 Updated to reflect Session SPI change 2013-02-14 11:05:43 -05:00
Brett Meyer 1af005bfb1 HHH-7991 Correct all instances of
Thread.currentThread().getContextClassLoader()
2013-02-14 11:04:35 -05:00
Brett Meyer 94cbc61f04 HHH-7527 Enterprise OSGi JPA support 2013-02-14 11:04:35 -05:00
Brett Meyer 7fe238ac70 HHH-8003 Create "sqlDropString" method in Dialect to handle "if exists"
correctly
2013-02-13 23:12:16 -05:00
Brett Meyer e25211380d HHH-7999 Oracle test failures due to lack of support for identity
columns
2013-02-13 23:12:11 -05:00
Brett Meyer 44bc6e4273 HHH-8002 TransactionTimeoutTest#testTransactionTimeoutSuccess failing on
Oracle
2013-02-13 23:12:04 -05:00
Brett Meyer dd321af629 HHH-7999 Create HQLScrollFetchTest for dialects that do not support
identity columns
2013-02-13 17:41:05 -05:00
Guillaume Smet c2e4220c0f HHH-7821 - Clear the entire BatchFetchQueue on flush.
Provide a safe guard against NPE in BatchFetchQueue.getCollectionBatch() by checking that CollectionEntry.getLoadedKey() is not null before adding it to the batch.
2013-02-13 16:26:16 -05:00
Guillaume Smet d86d2671e9 HHH-7821 - Clears the batch collection fetching queue on flush.
Provides a safe guard against NPE in BatchFetchQueue.getCollectionBatch() by checking that CollectionEntry.getLoadedKey() is not null before adding it to the batch.
2013-02-13 16:25:56 -05:00
Guillaume Smet e2fc8b12db HHH-7970 - Fix broken logic in JPAOverriddenAnnotationReader.getCacheable(): if element is null, you have to consider the @Cacheable annotation
per gripe from Andreas Joseph Krogh
2013-02-13 12:02:00 -05:00
Sanne Grinovero 74251d5185 HHH-7992 - Add a base Session delegator implementation
(cherry picked from commit ec11902a92)
2013-02-12 16:19:22 -06:00
Brett Meyer 17e8bbc6b7 HHH-7829 NullPointerException when manually flushing One-To-One
relationship with orphan removal
2013-02-01 13:00:55 -05:00