Brett Meyer
|
4d1ff8f718
|
HHH-7910 Corrected thread checking logic
|
2013-03-14 11:57:32 -04:00 |
Lukasz Antoniak
|
11287c2e02
|
HHH-8061 - Fixing EnumSet test on Oracle
|
2013-03-13 20:43:14 +01:00 |
Steve Ebersole
|
2c5098b9c6
|
HHH-7997 - Integrate changes to EntityGraphs
|
2013-03-13 12:11:12 -05:00 |
Steve Ebersole
|
e5df5541c7
|
HHH-8067 - Hibernate's ManagedType#getDeclaredAttribute fails to find plural attributes
|
2013-03-13 12:11:12 -05:00 |
Strong Liu
|
89fd64bc2e
|
HHH-7978 - Document new feature from HHH-5869
|
2013-03-13 14:42:26 +08:00 |
Brett Meyer
|
8673e08e7f
|
HHH-8061 envers tests failing on master-matrix CI
|
2013-03-11 17:08:54 -04:00 |
Brett Meyer
|
13dce3379a
|
HHH-5732 Corrected test failing on SQL Server
|
2013-03-11 17:08:49 -04:00 |
Brett Meyer
|
3815080207
|
HHH-4412 Corrected multiple test issues found in matrix CI
|
2013-03-11 15:40:51 -04:00 |
Brett Meyer
|
b6d740d6d2
|
HHH-7910 Transaction timeout can cause non-threadsafe session access by reaper thread
|
2013-03-08 13:03:01 -05:00 |
Brett Meyer
|
42f3422720
|
HHH-7890 Quoting identifiers breaks @UniqueConstraint
|
2013-03-07 11:54:49 -05:00 |
Gail Badner
|
7da7f28902
|
HHH-8056 : EntityHierarchyHelper
|
2013-03-06 22:48:57 -08:00 |
Gail Badner
|
92ae31b514
|
HHH-8056 : EntityHierarchyHelper
|
2013-03-06 22:48:50 -08:00 |
Brett Meyer
|
bdca6dc1e1
|
HHH-5732 @OrderColumn not updated if @OneToMany has mappedby defined
|
2013-03-06 17:56:43 -05:00 |
Brett Meyer
|
b899d2b006
|
HHH-8022 Comments and copyrights
|
2013-03-06 10:05:18 -05:00 |
Lukasz Antoniak
|
97e06d16cc
|
HHH-8022 - Reading REF CURSOR
|
2013-03-06 09:54:03 -05:00 |
Brett Meyer
|
31f43e3321
|
HHH-4412 Cleanup and copyrights
|
2013-03-06 09:31:57 -05:00 |
Janario Oliveira
|
6cda7dc577
|
HHH-4412 - Created native query to insert, delete, update
|
2013-03-06 08:49:27 -05:00 |
Brett Meyer
|
fd772a47db
|
HHH-8037 Pulled duplicate code into StringHelper
|
2013-03-05 20:26:44 -05:00 |
Barney
|
6b368e9512
|
HHH-8037 - Empty SQL statements with custom UniqueDelegate
|
2013-03-05 20:14:23 -05:00 |
Brett Meyer
|
5f8ba65ce1
|
HHH-8053 HibernateBundleActivator should not register itself as a
PersistenceProvider
|
2013-03-05 16:47:05 -05:00 |
Steve Ebersole
|
139474624f
|
HHH-5732 - @OrderColumn not updated if @OneToMany has mappedby defined
|
2013-03-05 14:44:17 -06:00 |
Gail Badner
|
cabd9ea4dc
|
HHH-7843 : Add support for one-to-one to new metamodel
|
2013-03-05 10:20:23 -08:00 |
Gail Badner
|
a9e116fc6c
|
HHH-7436 : Add support for many-to-many associations to new metamodel
|
2013-03-05 10:20:23 -08:00 |
Gail Badner
|
9d404168aa
|
HHH-7436 : Add support for many-to-many associations to new metamodel
|
2013-03-05 10:20:23 -08:00 |
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 |
John Verhaeg
|
5a993dd903
|
HHH-8039: Changed evaluate method to handle annotation for @BeforeClass methods
|
2013-02-28 10:55:03 -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 |