Vlad Mihalcea
80860065e5
HHH-11186 - Add examples for all Hibernate annotations
...
Document @NamedStoredProcedureQuery and @StoredProcedureParameter annotations
2017-06-05 14:59:55 +03:00
Oleksandr_Ierenkov
91f4deebac
HHH-3924 - Use intern() to reuse strings and reduce memory usage
2017-06-05 09:58:20 +03:00
Robert Richter
46f8302219
HHH-11788 - Unignore annotations.target test dir
...
The current project `.gitignore` file ignores `/*/target`, which
inadvertently ignores the test package
`org.hibernate.test.annotations.target`. The test files are checked-in
despite the gitignore, so some tools complain about editing ignored
files, and any new tests might not get checked in.
This change adds a `.gitignore` to the annotations package directory,
instead of the root project gitignore, because the package dir is
a more relevant context.
2017-06-05 08:48:48 +03:00
Karel Maesen
193583466a
HHH-11283 - Upgrade to geolatte-geom 1.1.0
2017-06-04 14:54:04 +02:00
Chris Cranford
cc51bbc639
HHH-11783 - Fix typo in javadoc.
2017-06-02 08:36:42 -04:00
Vlad Mihalcea
6edb857e5c
Increase test timeout since it was failing on Jenkins
2017-06-02 09:03:27 +03:00
Vlad Mihalcea
1fb9d1fb1a
HHH-11186 - Add examples for all Hibernate annotations
...
Document @MapKeyClass annotation
2017-06-01 17:58:57 +03:00
Vlad Mihalcea
a4db601eca
HHH-11186 - Add examples for all Hibernate annotations
...
Document @MapKeyColumn annotation
2017-06-01 16:00:26 +03:00
Vlad Mihalcea
fd3ac458f2
HHH-11186 - Add examples for all Hibernate annotations
...
Document @Index annotation
2017-06-01 14:51:40 +03:00
Vlad Mihalcea
c0b0da4282
HHH-11186 - Add examples for all Hibernate annotations
...
Document @UniqueConstraint annotation
2017-06-01 14:01:40 +03:00
Nazarii Bardiuk
87ddf0e74b
HHH-11743 - Fix for streaming of Tuple query
2017-05-30 09:36:24 -04:00
Vlad Mihalcea
25e3aeb0b8
Switch from createSQLQuery to createNativeQuery as the former is deprecated since 5.2
2017-05-30 09:52:56 +03:00
Vlad Mihalcea
6f35871266
HHH-11186 - Add examples for all Hibernate annotations
...
Document @OptimisticLock annotation
2017-05-25 18:37:22 +03:00
Vlad Mihalcea
378009d5e1
HHH-11186 - Add examples for all Hibernate annotations
...
Move optimistic locking mapping to the Locking chapter
2017-05-25 17:27:35 +03:00
Vlad Mihalcea
baf194d422
HHH-11186 - Add examples for all Hibernate annotations
...
Document @OnDelete annotation
2017-05-25 17:12:48 +03:00
Chris Cranford
a7f77e2687
HHH-11770 - Fix for audited queries for OneToMany associated to an EmbeddedId property.
2017-05-24 20:02:13 -04:00
Chris Cranford
10e69bd7b2
HHH-11770 - Added test case.
2017-05-24 20:02:13 -04:00
Vlad Mihalcea
77ea6186f7
HHH-11186 - Add examples for all Hibernate annotations
...
Document @OrderBy annotation
2017-05-24 17:21:33 +03:00
Vlad Mihalcea
73affabe44
HHH-11186 - Add examples for all Hibernate annotations
...
Document @MapKeyType annotation
2017-05-24 11:42:15 +03:00
Vlad Mihalcea
26908a86f5
HHH-11186 - Add examples for all Hibernate annotations
...
Document the @ListIndexBase annotation
2017-05-22 18:42:49 +03:00
Gail Badner
379e32e3f3
HHH-11762 - PersistenceUnitUtilImpl#getIdentifier throws MappingException for non-entity
2017-05-19 18:28:44 -07:00
Vlad Mihalcea
ec165296c6
HHH-11186 - Add examples for all Hibernate annotations
...
Document @Source and @RowId annotation
2017-05-18 17:38:37 +03:00
Vlad Mihalcea
e2e48e4e07
Fix test failing on MariaDB
2017-05-18 10:19:09 +03:00
Chris Cranford
a234ea600b
HHH-11463 - Avoid creating foreign keys from audit schema to non-audit schema.
2017-05-17 23:40:34 -04:00
Chris Cranford
6314ac1e0f
HHH-11463 - Added test case.
2017-05-17 23:39:47 -04:00
Chris Cranford
b1a322d1f3
HHH-11642 - Fix index out of range failure for SQLServerDialect.
2017-05-17 16:15:55 -04:00
Chris Cranford
fe0030c019
HHH-11642 - Added test case.
2017-05-17 16:15:34 -04:00
Chris Cranford
a1bc31b126
HHH-11759 - Make audited property and predicate order deterministic.
2017-05-17 12:28:46 -04:00
Vlad Mihalcea
c2150ffc3b
HHH-11186 - Add examples for all Hibernate annotations
...
Document @Subselect and @Synchronize annotations
2017-05-17 17:45:22 +03:00
Chris Cranford
f164223226
HHH-11747 - Fix DB2390Dialect pagination to work for offsets properly when using legacy limit handler behavior.
2017-05-16 17:12:17 -04:00
Chris Cranford
b45e2cade5
HHH-11747 - Added test case.
2017-05-16 17:11:39 -04:00
Vlad Mihalcea
6db73b22fe
HHH-11186 - Add examples for all Hibernate annotations
2017-05-16 16:48:54 +03:00
Andrea Boriero
cf6d1ddafd
HHH-11716 - @Transient annotation not respected when class defines 'get' and 'is' accessor variants
2017-05-16 14:09:03 +03:00
lpradel
0e83628c92
HHH-11546 Add support for SAP NetWeaver as JTA Platform
2017-05-16 12:45:19 +03:00
Prasanth Mathialagan
6ec060b1d2
HHH-11750 Fixed typos in Hibernate 5.2 User Guide
2017-05-16 00:59:45 -04:00
Chris Cranford
9826528435
HHH-11752 - Remove references to old types and fix LGTM warning.
2017-05-15 23:57:19 -04:00
Gail Badner
cab613de11
HHH-11740 - Fix test case to avoid pessimistic locking exception
2017-05-15 14:38:22 -07:00
Vlad Mihalcea
733f55f362
HHH-11740 - Default MultiTableBulkIdStrategy for DB2 does not work with connection pools
...
- Made test run on H2, Oracle, SQL server, MySQL and PostgreSQL
2017-05-15 18:50:31 +03:00
Vlad Mihalcea
386b04872f
HHH-11740 - Default MultiTableBulkIdStrategy for DB2 does not work with connection pools
...
- Fix tests on PostgreSQL
2017-05-15 17:55:22 +03:00
Gail Badner
6a0a6d7562
HHH-11740 : Skip test for H2
2017-05-12 14:24:18 -07:00
Gail Badner
061a1cae31
HHH-11740 : Default MultiTableBulkIdStrategy for DB2 does not work with connection pools
2017-05-12 13:49:29 -07:00
Gail Badner
36d09411fb
HHH-11740 : test case
2017-05-12 13:48:03 -07:00
Vlad Mihalcea
c0a82797a5
Bump PostgreSQL JDBC Driver version to 42.1.1 which works with 9.6
2017-05-12 13:00:51 +03:00
Andrea Boriero
93559d2e60
HHH-11374 - ConcurrentStatisticsImpl#getSecondLevelCacheStatistics() throws NPE if second level cache is not activated
2017-05-12 11:15:31 +03:00
Chris Cranford
5a7526b484
HHH-11730 - Document new configurable property.
2017-05-11 18:17:46 -04:00
dkublik
9fdd7e4588
HHH-11730-configurable-originalId-property
2017-05-11 18:17:46 -04:00
Andrea Boriero
eb819faa8c
HHH-11737 - Fix xcheckstyle error
2017-05-11 06:50:39 -05:00
Chris Cranford
f9aa6e6d2e
HHH-11737 - Remove dependency on org.hibernate.criterion package.
2017-05-10 19:50:37 -04:00
Andrea Boriero
5ff2289da4
HHH-11700 - Deprecate three org.hibernate.engine.spi.SessionFactoryImplementor methods
2017-05-10 18:16:19 +03:00
Vlad Mihalcea
c434d9a9b1
HHH-11500 - Provide the cause of the error when validating @Loader named queries
2017-05-10 16:12:03 +03:00