Commit Graph

8163 Commits

Author SHA1 Message Date
Gail Badner 9584b16089 HHH-11832 : ManyToManyWithDynamicFilterTest fails on Sybase due to reserved word 2017-06-21 20:23:29 -07:00
Vlad Mihalcea b28a38fb41 HHH-11186 - Add examples for all Hibernate annotations
Document @SqlFragmentAlias annotation
2017-06-21 18:01:48 +03:00
Vlad Mihalcea 7f010569e5 HHH-11827 - JPA entity native query not eagerly fetching associations as suggested by documentation. 2017-06-21 16:48:48 +03:00
Vlad Mihalcea 7362a49477 HHH-11186 - Add examples for all Hibernate annotations
Document @Polymorphism annotation
2017-06-20 17:26:06 +03:00
Richard Yhip 5d49468acf fixed exception message spacing 2017-06-20 08:43:55 -04:00
Philippe Marschall dda0c4c37e HHH-11824 Remove Types.REF_CURSOR reflection
https://hibernate.atlassian.net/browse/HHH-11824
2017-06-19 17:31:03 +02:00
Vlad Mihalcea 67b01b5004 HHH-11186 - Add examples for all Hibernate annotations
Document Hibernate @NativeQuery and @NamedNativeQuery annotation
2017-06-19 17:16:26 +03:00
Vlad Mihalcea e5044c51c1 HHH-11186 - Add examples for all Hibernate annotations
Document @LazyToOne annotation
2017-06-19 15:36:14 +03:00
Vlad Mihalcea e50809e631 Fix failing test on MariaDB 2017-06-16 11:59:10 +03:00
Karel Maesen a7fc440e4c HHH-11764 - Fix PGGeometryTypeDescriptor 2017-06-14 22:08:40 +02:00
Vlad Mihalcea 216e61fc9b HHH-11764 - JTS geometry being bound to byte array instead of PGgeometry 2017-06-14 22:08:12 +02:00
Gail Badner 3f2c36ab69 HHH-11818 : ClassCastException when binding a MaterializedNClobType as NClob 2017-06-14 13:02:48 -07:00
Gail Badner 515e45e382 HHH-11818 HHH-11296 : Added tests 2017-06-14 13:02:47 -07:00
Andrea Boriero 475746ae73 HHH-11707 - README.md claims Java 6 compatibility 2017-06-13 13:07:07 +01:00
Chris Cranford 03053502e1 Checkstyle fixups. 2017-06-12 13:24:42 -04:00
Chris Cranford 699b50725d HHH-11768 HHH-11714 Apply code suggestions. 2017-06-12 13:24:42 -04:00
Chris Cranford c6135f2db3 HHH-11714 - Fix ordered inserts with secondary tables and inheritance. 2017-06-12 13:24:42 -04:00
Chris Cranford f4cd82a265 HHH-11714 - Added test case. 2017-06-12 13:24:42 -04:00
Chris Cranford 234849d33b HHH-11768 - Fix FK ConstraintViolationException with ordered inserts enabled and cascade persist. 2017-06-12 13:24:42 -04:00
Chris Cranford e7e6cc53ab HHH-11768 - Test case 2017-06-12 13:24:42 -04:00
Utku Gultopu 8343a3f647 HHH-11804 - Make embeddable class' name consistent 2017-06-11 12:32:05 -04:00
Vlad Mihalcea 3f35cd18e0 HHH-11186 - Add examples for all Hibernate annotations
Document @WhereJoinTable annotation
2017-06-09 14:11:11 +03:00
Vlad Mihalcea 9c53bfdd73 HHH-11186 - Add examples for all Hibernate annotations
Document default entity listeners, @ExcludeDefaultListeners, and @ExcludeSuperclassListeners
2017-06-08 17:51:50 +03:00
Vlad Mihalcea 43f74be58e HHH-11186 - Add examples for all Hibernate annotations
Document @AssociationOverride and @AttributeOverride
2017-06-08 11:46:32 +03:00
Vlad Mihalcea 6049131218 HHH-11793 - Change docs to point out that EAGER associations cannot be turn to LAZY with entity graphs 2017-06-08 08:53:17 +03:00
MilovanderZee 2867e070ea HHH-10934 - Check ForeignKey on function instead of only the name 2017-06-07 12:58:58 -04:00
MilovanderZee 736da3247c HHH-10934 - Initial unit test 2017-06-07 12:58:58 -04:00
Vlad Mihalcea 6307a47c13 HHH-11186 - Add examples for all Hibernate annotations
Document @NamedSubgraph
2017-06-07 17:24:00 +03:00
Vlad Mihalcea 9039291288 HHH-11186 - Add examples for all Hibernate annotations
Document @PersistenceUnit
2017-06-06 15:36:55 +03:00
Vlad Mihalcea 6082f1975d HHH-11186 - Add examples for all Hibernate annotations
Document @PersistenceContext and @PersistenceProperty
2017-06-06 12:24:56 +03:00
Vlad Mihalcea 7ae52fa65e HHH-11186 - Add examples for all Hibernate annotations
Document @QueryHint
2017-06-06 08:43:47 +03:00
Vlad Mihalcea 5e23b7fd02 HHH-11186 - Add examples for all Hibernate annotations
Document @TableGenerator
2017-06-05 17:27:23 +03:00
Vlad Mihalcea e10653e3a7 HHH-11186 - Add examples for all Hibernate annotations
Document @SequenceGenerator
2017-06-05 16:45:10 +03:00
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