Steve Ebersole
939c1f2743
HHH-8445 - Implement REF_CURSOR support for StoredProcedureQuery
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
Brett Meyer
8b65113ada
HHH-3047 Increase max alias length for Oracle dialects from 10 to 30
2013-08-22 22:32:21 -04:00
Steve Ebersole
88559e2061
HHH-8450 - Predicate#not now required to return new instance
2013-08-22 15:53:40 -05:00
Brett Meyer
d91ed8942c
HHH-4699 test case
2013-08-22 15:35:52 -04:00
Kristian Marinkovic
ad5dd18aac
HHH-4699 trim value from database before Enum.valueOf()
...
this change fixes the problem with fixed size columns with enum values
that are right padded.
2013-08-22 15:19:57 -04:00
Steve Ebersole
0b488b92a0
HHH-8111 - AttributeConverter doesn't override built-in type mappings
2013-08-22 10:01:53 -05:00
Steve Ebersole
d2c5734c6e
HHH-8111 - AttributeConverter doesn't override built-in type mappings
2013-08-22 09:27:59 -05:00
Steve Ebersole
9f86babd88
HHH-8111 - AttributeConverter doesn't override built-in type mappings
2013-08-22 09:27:59 -05:00
Brett Meyer
8ccbd7d121
HHH-8068 formatting and cleanup
2013-08-21 15:39:32 -04:00
ammachado
d0a7a017a5
HHH-8068 Suggestion for improvement.
2013-08-21 15:39:19 -04:00
Brett Meyer
9ee5392456
HHH-7915 test case and cleanup
2013-08-21 15:39:19 -04:00
chris-manning
7ef045ae2c
HHH-7915 Include referenced columns when creating foreign keys from the included table
2013-08-21 15:39:07 -04:00
Brett Meyer
10930af516
HHH-2692 corrected failing test
2013-08-20 19:49:27 -04:00
Manuel Bernhardt
f1e4bfbffd
HHH-2692 Handling subqueries in INSERT...SELECT, disallowing use of
...
:parameters in SELECT if not in INSERT...SELECT, additional test cases
Conflicts:
hibernate-core/src/main/java/org/hibernate/hql/ast/tree/SelectClause.java
hibernate-core/src/test/java/org/hibernate/test/hql/BulkManipulationTest.java
2013-08-20 19:33:36 -04:00
Manuel Bernhardt
6ad0d4cfbe
HHH-2692: Correctly reporting type mismatch in select...insert
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/hql/ast/tree/IntoClause.java
hibernate-core/src/test/java/org/hibernate/test/hql/BulkManipulationTest.java
2013-08-20 19:30:35 -04:00
Manuel Bernhardt
9304c2b3e9
Least-effort fix for HHH-2692
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/hql/ast/HqlSqlWalker.java
hibernate-core/src/main/java/org/hibernate/hql/ast/tree/IntoClause.java
hibernate-core/src/main/java/org/hibernate/hql/ast/tree/SelectExpressionList.java
hibernate-core/src/test/java/org/hibernate/test/hql/BulkManipulationTest.java
2013-08-20 19:29:17 -04:00
Jeremy Whiting
51deee1e66
Added Maven plugin to enhance Entities during build time.
...
Conflicts:
settings.gradle
2013-08-20 10:54:17 -04:00
Jeremy Whiting
12225133e7
Changed dependencies to use root project libraries configuration. Renamed the gradle build file to conform to project standard for a module. Fixed findbugs reported issues. Removed unnecessary classes and instead use an anonymous class.
2013-08-20 10:52:32 -04:00
Jeremy Whiting
bfbb6a77a9
Added Gradle plugin to provide build time support for enhancing entity objects.
2013-08-20 10:52:18 -04:00
Steve Ebersole
bf168ca24e
HHH-8111 - AttributeConverter doesn't override built-in type mappings
2013-08-19 16:07:07 -05:00
Anton Marsden
ad5c0f1f82
HHH-5920: improve the performance of PersistentClass
2013-08-19 16:19:26 -04:00
Steve Ebersole
7bcf161d36
HHH-8111 - AttributeConverter doesn't override built-in type mappings
2013-08-19 14:54:46 -05:00
Brett Meyer
5a7d179f81
HHH-8423 corrected one un-cleaned-up test
2013-08-19 13:26:18 -04: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
Brett Meyer
714d48880d
HHH-8447 HQL delete with multiple subqueries failing (incorrect alias
...
used)
2013-08-16 12:34:24 -04:00
Brett Meyer
cc550c08a8
HHH-8441 Hibernate is trying to add values to an Immutable List
2013-08-16 10:16:21 -04:00
Steve Ebersole
6162a4b394
HHH-8444 - Fix criteriaapi failures from JPA 2.1 TCK
2013-08-15 19:02:03 -05:00
Brett Meyer
05144811e4
HHH-8440 added mssql2012 to StandardDatabaseInfoDialectResolver
2013-08-15 10:10:44 -04:00
Brett Meyer
5981fc19b5
HHH-8440 Support sequences with a new SQLServer2012Dialect
2013-08-14 11:59:51 -04:00
Brett Meyer
b1759cb7c2
HHH-8383 ExceptionInInitializerError when changing System properties
...
while Environment class is initialized
2013-08-13 14:59:46 -04: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
858c68364a
HHH-8439 optional OSGi manifest imports in envers
2013-08-13 11:03:29 -04:00
Brett Meyer
cc992e0e1a
HHH-8183 re-activating test now that QA allows Synonym creation
2013-08-13 10:28:31 -04:00
Brett Meyer
90532087d5
HHH-7959 gracefully handle non-transactional entity cache
2013-08-07 11:44:44 -04:00
Darren Evenson
a745f93bfa
HHH-8427 Typo in documentation - Basic Mapping
2013-08-06 12:10:33 -04:00
Darren Evenson
b7975a65fb
HHH-8055 error in docs - associations and joins - meaning is opposite of intended meaning
2013-08-06 12:08:58 -04:00
Darren Evenson
38e2d37d39
HHH-4141 Typo: "declared" incorrectly spelled ("decalred")
2013-08-06 12:00:17 -04:00
Brett Meyer
e5af57585b
HHH-8428 comment & cleanup
2013-08-06 11:53:19 -04:00
Karl von Randow
023862728f
HHH-8428 Protect SessionFactoryRegistry.getNamedSessionFactory(String) from NPE
2013-08-06 11:52:59 -04:00
Brett Meyer
a2da429997
HHH-8426 Add defaultScrollMode to Dialect
2013-08-06 11:18:13 -04:00