Brett Meyer
d60fc99dd4
HHH-3482 formatting
2014-02-10 17:10:47 -05:00
mukhanov
600369413d
HHH-3482 Fixed StatelessSession inserting bug + test
2014-02-10 17:10:46 -05:00
Brett Meyer
f19d43d92c
HHH-8845 formatting
2014-02-10 16:40:52 -05:00
Paul Lysak
460015469c
HHH-8845 - More informative error message
2014-02-10 16:40:50 -05:00
akotlyarov
74e926c9d5
HHH-7205: Added catching exception for executing session.get when session cache contains proxy for non-existing object
2014-02-10 16:33:45 -05:00
Brett Meyer
9069b4776d
HHH-7205 test assertion
2014-02-10 16:33:43 -05:00
akotlyarov
a1ea2deb7d
HHH-7205: Added test to show bug exists when execute session.get after session.load for not-existing entity
2014-02-10 16:33:41 -05:00
Brett Meyer
bfd63f1fec
HHH-8930 corrected overzealous commit
2014-02-10 13:56:11 -05:00
Thomas Jones-Low
9fa9c734da
HHH-8930 Make the rebuildSessionFactory() method be more aggressive
...
about closing
Conflicts:
hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java
2014-02-10 12:19:05 -05:00
Thomas Jones-Low
af428a1273
HHH-8900 annotations OneToOne test fail with some sequence supporting
...
dialects
Conflicts:
hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
2014-02-10 12:12:09 -05:00
Brett Meyer
ae7d59529e
HHH-8942 log level checks should not be static
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
2014-02-07 11:14:51 -05:00
Sanne Grinovero
361929d269
HHH-8942 Micro polishing in hot method of TransactionCoordinatorImpl
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
2014-02-07 11:13:44 -05:00
Brett Meyer
e712a44ec3
HHH-8922 ClassLoaderServiceImpl#getResources should use LinkedHashSet to
...
preserve ordering
Conflicts:
hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/internal/ClassLoaderServiceImpl.java
2014-02-07 10:07:31 -05:00
Brett Meyer
aad23dc804
HHH-8942 reorganized TransactionCoordinatorImpl#attemptToRegisterJtaSync
...
to further reduce log level checks
2014-02-07 09:57:21 -05:00
Brett Meyer
f7c7842cc4
HHH-8942 reduced logging hits in TransactionCoordinatorImpl
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
2014-02-06 14:07:08 -05:00
Brett Meyer
5a0a5025e7
HHH-8777 corrected configurations used in pom plugin
2014-02-04 12:32:30 -05:00
Brett Meyer
bd54dbbfc2
HHH-8747 evictQueryRegions should evict the default region
2014-02-04 12:32:27 -05:00
Brett Meyer
67dcb38b91
HHH-8777 dynamically generate descriptor dependencies
2014-02-04 10:06:41 -05:00
Jeremy Whiting
85792026ae
HHH-8777 Completed implementation of Maven Enhance Plugin fixing issue with
...
missing descriptor files. Mojo will automatically hook into build
lifecycle compile phase.
2014-02-04 10:06:39 -05:00
Brett Meyer
1dcdc445b4
HHH-8822 ValueHolder fields need to be transient if owned by a
...
Serializable class
Conflicts:
hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataImpl.java
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/spi/TypedValue.java
2014-01-30 11:54:31 -05:00
Brett Meyer
856721507c
HHH-8674 - fixed usage of deprecated method
...
Configuration#buildSessionFactory() in documentation
2014-01-28 17:19:45 -05:00
akotlyarov
ea256ac1d6
HHH-8674 - fixed usage of deprecated method Configuration#buildSessionFactory() in documentation
2014-01-28 17:19:42 -05:00
Brett Meyer
c404d84149
HHH-8864 count distinct tuples for postgres and h2
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQL81Dialect.java
hibernate-core/src/main/java/org/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions.java
2014-01-22 15:51:55 -05:00
Brett Meyer
3d7494d8de
HHH-2988 test case
...
Conflicts:
hibernate-core/src/test/java/org/hibernate/test/quote/QuoteTest.java
2014-01-20 20:04:58 -05:00
davidmuzik
10bf926de8
HHH-2988 Update UnionSubclassEntityPersister column quoting
2014-01-20 20:03:06 -05:00
Brett Meyer
2059edd296
HHH-8404 test case
...
Conflicts:
hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/criteria/QueryBuilderTest.java
hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/metamodel/Address.java
2014-01-20 17:53:06 -05:00
Benjamin Tegarden
3d2d9bfd4f
HHH-8404: Correctly render 'ListIndexExpression'
...
Conflicts:
hibernate-entitymanager/src/main/java/org/hibernate/jpa/criteria/expression/ListIndexExpression.java
2014-01-20 17:37:40 -05:00
Brett Meyer
c574fe0b17
HHH-8863 correct StatisticalLoggingSessionEventListener partial flush
...
timing
2014-01-14 14:36:54 -05:00
Brett Meyer
de91d9b2ca
HHH-5289 remove unnecessary security checks in property accessors
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/internal/util/ReflectHelper.java
hibernate-entitymanager/src/main/java/org/hibernate/jpa/event/internal/jpa/CallbackProcessorImpl.java
hibernate-entitymanager/src/main/java/org/hibernate/jpa/event/internal/jpa/LegacyCallbackProcessor.java
hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal/metamodel/MetadataContext.java
2014-01-10 16:05:22 -05:00
Brett Meyer
4a57b45958
HHH-2188 Query metadata gives NPE for polymorphic queries
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
2014-01-10 14:14:17 -05:00
Brett Meyer
24c951a3d1
HHH-8638 global quoting breaks UC on FK
2014-01-10 13:11:15 -05:00
Brett Meyer
d437f0d9b4
HHH-8831 changed exception type, formatting
2014-01-09 13:18:46 -05:00
Christian Beikov
3159f04681
HHH-8831 improved exception message
...
When having @JoinColumn in a @CollectionTable that do not point to valid columns, the message can be really confusing. These new lines will actually enrich the exception which is thrown that the problem appeared on a specific property of a specific class.
Please include this, since it is not always clear what the actual problem is with a mapping when an exception occurs.
2014-01-09 13:18:44 -05:00
Lukasz Antoniak
1f2e4f2d0a
HHH-8699 - Multiselect with boolean predicate
...
Conflicts:
hibernate-core/src/main/antlr/hql-sql.g
hibernate-core/src/main/antlr/sql-gen.g
hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/criteria/QueryBuilderTest.java
hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/metamodel/Customer.java
2014-01-08 18:00:51 -05:00
Brett Meyer
4cccaa5d31
HHH-3453 updated list of Dialects in docs
2014-01-06 19:12:47 -05:00
Brett Meyer
3c673e573c
HHH-3051 corrected CustomLoader returnTypes (different approach)
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/loader/Loader.java
hibernate-core/src/main/java/org/hibernate/loader/custom/CustomLoader.java
2014-01-06 14:12:45 -05:00
Brett Meyer
af1536e9dd
HHH-8790 added @Filter deduceAliasInjectionPoints info and examples to
...
user guide
2014-01-02 17:44:28 -05:00
Brett Meyer
7200540651
HHH-3051 corrected Loader returnTypes
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/loader/Loader.java
2014-01-02 15:14:59 -05:00
Brett Meyer
7b19ea2c88
HHH-2298 WARN if using build-in conn pool
2013-12-17 14:29:08 -05:00
Brett Meyer
04c08cb9fd
HHH-8790 add "escape" keyword to Template
2013-12-17 10:09:36 -05:00
Brett Meyer
d436b98557
HHH-8655 Classloader conflicts with embedded OSGi frameworks
...
Conflicts:
hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiClassLoader.java
2013-12-16 14:12:49 -05:00
Steve Ebersole
e99f889bfd
HHH-6911 - Write DiscriminatorValue to DiscriminatorColumn when combined
...
with InheritanceType#JOINED
Conflicts:
hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
2013-12-16 12:36:38 -05:00
Steve Ebersole
d847a171eb
HHH-6911 - Write DiscriminatorValue to DiscriminatorColumn when combined
...
with InheritanceType#JOINED
Conflicts:
hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
2013-12-16 12:34:55 -05:00
Steve Ebersole
b01abeadef
HHH-6911 - Write DiscriminatorValue to DiscriminatorColumn when combined
...
with InheritanceType#JOINED
Conflicts:
hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
2013-12-16 12:33:51 -05:00
Brett Meyer
323cc9d0b0
HHH-3541 minor xml tag correction in docs
2013-12-12 14:14:48 -05:00
Brett Meyer
cac31981f0
HHH-7630 allow joined subclass ordering to explicitly reference natural
2013-12-11 14:01:49 -05:00
Brett Meyer
a317dfd526
HHH-8765 corrected hbm2ddl for turkish locale
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/TableMetadata.java
2013-12-10 21:17:37 -05:00
Brett Meyer
4207017198
HHH-3604 whoops
2013-12-09 18:45:52 -05:00
Brett Meyer
97c7a18193
HHH-3604 add MySQL engine to table generators
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/id/enhanced/TableGenerator.java
2013-12-09 18:10:26 -05:00
Brett Meyer
7bb9fc1e82
Revert "HHH-8783 use JPA @JoinColumn(@ForeignKey(name=...)) for constraint name"
...
This reverts commit cd83193875
.
2013-12-09 17:42:34 -05:00