Steve Ebersole
a4d4152204
HHH-8514 - EntityManager#createQuery(CriteriaQuery) should throw IAE rather than ISE
2013-09-18 09:52:14 -05:00
Steve Ebersole
31f50f3280
HHH-8515 - EntityManager#createStoredProcedureQuery( String, String...) should throw IAE if result set mapping name(s) do not exist
2013-09-18 08:48:51 -05:00
Steve Ebersole
75dc1138de
HHH-8514 - EntityManager#createQuery(CriteriaQuery) should throw IAE rather than ISE
2013-09-18 08:10:08 -05:00
Steve Ebersole
37d2e1804a
Added some simple tests for using the JPA Cache API
2013-09-18 07:51:01 -05:00
Steve Ebersole
a2881b3a35
HHH-8498 - Full ConstructorResult handling
2013-09-17 17:29:53 -05:00
Juergen Zimmermann
e903b3d3cf
HHH-8394 Wrong processing of package-info.java on Windows
2013-09-12 13:37:34 -04:00
Steve Ebersole
9e54c418ab
HHH-8499 - Prepare for 4.3 Beta4 release
2013-09-12 11:44:42 -05:00
Farah Juma
93a67bec94
HHH-8492: Making the validator factory available via EntityManagerFactory.getProperties().get("javax.persistence.validation.factory").
2013-09-12 11:37:24 -04:00
Steve Ebersole
d0b556ece6
HHH-8459 - Improved handling of JPA schema-generation target files
2013-09-12 08:49:52 -05:00
Steve Ebersole
0bf29bc2fd
HHH-8493 - Implement ConstructorResults handling
2013-09-12 07:10:44 -05:00
Brett Meyer
eef090d5bf
HHH-8364 corrected test
2013-09-11 14:31:54 -04:00
beamerblvd
34965da78f
HHH-8364 exclude-unlisted-classes parsing handles content incorrectly
...
Parsing for exclude-unlisted-classes handles content within the element incorrectly. The value correctly defaults to false. <exclude-unlisted-classes /> and <exclude-unlisted-classes>true</exclude-unlisted-classes> are correctly parsed as true. However, <exclude-unlisted-classes>false</exclude-unlisted-classes> is incorrectly parsed as true. This commit fixes that.
2013-09-11 14:31:54 -04:00
Brett Meyer
3869845ee0
HHH-8364 test case
2013-09-11 14:31:54 -04:00
Scott Marlow
bcb84dd49b
HHH-8442 certain EntityManager operations (createQuery()) should rollback the TX for when Runtime exceptions are thrown
2013-09-11 12:49:36 -04:00
Steve Ebersole
4027f131e3
HHH-8487 - Auto-flush on JPA native SQL query
2013-09-11 10:52:48 -05:00
Steve Ebersole
c6fbd4be4c
HHH-8487 - Auto-flush on JPA native SQL query
2013-09-11 09:18:04 -05:00
Steve Ebersole
05dcb8f5c1
HHH-8486 - javax.persistence.Tuple#get(String,Class) impl does not validate type
2013-09-10 18:46:23 -05:00
Steve Ebersole
a3f1c247bc
HHH-8480 - JPA Predicate#not() on a simple predicate should leave the operator as AND, not mutate it to OR
2013-09-10 17:16:11 -05:00
Steve Ebersole
b8b586a65e
HHH-8477 - Cannot create named queries at runtime - exception results
2013-09-09 14:15:13 -05:00
Scott Marlow
f198392364
HHH-8442 certain EntityManager operations (e.g. StoredProcedureQuery.execute()) should rollback the TX for when Runtime exceptions are thrown
2013-09-06 19:50:56 -04:00
Tomaz Cerar
5011b4a30e
HHH-8363 ClassLoaderServiceImpl should be defined as Stoppable
...
- also fix problem with JpaIntegrator holding references to beanmanager
2013-09-06 18:28:57 -04:00
Brett Meyer
8a0d301ba5
HHH-8474 accounted for Gradle 1.7's BND upgrade
2013-09-06 18:28:57 -04:00
Steve Ebersole
1f6daa6785
HHH-8469 - Application of JPA 2.1 AttributeConverters
2013-09-06 13:38:56 -05:00
Brett Meyer
a5705e011e
HHH-8284 build SessionFactory before JPASchemaGenerator use to kick off
...
integrators
2013-09-04 23:16:00 -04:00
Brett Meyer
6963dc88d0
HHH-8316 JandexHelper uses ClassLoaderService
2013-09-04 22:38:18 -04:00
Steve Ebersole
151dd1531b
HHH-8469 - Application of JPA 2.1 AttributeConverters
2013-09-03 11:43:24 -05:00
Brett Meyer
9f10ec5e74
HHH-8454 added numeric types to MySQLDialect#getCastTypeName
2013-08-29 15:06:59 -04:00
Brett Meyer
a9e85716f1
HHH-8454 corrected failing test for MySQL
2013-08-29 13:49:17 -04:00
Steve Ebersole
91dace33b3
HHH-8459 - Improved handling of JPA schema-generation target files
2013-08-27 16:17:28 -05:00
Scott Marlow
7146435a42
HHH-8406 - fix for EntityManagerFactoryRegistry not being thread safe
2013-08-26 12:56:51 -04:00
Steve Ebersole
cd812b6d65
HHH-8413 - Rename ProcedureResults -> ProcedureOutputs
2013-08-25 21:08:49 -05:00
Steve Ebersole
e42e786e8d
HHH-8442 - StoredProcedureQuery.execute() should rollback the TX for certain exceptions
2013-08-25 21:03:56 -05:00
Steve Ebersole
1a59e9194b
HHH-8454 - Criteria queries sometimes lead to SQL like "... where ? in (?,?)"
2013-08-25 20:01:00 -05:00
Steve Ebersole
0ecb76f9d5
Tests for @ConstructorResult mapping of stored procedure results
2013-08-25 09:41:56 -05:00
Steve Ebersole
8cfa73c3a1
HHH-8452 - Better parameter handling for JPA criteria queries
2013-08-25 01:17:20 -05:00
Steve Ebersole
bfe564e810
HHH-8444 - Fix criteriaapi failures from JPA 2.1 TCK
2013-08-24 19:25:25 -05:00
Steve Ebersole
88559e2061
HHH-8450 - Predicate#not now required to return new instance
2013-08-22 15:53:40 -05:00
Steve Ebersole
9f86babd88
HHH-8111 - AttributeConverter doesn't override built-in type mappings
2013-08-22 09:27:59 -05:00
Steve Ebersole
bf168ca24e
HHH-8111 - AttributeConverter doesn't override built-in type mappings
2013-08-19 16:07:07 -05:00
Steve Ebersole
4431f3428c
HHH-8444 - Fix criteriaapi failures from JPA 2.1 TCK
2013-08-19 09:21:20 -05:00
Steve Ebersole
7bdcdca439
HHH-8444 - Fix criteriaapi failures from JPA 2.1 TCK
2013-08-19 09:21:20 -05:00
Steve Ebersole
d5ceb60062
HHH-8444 - Fix criteriaapi failures from JPA 2.1 TCK
2013-08-19 09:21:20 -05:00
Steve Ebersole
b12ad4f5cc
HHH-8444 - Fix criteriaapi failures from JPA 2.1 TCK
2013-08-19 09:21:19 -05:00
Steve Ebersole
6162a4b394
HHH-8444 - Fix criteriaapi failures from JPA 2.1 TCK
2013-08-15 19:02:03 -05:00
Strong Liu
4f2088856f
HHH-7216 'java.lang.IllegalStateException: No supertype found' thrown on query with COUNT aggregate function
2013-08-14 00:39:40 +08:00
Brett Meyer
6c708e2180
HHH-8420 multiple test-only fixes from matrix failures
2013-08-06 10:43:29 -04:00
Jan Šimek
5255c5074f
ignoring collections and maps of any during populating JPA metamodel,
...
see HHH-6589
Conflicts:
hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/AttributeFactory.java
2013-08-05 23:20:08 -04:00
Steve Ebersole
3d595febc5
HHH-8419 - Tie javax.persistence.Parameter instance to javax.persistence.Query instance
2013-08-05 11:24:31 -05:00
Steve Ebersole
6beb5acb4b
HHH-8415 - Throw exception types expected by JPA spec wrt StoredProcedureQuery
2013-08-02 19:18:14 -05:00
Sanne Grinovero
aea6b767ae
Micro-tuning for StandardListenerFactory
2013-08-02 18:09:56 +01:00