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
Lukasz Antoniak
2a9f3ad9ed
HHH-7918 - Fix and test
2013-01-14 22:34:32 +01:00
Steve Ebersole
6062eb67ea
HHH-7914 - Improve new stored procedure call support
2013-01-14 15:05:49 -06:00
Brett Meyer
9ce5c32dd7
HHH-7902 Replace JDBC proxies with a set of contracts/helpers
...
HHH-7902 Merged JdbcResourceRegistry into JdbcCoordinator. Parts of
LogicalConnection moved into JdbcCoordinator as well.
HHH-7902 Replaced Statement#close and ResultSet#close calls with
JdbcCoordinator#release
HHH-7902 Enforced the use of StatementPreparer, instead of Connection
HHH-7902 ResultSetExtractor. Replaced all instances of execute,
executeQuery, executeUpdate, etc.
HHH-7902 Refactored AbstractReturningDelegate to give access to
jdbcCoordinator
HHH-7902 Corrected test failures
HHH-7902 Removed resource registry use from JdbcIsolation workers
HHH-7902 Corrected a few bugs in JdbcCoordinator and ResultSetExtractor.
HHH-7902 ResultSetExtractor -> ResultSetReturn. Reworked proxy tests to
test the new APIs.
Conflicts:
hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
hibernate-core/src/test/java/org/hibernate/sharedSession/SessionWithSharedConnectionTest.java
hibernate-core/src/test/java/org/hibernate/test/dialect/functional/SQLServerDialectTest.java
hibernate-core/src/test/java/org/hibernate/test/jdbc/proxies/BatchingTest.java
hibernate-core/src/test/java/org/hibernate/test/transaction/jdbc/TestExpectedUsage.java
hibernate-core/src/test/java/org/hibernate/test/transaction/jta/BasicDrivingTest.java
hibernate-core/src/test/java/org/hibernate/test/transaction/jta/ManagedDrivingTest.java
2013-01-14 14:25:06 -05:00
Steve Ebersole
5de1677ce7
HHH-7914 - Improve new stored procedure call support
2013-01-11 17:48:38 -06:00
Lukasz Antoniak
0713cea180
HHH-7870 - Fix and test
2013-01-10 14:38:11 +01:00
Steve Ebersole
c8b20660ed
HHH-7912 - Define edge-case behavior for Session.evict
2013-01-08 20:56:38 -06:00
Brett Meyer
fbe24bc2cb
HHH-7911 NPE in TwoPhaseLoad#initializeEntity
2013-01-08 00:20:34 -05:00
Brett Meyer
e1c9c1e9a7
HHH-6643 Overrode getNotExpression in DB2Dialect
2013-01-07 12:27:58 -05:00
Brett Meyer
6aabd0a0e4
HHH-7797 Deprecating mistakenly removed Dialect methods
2013-01-07 12:18:41 -05:00
Brett Meyer
7b9b9b39c0
HHH-2448 Generate identical column aliases among cluster
2013-01-04 14:50:50 -05:00
Brett Meyer
cb4a5ee91b
HHH-6643 Corrected intermittent test failure
2013-01-04 13:35:56 -05:00
Nikolay Shestakov
d803b9b3a7
HHH-3458 Register postgres random() function as "rand" in PostgresSQLDialect
2013-01-03 17:36:32 -05:00
Brett Meyer
cd76f86f02
HHH-6643 Criteria doesn't support a chaining of 2 not restrictions (sql
...
= not not criterion)
2013-01-03 15:59:26 -05:00
Brett Meyer
510f876ff0
HHH-7866 Cleanup and added a few more checks
2013-01-03 15:08:22 -05:00
Sanne Grinovero
5cf1b469dd
HHH-7866 Avoid redundant log level checking in StandardQueryCache
2013-01-03 15:00:57 -05:00
Lukasz Antoniak
bcf73bd32c
HHH-7437 - Fix and test
2013-01-03 13:10:16 +01:00
Strong Liu
9f4f817a73
simple change, mostly are removing those unnesserary unboxing code.
2012-12-31 23:20:05 +08:00
Strong Liu
781133164b
code format and fixing typo
2012-12-31 22:00:51 +08:00
Nikolay Shestakov
1c0b551055
using ConcurrentHashMap for decrease synchronization
2012-12-29 00:13:50 +06:00
Lukasz Antoniak
b11c23fd45
HHH-7561 - Fix and test
2012-12-26 01:46:42 +08:00
Strong Liu
6c6df69535
refactor, remove redundant type cast
2012-12-25 19:25:47 +08:00
Strong Liu
ada2a5327e
simple improvement and code format
2012-12-24 03:10:38 +08:00
Lukasz Antoniak
ceb96094f5
HHH-6627 HHH-7752 - Test cases
2012-12-20 11:16:08 -05:00
Brett Meyer
0a17d4612a
HHH-7872 corrected compiling issue
2012-12-19 14:48:59 -05:00
Brett Meyer
12c7ab93c3
HHH-7797 Simplified UniqueKey creation and corrected a couple of
...
@UniqueConstraint bugs.
2012-12-19 14:48:11 -05:00
Steve Ebersole
9c3998dade
HHH-7872 - Improved L2 cache storage of "reference" data
2012-12-19 09:24:36 -06:00