Lukasz Antoniak
98c12081ec
HHH-8036 - Fix and test
2013-03-04 22:17:47 +01:00
Sanne Grinovero
e5f8039f31
HHH-8044 Remove mention of unsupported cache providers from documentation
2013-03-02 20:35:49 +00:00
Brett Meyer
458152440e
HHH-8025 Implemented eqOrIsNull and neOrIsNotNull criteria
2013-02-28 16:54:53 -05:00
Brett Meyer
1fdf4d7a07
HHH-8025 Revert "HHH-2951 Restrictions.eq when passed null, should create a NullRestriction"
...
This reverts commit 70454c9168
.
2013-02-28 16:54:53 -05:00
John Verhaeg
db53c72a85
Modified CustomRunner to log when test classes and their methods begin processing, allowing other logged messages to be associated with the corresponding test or @BeforeClass method
2013-02-28 15:00:16 -06:00
Brett Meyer
7f52b476c9
HHH-8010 Moved OsgiClassLoader handling into
...
BootstrapServiceRegistryBuilder
2013-02-28 10:57:28 -05:00
Brett Meyer
394458f6a6
HHH-8010 Support app-managed EntityManagerFactory and SessionFactory
...
creation by OSGi bundles
Conflicts:
hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/internal/ClassLoaderServiceImpl.java
hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
hibernate-core/src/main/java/org/hibernate/engine/jdbc/connections/internal/DriverManagerConnectionProviderImpl.java
hibernate-entitymanager/src/main/java/org/hibernate/ejb/Ejb3Configuration.java
hibernate-osgi/src/main/java/org/hibernate/osgi/HibernateBundleActivator.java
2013-02-28 10:28:23 -05:00
Strong Liu
0e6d08d414
JPA-43 - Impl Index and ForeignKey for JPA 2.1
2013-02-28 23:20:15 +08:00
Lukasz Antoniak
51a7df596e
HHH-6613 - Support for audited @ElementCollection
2013-02-28 13:22:14 +01:00
Brett Meyer
8515ce197a
HHH-8026 Duplicate constraint names with unique=true
2013-02-27 15:18:16 -05:00
Strong Liu
3335710a38
JPA-43 - Impl Index and ForeignKey for JPA 2.1
2013-02-28 00:20:51 +08:00
Brett Meyer
ed549f5793
HHH-8001 Temporarily disabled failing tests
2013-02-22 14:38:10 -05:00
Brett Meyer
a9cc4ab67c
HHH-8029 Improve SimpleNationalizedTest
2013-02-22 13:57:28 -05:00
Steve Ebersole
2e18376fba
HHH-7990 - Bootstrapping Hibernate fails if javax.validation API is on classpath but no provider
...
(cherry picked from commit 898bab28ca
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
2013-02-22 12:39:19 -06:00
Brett Meyer
3fa669831f
HHH-8021 test case
2013-02-21 11:10:13 -05:00
Brett Meyer
ccb81b9c25
HHH-7519 Upgrade byteman version
2013-02-20 16:54:00 -05:00
Steve Ebersole
4e126dcffc
HHH-6736 - Support for SELECT ... FOR UPDATE SKIP LOCKED / read past locking
2013-02-20 09:31:14 -06:00
Aleksander Blomskøld
e0cfc6bf2e
HHH-6736 Added support for SELECT ... FOR UPDATE SKIP LOCKED
2013-02-20 08:49:30 -06:00
Lukasz Antoniak
59bb86978e
HHH-7608 - Fix and test
2013-02-19 17:33:54 -05:00
Lukasz Antoniak
dcccc6c4b0
HHH-4150 - Fix and test
2013-02-19 17:28:35 -05:00
Lukasz Antoniak
dc311bb027
HHH-6876 - Test case
2013-02-19 16:19:16 -05:00
Lukasz Antoniak
f4b45eb5a9
HHH-2045 - HQL empty IN list
2013-02-19 16:18:50 -05:00
Kamyar Sajjadi
a44cc3097a
HHH-7952 Typo in Javadoc For TableGenerator/TableHiLoGenerator
2013-02-19 15:59:41 -05:00
Brett Meyer
89619201a3
HHH-7889 Created SQL ClobTypeDescriptor#STREAM_BINDING_EXTRACTING for Sybase remapping. Reverting back to Lob extraction ignoring useStreamForLobBinding
2013-02-19 14:59:55 -05:00
Brett Meyer
7bf544716a
HHH-8019 Multiple tests creating identifiers too long for Oracle
2013-02-19 14:22:07 -05:00
Brett Meyer
1a20b129ca
HHH-7994 Improve OsgiClassLoader performance
...
Conflicts:
hibernate-entitymanager/src/main/java/org/hibernate/ejb/Ejb3Configuration.java
2013-02-18 15:48:42 -05:00
Brett Meyer
abb9c2b0b7
HHH-8018 Reverted back to BLOB_BINDING for extraction until investigated
2013-02-18 14:32:14 -05:00
Brett Meyer
e406ddad55
HHH-8017 Correct SybaseDialect's getNullColumnString
2013-02-18 11:47:09 -05:00
Lukasz Antoniak
cf49796cf3
HHH-8007 - Fix and test
2013-02-15 09:59:07 -05:00
Brett Meyer
212c50f5d7
HHH-8005 Sybase 15 - nullable column are not nullable (when created by
...
SchemaExport)
2013-02-14 18:42:42 -05:00
Brett Meyer
3797e2150a
HHH-6841 Applied @SkipForDialects to a couple of tests
2013-02-14 18:12:08 -05:00
Lukasz Antoniak
6b4b6cc27f
HHH-6841 - @SkipForDialects and @RequiresDialects
2013-02-14 18:00:52 -05:00
Brett Meyer
07539904ba
HHH-4084 Corrected test compiling error
2013-02-14 17:37:45 -05:00
Nikolay Shestakov
0e2fd9f970
fix review remark
2013-02-14 17:22:00 -05:00
Nikolay Shestakov
2725a7d49e
HHH-4084 @UniqueConstraint(columnNames="") causes StringIndexOutOfBoundsException
2013-02-14 17:21:48 -05:00
Brett Meyer
bbfd960bc8
HHH-7889 Cleanup inconsistencies in Blob, Clob, and NClob type
...
descriptors
2013-02-14 16:53:37 -05:00
Vincent Cornet
98e3b2ab97
HHH-7889
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/ClobTypeDescriptor.java
2013-02-14 15:55:01 -05:00
Brett Meyer
9069d7aed9
HHH-8006 MergeCollectionEventTest & BadMergeHandlingTest fail on MySQL
2013-02-14 12:28:02 -05:00
Brett Meyer
54bb0cb284
HHH-7992 Updated to reflect Session SPI change
2013-02-14 10:48:35 -05:00
Brett Meyer
4d68ddf7b0
HHH-7991 Correct all instances of
...
Thread.currentThread().getContextClassLoader()
2013-02-14 10:44:36 -05:00
Brett Meyer
56867417e2
HHH-7527 Enterprise OSGi JPA support
2013-02-14 10:44:35 -05:00
Brett Meyer
18f0bd2f4a
HHH-8003 Create "sqlDropString" method in Dialect to handle "if exists"
...
correctly
2013-02-13 23:08:44 -05:00
Brett Meyer
b5de4cda15
HHH-7999 Oracle test failures due to lack of support for identity
...
columns
2013-02-13 22:30:38 -05:00
Brett Meyer
98a49b80b2
HHH-8002 TransactionTimeoutTest#testTransactionTimeoutSuccess failing on
...
Oracle
2013-02-13 22:27:08 -05:00
Brett Meyer
cc8395e280
HHH-7999 Create HQLScrollFetchTest for dialects that do not support
...
identity columns
2013-02-13 17:40:36 -05:00
Guillaume Smet
d6b3f373ea
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:12:28 -05:00
Guillaume Smet
2040e44c03
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:12:19 -05:00
Guillaume Smet
e722f6391f
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:11:39 -05:00
Steve Ebersole
5a5d19273d
HHH-7992 - Add a base Session delegator implementation
2013-02-12 16:17:21 -06:00
Sanne Grinovero
ec11902a92
HHH-7992 - Add a base Session delegator implementation
2013-02-12 16:11:54 -06:00