Steve Ebersole
|
c56bb23ef5
|
HHH-5951 - Strategy for deciding JtaPlatform when an explicit one not specified
|
2013-02-11 15:39:24 -06:00 |
Steve Ebersole
|
88c6dad9b0
|
HHH-7957 - Integrate Public Review Draft of the JPA 2.1 spec : define XSD (working)
|
2013-02-08 11:13:18 -06:00 |
Steve Ebersole
|
854c94bcc7
|
HHH-7957 - Integrate Public Review Draft of the JPA 2.1 spec : schema generation
|
2013-02-06 16:42:23 -06:00 |
Strong Liu
|
ec6494020b
|
HHH-7969 @SecondaryTable#indexes
|
2013-02-06 02:51:05 +08:00 |
Strong Liu
|
13bf94b0d3
|
HHH-7969 Deprecated hibernate's Index annotation
|
2013-02-06 02:31:31 +08:00 |
Strong Liu
|
1d9b7a06a5
|
HHH-7969 initial @Table#indexes support
|
2013-02-06 00:09:08 +08:00 |
Steve Ebersole
|
a3083aaa7b
|
HHH-7957 - Integrate Public Review Draft of the JPA 2.1 spec : schema generation
|
2013-02-03 18:03:55 -06:00 |
Steve Ebersole
|
9ab924041d
|
HHH-7957 - Integrate Public Review Draft of the JPA 2.1 spec : schema generation
|
2013-02-03 14:31:43 -06:00 |
Steve Ebersole
|
6599f710bb
|
HHH-7965 - Redesign DialectResolver contract
|
2013-02-03 14:23:59 -06:00 |
Steve Ebersole
|
5c453fee8d
|
HHH-7957 - Integrate Public Review Draft of the JPA 2.1 spec : entity graph support - phase 1
|
2013-02-03 14:23:59 -06:00 |
Brett Meyer
|
76c14b1697
|
HHH-7829 NullPointerException when manually flushing One-To-One
relationship with orphan removal
|
2013-02-01 12:59:39 -05:00 |
Brett Meyer
|
470c7432c4
|
Updated master version to 4.3.0-SNAPSHOT
|
2013-01-30 13:57:30 -05:00 |
Lukasz Antoniak
|
d702dfbc8c
|
HHH-7948 - Fix and test
|
2013-01-30 15:49:10 +01:00 |
Strong Liu
|
c1317346ac
|
HHH-7930 Hibernate will crash with (custom) enum types when running with a logback.xml in debug mode
|
2013-01-30 17:12:32 +08:00 |
Brett Meyer
|
c52864d188
|
HHH-7580 Corrected a few failures after the cherry-pick into master
|
2013-01-29 15:11:11 -05:00 |
Strong Liu
|
d54a60448a
|
HHH-7580 compile error
Conflicts:
hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/InfinispanRegionFactory.java
hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/JndiInfinispanRegionFactory.java
hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/ClusterAwareRegionFactory.java
|
2013-01-29 13:58:58 -05:00 |
Steve Ebersole
|
7976e2396a
|
HHH-7580 - Complete 2-phase SessionFactory building design
Conflicts:
hibernate-core/src/main/java/org/hibernate/SessionFactory.java
hibernate-core/src/main/java/org/hibernate/boot/registry/StandardServiceRegistryBuilder.java
hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSources.java
hibernate-core/src/main/java/org/hibernate/metamodel/SessionFactoryBuilder.java
hibernate-core/src/main/java/org/hibernate/metamodel/internal/SessionFactoryBuilderImpl.java
hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/JaxbHelper.java
hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/MetadataBuilderImpl.java
hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/MetadataImpl.java
hibernate-core/src/main/java/org/hibernate/service/spi/ServiceContributor.java
hibernate-core/src/test/java/org/hibernate/cfg/beanvalidation/ApplySchemaConstraintTest.java
hibernate-core/src/test/java/org/hibernate/metamodel/binding/BasicCollectionBindingTests.java
hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/AssertSourcesTest.java
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/BaseAnnotationBindingTestCase.java
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/OrmXmlParserTests.java
hibernate-core/src/test/java/org/hibernate/metamodel/source/internal/MetadataImplTest.java
hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/AbstractBasicBindingTests.java
hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/AbstractUnsavedValueTests.java
hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/JoinedSubclassBindingTests.java
hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/basiccollections/AbstractBasicCollectionBindingTests.java
hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/onetomany/AbstractUnidirectionalOneToManyBindingTests.java
hibernate-core/src/test/java/org/hibernate/metamodel/spi/relational/AbstractGeneratedIdColumnTests.java
hibernate-core/src/test/java/org/hibernate/test/jdbc/internal/BatchingTest.java
hibernate-core/src/test/java/org/hibernate/test/service/schema/internal/ExistingDatabaseMetaDataImplTest.java
hibernate-entitymanager/src/main/java/org/hibernate/jpa/boot/internal/EntityManagerFactoryBuilderImpl.java
hibernate-entitymanager/src/main/java/org/hibernate/jpa/boot/internal/EntityManagerFactoryBuilderUsingMetamodelImpl.java
hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/NodeEnvironment.java
hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java
|
2013-01-29 13:58:58 -05:00 |
Lukasz Antoniak
|
c05238bad3
|
HHH-7948 - Fix and test
|
2013-01-29 19:03:06 +01:00 |
Lukasz Antoniak
|
3bb0f246fc
|
HHH-465 - Support for NULLS FIRST/LAST
Conflicts:
hibernate-core/src/main/java/org/hibernate/cfg/Settings.java
hibernate-core/src/main/java/org/hibernate/criterion/Order.java
|
2013-01-28 14:07:53 -05:00 |
Strong Liu
|
c1cf5cd6e6
|
HHH-7947 remove not maintained 2LC from doc
|
2013-01-28 13:30:38 +08:00 |
Scott Marlow
|
fcfecb82b7
|
HHH-7861 EntityManager.find() should return null instead of EntityNotFoundException (spaces to tabs)
|
2013-01-24 23:17:53 -05:00 |
Steve Ebersole
|
10defc52cd
|
HHH-7928 - Regression caused by HHH-6361
|
2013-01-24 13:05:34 -06:00 |
Himavanth
|
d492b303ce
|
HHH-7933 boolean should be treated as bit in SQLServer
|
2013-01-24 13:20:22 -05:00 |
Kamyar Sajjadi
|
80128705fb
|
Changed the URL to maven.apache.org insted of maven.org
|
2013-01-24 13:16:25 -05:00 |
Steve Ebersole
|
cb1b9a05af
|
HHH-7928 - Regression caused by HHH-6361
|
2013-01-24 12:00:20 -06:00 |
Scott Marlow
|
6263bef63e
|
HHH-7861 EntityManager.find() should return null instead of EntityNotFoundException (message improvement)
|
2013-01-24 10:49:20 -05:00 |
Lukasz Antoniak
|
2f71f071ec
|
HHH-7934 - Test case
|
2013-01-24 08:27:48 +01:00 |
Lukasz Antoniak
|
69230d1ebd
|
HHH-7934 - Fix and test
|
2013-01-24 07:52:49 +01:00 |
Brett Meyer
|
11e6fd5daf
|
HHH-3788 FirebirdDialect: current_date() function
|
2013-01-23 16:52:27 -05:00 |
Brett Meyer
|
a0d97430fb
|
HHH-995 Order.ignoreCase() only works for VARCHAR types, not CHAR types
|
2013-01-23 15:58:19 -05:00 |
Brett Meyer
|
f77e4d12d0
|
HHH-3869 Improve toString on SessionStatistics
|
2013-01-23 15:26:02 -05:00 |
Brett Meyer
|
f28198054f
|
HHH-2805 The class Order does not contain getters
|
2013-01-23 15:02:04 -05:00 |
Scott Marlow
|
6423754bcc
|
HHH-7861 EntityManager.find() should return null instead of EntityNotFoundException (change was merged into org.hibernate.jpa.spi.AbstractEntityManagerImpl)
|
2013-01-23 13:48:29 -05:00 |
Brett Meyer
|
99d9af748b
|
HHH-7520 BlobProxy.invoke Javadoc is incorrect
|
2013-01-22 19:05:08 -05:00 |
Kamyar Sajjadi
|
ecf9b7c258
|
HHH-7520 - now the implementation and the javadoc should be the same
|
2013-01-22 19:02:56 -05:00 |
Brett Meyer
|
c12766a82b
|
HHH-7304 Minor cleanup
|
2013-01-17 14:23:43 -05:00 |
Guenther Demetz
|
213ce0d060
|
HHH-7304 bugfix proposal
|
2013-01-17 14:09:31 -05:00 |
Guenther Demetz
|
160547ecd1
|
HHH-7304 testcase
|
2013-01-17 14:00:37 -05:00 |
Guenther Demetz
|
48cd9d3f7d
|
HHH-7304 new testcase entity class
|
2013-01-17 14:00:18 -05:00 |
Brett Meyer
|
5c5998aea9
|
HHH-2951 test case
|
2013-01-16 18:41:16 -05:00 |
Nikolay Shestakov
|
70454c9168
|
HHH-2951 Restrictions.eq when passed null, should create a NullRestriction
|
2013-01-16 18:41:08 -05:00 |
Steve Ebersole
|
991342f2c2
|
HHH-7928 - Regression caused by HHH-6361
|
2013-01-16 14:54:11 -06:00 |
Brett Meyer
|
f7ca23e071
|
HHH-1917 updated comment
|
2013-01-15 13:37:33 -05:00 |
Brett Meyer
|
5a50ac90d5
|
HHH-1917 Bulk Delete on the owning side of a ManyToMany relation needs
to delete corresponding rows from the JoinTable
|
2013-01-15 13:37:31 -05:00 |
Lukasz Antoniak
|
03520b928f
|
HHH-7781 - Fix and test
|
2013-01-15 16:57:34 +01:00 |
Brett Meyer
|
42bdb1b26d
|
HHH-7923 Revert to Javassist 3.15
|
2013-01-14 20:37:16 -05:00 |
Nikolay Shestakov
|
803acc3cad
|
HHH-2721 PostgreSQLDialect: function md5() always returns a string value
|
2013-01-14 19:06:42 -05:00 |
Brett Meyer
|
d18d04909f
|
HHH-1917 test case
|
2013-01-14 18:50:18 -05:00 |
Steve Ebersole
|
e7b188c924
|
HHH-5869 - Add suport for nationalized character mappings
|
2013-01-14 17:20:45 -06:00 |
Lukasz Antoniak
|
8e38db5833
|
HHH-7918 - Completely recalculate entity state on merge
|
2013-01-14 22:34:33 +01:00 |