Chris Cranford
|
45460a7085
|
HHH-10968 - Skip EntityMode.MAP metadata when JpaMetaModelPopulationSetting is IGNORE_UNSUPPORTED.
|
2016-07-25 21:09:26 -05:00 |
Gail Badner
|
81d211d12a
|
HHH-10888 : PluralAttribute#isAssociation returns true for @ElementCollection
(cherry picked from commit cdd7fb66c8 )
|
2016-07-11 14:04:36 -07:00 |
barreiro
|
60e2123337
|
HHH-10801 - Bytecode enhancement of @MappedSuperclass
(cherry picked from commit cdc69a475b )
|
2016-07-01 13:37:22 -07:00 |
Andrea Boriero
|
4f46968600
|
HHH-10861 - Fix nullLiteral in select expression
(cherry picked from commit 597183a3b9 )
Conflicts:
hibernate-entitymanager/src/main/java/org/hibernate/jpa/criteria/expression/NullLiteralExpression.java
|
2016-06-28 17:57:39 -07:00 |
Gail Badner
|
57a9345959
|
HHH-10729 HHH-9021 HHH-10230 : Move tests to hibernate-entitymanager
|
2016-06-28 17:22:31 -07:00 |
Andrea Boriero
|
6ecd2bd472
|
HHH-10729 HHH-9021 HHH-10230 - Fix Issue with literals in select expression
(cherry picked from commit e71af130f0 )
|
2016-06-28 17:14:13 -07:00 |
Gail Badner
|
f32476e6c9
|
HHH-10341 - Move test to hibernate-entitymanager
|
2016-06-28 13:22:57 -07:00 |
Gail Badner
|
5b255fa0c2
|
HHH-10843 : Fix QuerySyntaxException when use CriteriaBuilder.concat in selectCase expression
|
2016-06-28 13:07:08 -07:00 |
Gail Badner
|
61d73f6214
|
HHH-10843 - Move test to hibernate-entitymanager
|
2016-06-28 12:34:20 -07:00 |
Gail Badner
|
dd2f668c97
|
HHH-10761 : Added test case
(cherry picked from commit d5fa58e850 )
|
2016-06-21 16:53:00 -07:00 |
Gail Badner
|
27ed69c2bc
|
HHH-10515 : Moved test to hibernate-entitymanager`
|
2016-06-13 19:43:09 -07:00 |
Martin Simka
|
f512e6631b
|
HHH-10756 fix procedure name in test
|
2016-06-02 08:27:13 +03:00 |
Timo Verhoeven
|
86e9efe788
|
HHH-9676 - TypeSafeActivator.applyDDL doesn't process composing constraints when @NotNull is present
|
2016-05-31 09:15:09 +03:00 |
Gail Badner
|
08a51523a2
|
HHH-10756 : Move tests to hibernate-entitymanager
|
2016-05-24 17:01:55 -07:00 |
Andrea Boriero
|
418c87f9cb
|
HHH-10691 - Fix SchemaScriptFileGenerationTest failing with PostgreSQL
|
2016-05-13 17:06:23 +01:00 |
Andrea Boriero
|
2a79ebe165
|
HHH-10635 - Fix EntityManager.isOpen() should respect status of Session
|
2016-05-12 09:01:29 +01:00 |
Andrea Boriero
|
e8dec1a062
|
HHH-10635 - Add test for issue
|
2016-05-12 09:01:22 +01:00 |
Andrea Boriero
|
a0d6412ca6
|
HHH-10601 - Fix Persistence.generateSchema - the output file contains duplicated DDL statements
|
2016-05-12 08:49:49 +01:00 |
Andrea Boriero
|
729b03e20b
|
HHH-10601 - Add test for issue
|
2016-05-12 08:49:38 +01:00 |
Vlad Mihalcea
|
de4637d592
|
Remove Diamond Operator from test cases
|
2016-04-06 13:25:24 +03:00 |
Martin Simka
|
a7694b5225
|
[HHH-10641] Fix identifier is too long exception for test LongVarcharValidationTest
|
2016-04-05 18:04:58 +03:00 |
Vlad Mihalcea
|
11c74b4ebb
|
Fix import issue. Instead of jpamodelgen, the TestForIssue annotation should be loaded from testing.
|
2016-03-22 11:10:09 +02:00 |
mdebeljuh
|
7aea8a60e9
|
HHH-10633 - JPA 2.1 Named Entity Graph in ORM XML loaded without subgraph
Process subgraphs and subclassSubgraphs concomitantly
|
2016-03-22 07:13:08 +02:00 |
Vlad Mihalcea
|
0ed39c7746
|
Change hibernate.properties to take configurable environment settings
|
2016-03-16 09:30:29 +02:00 |
Gail Badner
|
bdb458a609
|
HHH-10269 : JDBC Statement is not closed if exception appeared during query execution
|
2016-03-11 13:55:19 -08:00 |
Gail Badner
|
1c2107899a
|
HHH-10556 : Failure getting a PluralAttributePath for collection declared in a superclass marked @Entity
|
2016-03-09 16:53:13 -08:00 |
Gail Badner
|
4a54c911c1
|
HHH-10556 : Failure getting a PluralAttributePath for collection declared in a superclass marked @Entity
|
2016-03-09 16:53:13 -08:00 |
Andrei Ivanov
|
fc24cdb708
|
HHH-10510 - Root cause not properly extracted when transaction commit fails
|
2016-03-09 08:35:14 +02:00 |
k abram
|
2aed1fd6b1
|
HHH-10549 - Hibernate incorrectly applies Converters with autoApply=true to subclasses
|
2016-03-09 07:36:57 +02:00 |
Steve Ebersole
|
6d208331a9
|
HHH-10455 - MapJoin results in NPE when using key()
|
2016-02-27 13:47:29 -06:00 |
Andrea Boriero
|
be425d2308
|
HHH-10544 - Fix MySQL failing tests
|
2016-02-18 15:53:41 +00:00 |
Gail Badner
|
efa72a8333
|
HHH-5855 : Merge causes a duplicated "insert" of a child entity in lazy collection
|
2016-02-09 23:33:50 -08:00 |
Steve Ebersole
|
13bbddfd30
|
HHH-9548 - Allow propagation of NULL for stored-procedure argument parameters to database
|
2016-02-09 16:08:59 -06:00 |
Gail Badner
|
b1fef6c70b
|
HHH-10412 : case/when in criteria always casts resulting object which fails on mysql with boolean
|
2016-02-09 12:52:02 -08:00 |
Steve Ebersole
|
17de173cb5
|
HHH-10458 - Better encapsulate SchemaManagementTool (OGM) - unify JPA schema generation and hbm2ddl capabilities;
HHH-10487 - Add @Incubating annotation
|
2016-02-09 11:45:46 -06:00 |
Martin Simka
|
af7a9a69a8
|
[HHH-10475] skip CompositeIdRowValueTest databases that don't support row value constructor syntax
|
2016-02-08 22:12:15 -08:00 |
Oliver Breidenbach
|
d610e53a80
|
HHH-9375 - Testcase: EntityGraph and isMember functions generates illegal sql
|
2016-02-08 11:16:53 +00:00 |
Maxime Falaize
|
b8a3774cb4
|
HHH-9411 : Fix downcast of treat statement.
|
2016-02-06 16:12:28 +02:00 |
Oliver Breidenbach
|
f69c4e7882
|
HHH-10261 - Fixing bug on creating subgraph on inherited attributes
|
2016-02-01 15:19:44 +00:00 |
Oliver Breidenbach
|
13fa120240
|
HHH-10261 - Test showing Exception if subgraph is created on an inherited attribute
|
2016-02-01 15:19:44 +00:00 |
Andrea Boriero
|
738b501d50
|
HHH-9286 - Add test for issue
|
2016-01-27 16:40:06 +00:00 |
Steve Ebersole
|
3b4c167482
|
HHH-8706 - Delay registering of the entity listener class as long as possible
|
2016-01-26 16:41:53 -06:00 |
Steve Ebersole
|
6732e04058
|
HHH-10477 - Setting to allow delayed access to CDI
|
2016-01-25 15:33:43 -06:00 |
Steve Ebersole
|
95ed41b445
|
HHH-7572 - Develop API for load-by-multiple-ids
|
2016-01-25 13:12:45 -06:00 |
vladmihalcea
|
a8ee683280
|
Move user guide tests to org.hibernate.userguide and sql snippets to extras
|
2016-01-25 10:40:11 +02:00 |
Steve Ebersole
|
a5271d6e76
|
HHH-8706 - Delay registering of the entity listener class as long as possible
|
2016-01-23 12:00:45 -06:00 |
Steve Ebersole
|
6076298ce9
|
HHH-8706 - Delay registering of the entity listener class as long as possible
|
2016-01-22 19:17:06 -06:00 |
vladmihalcea
|
68446ca029
|
Move User Guide tests to the documentation folder, so the hibernate-entitymanager does not depend on Java 1.8
|
2016-01-14 17:16:27 +02:00 |
Steve Ebersole
|
13a169c599
|
HHH-10317 - Allow to bind custom types that implement the Collection interface through JPA APIs
|
2016-01-12 17:43:49 -06:00 |
Steve Ebersole
|
5c77f279af
|
HHH-4161 - persistence.xml <jar-file> not following JSR220 spec
|
2016-01-12 15:22:19 -06:00 |