Steve Ebersole
|
701f59b132
|
cleaned up JdbcMocks in test sources and moved it to hibernate-testing
|
2016-01-23 13:24:45 -06:00 |
Steve Ebersole
|
039382e8be
|
cleaned up JdbcMocks in test sources and moved it to hibernate-testing
|
2016-01-23 12:59:03 -06: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 |
Steve Ebersole
|
92bce3913b
|
documentation improvements on top of Vlad's work - naming
|
2016-01-21 12:05:13 -06:00 |
vladmihalcea
|
d769308785
|
Fill in the TODO sections for the Locking and Caching chapters
|
2016-01-21 16:50:53 +02:00 |
Andrea Boriero
|
f58c8eba9c
|
HHH-10372 - Add ZonedDateTimeComparator
|
2016-01-20 08:48:13 +00:00 |
Andrea Boriero
|
e261506d61
|
HHH-10372 - Change OffsetDateTimeType#getComparator() to return OffsetDateTime.timeLineOrder()
|
2016-01-20 08:48:13 +00:00 |
Andrea Boriero
|
f470709df8
|
HHH-10372 - Add test for issue
|
2016-01-20 08:48:13 +00:00 |
Steve Ebersole
|
a5e65834a1
|
HHH-9548 - Allow propagation of NULL for stored-procedure argument parameters to database
|
2016-01-19 15:47:36 -06:00 |
vladmihalcea
|
90b7f9e07c
|
Add Flushing chapter and JPQL section for batch updates
|
2016-01-19 15:42:44 +02:00 |
vladmihalcea
|
97ba351c2a
|
UserGuide uses examples from existing test cases
|
2016-01-18 15:18:23 +02:00 |
Sanne Grinovero
|
2bda2515af
|
Move access credentials for Oracle testing database to environment variables
|
2016-01-17 23:52:40 +00:00 |
Bogdan Calmac
|
2bad69f66a
|
Document that StatelessSession does not support lazy loading
While experimenting with StatelessSession I discovered that it does not
support lasy loading. I think this isn't imediately obvious and worth to
be included in the documentation.
See also http://stackoverflow.com/questions/34800788/does-statelesssession-support-lazy-loading
|
2016-01-15 16:26:46 -08: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 |
Andrea Boriero
|
653cf910fa
|
HHH-10401 - Fix Missing table names on foreign key circularity error message
|
2016-01-14 09:55:37 +00:00 |
Steve Ebersole
|
ebab48d6ad
|
5.0.7
|
2016-01-13 12:32:42 -06:00 |
Steve Ebersole
|
ef23be0e62
|
HHH-9485 - Duplicate Property with AccessType.PROPERTY and MappedSuperclass
|
2016-01-13 12:29:25 -06:00 |
Steve Ebersole
|
6c7f3ef25b
|
HHH-9485 - Duplicate Property with AccessType.PROPERTY and MappedSuperclass
|
2016-01-13 12:29:25 -06:00 |
Andrea Boriero
|
d35e29dc29
|
HHH-10433 - Fix hbm2ddl utils has a problem - release jdbc connection
|
2016-01-13 17:38:05 +00:00 |
Andrea Boriero
|
977c34bb59
|
HHH-10433 - Add test for issue
|
2016-01-13 17:37:56 +00:00 |
Steve Ebersole
|
debc06d54e
|
HHH-10422 - Backport HHH-9983 to fix identity IDs using Oracle12cDialect in 5.0
|
2016-01-13 11:31:29 -06:00 |
Sergey Astakhov
|
1ddcc7075f
|
HHH-9474 Fixing perfomance issue with ElementCollection
|
2016-01-13 15:02:27 +00:00 |
Jaikiran
|
536b814dc8
|
HHH-10439 Log a message while executing the import script(s)
|
2016-01-13 14:31:08 +00:00 |
Paul Ferraro
|
3aef8de87d
|
HHH-10416 Drop superfluous immutable-entity cache configuration. Default to entity cache configuration if undefined.
|
2016-01-12 17:47:13 -06: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
|
5e59ee8b1f
|
HHH-10432 - hibernate 5.0.6 does not work with Aries JPA 2.3.0
|
2016-01-12 15:52:57 -06:00 |
Steve Ebersole
|
5c77f279af
|
HHH-4161 - persistence.xml <jar-file> not following JSR220 spec
|
2016-01-12 15:22:19 -06:00 |
Andrea Boriero
|
8670b4211e
|
HHH-10385 HHH-10386 - Fix the @JoinColumn foreignKey is not taken into consideration when generating the association database schema
|
2016-01-12 18:57:14 +00:00 |
Andrea Boriero
|
504dd8353d
|
HHH-10385 HHH-10386 - Add tests for issues
|
2016-01-12 18:53:58 +00:00 |
Andrea Boriero
|
5b42faa134
|
HHH-10437 - Fix NPE in PrimaryKey#addColumn(Column column) when getTable().getNameIdentifier() is null
|
2016-01-12 16:45:46 +00:00 |
Andrea Boriero
|
a4dbbf447d
|
HHH-10437 - Add test for issue
|
2016-01-12 16:45:46 +00:00 |
Steve Ebersole
|
fd1ff34f03
|
HHH-5932 Fix filtering request with string literal starting with ':' (checkstyle fix)
|
2016-01-11 17:32:28 -06:00 |
Steve Ebersole
|
a35abf43e9
|
HHH-9342 - HQL "x member of treat(y as Type).collections" fails to parse
|
2016-01-11 16:32:58 -06:00 |
Steve Ebersole
|
6ed765ede3
|
HHH-6225 Add support to find entities by date in one single query (checkstyle fixes)
|
2016-01-11 14:20:57 -06:00 |
Steve Ebersole
|
efae886634
|
Migrate User Guide from Docbook to Asciidoctor (FindBugs fix)
|
2016-01-11 13:40:21 -06:00 |
Etienne Miret
|
e2b58d1d20
|
HHH-5932 Fix filtering request with string literal starting with ':'.
|
2016-01-11 12:08:31 -06:00 |
Etienne Miret
|
f52b841c5c
|
HHH-5932 Add test case.
|
2016-01-11 12:08:31 -06:00 |
vladmihalcea
|
c2ece0108e
|
Migrate User Guide from Docbook to Asciidoctor
|
2016-01-11 18:07:58 +02:00 |
Etienne Miret
|
446aa84429
|
HHH-9357 Fix type() with joined inheritance and discriminator column.
Conflicts:
hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
|
2016-01-09 22:26:37 -05:00 |
Etienne Miret
|
ea64e67495
|
HHH-9357 Add test case for this issue.
|
2016-01-09 22:25:12 -05:00 |
Etienne Miret
|
ea2d26e92e
|
HHH-9356 Add a bunch of tests.
Conflicts:
hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/convert/QueryTest.java
|
2016-01-09 21:57:22 -05:00 |
Etienne Miret
|
17e5f536bf
|
HHH-9356 All arguments of a between are now given the same expected type.
|
2016-01-09 21:53:44 -05:00 |
Felix Feisst
|
55f35cc239
|
HHH-9207 Added unit test.
|
2016-01-09 21:21:26 -05:00 |
Sanne Grinovero
|
765cc6096f
|
Add matrix testing configuration for Oracle database
|
2016-01-09 20:03:34 -05:00 |
Dimitrios Liapis
|
866491711e
|
Typo fix
Typo fix
|
2016-01-09 19:55:46 -05:00 |
Naros
|
6e31e61f1a
|
HHH-6225 Add support to find entities by date in one single query.
|
2016-01-09 19:48:37 -05:00 |
Steve Ebersole
|
abace003e6
|
HHH-5184 - Create a ConnectionAcquisitionMode as corollary to ConnectionReleaseMode
|
2016-01-08 13:41:16 -06:00 |
Steve Ebersole
|
b1d1a3c143
|
HHH-10307 - JTA no longer transitively provided (HHH-10178) causes problems for apps not using JTA
|
2016-01-08 11:12:58 -06:00 |
Andrea Boriero
|
3d237f67ba
|
HHH-10405: <return> elements of <sql-query> are not handled properly when building metadata - Refactoring
|
2016-01-08 11:39:26 +00:00 |