Commit Graph

  • 364fe49e55 HHH-18490 Handle "concrete" generic embeddable attributes defined in mapped superclass Marco Belladelli 2024-08-26 11:25:47 +0200
  • 02550618ca HHH-18490 Add test for issue Marco Belladelli 2024-08-26 11:22:26 +0200
  • b26977358a HHH-18502 Fix compiler method selection for #in(Collection<?> values) Marco Belladelli 2024-08-21 09:40:13 +0200
  • e9231c01ed HHH-18502 Add test for issue Marco Belladelli 2024-08-21 09:39:33 +0200
  • 6573212b75 HHH-18469 Use collection element table group when resolving circular bidirectional fetch Marco Belladelli 2024-08-13 10:59:31 +0200
  • e1baabbded HHH-18469 Add test for issue Marco Belladelli 2024-08-13 10:59:20 +0200
  • 49cca414b9 HHH-18503 Register root table name usage for persisters with physical discriminators Marco Belladelli 2024-08-20 10:29:57 +0200
  • aae1ef9df0 HHH-18503 Add a test showing the issue marko-bekhta 2024-08-19 17:31:29 +0200
  • 1951c0b993 HHH-18478 Retrieve concrete entity descriptor inside entity initializer's resolve state Marco Belladelli 2024-09-03 10:48:00 +0200
  • 03d9671e02 HHH-18478 Add test for issue Marco Belladelli 2024-09-03 10:47:24 +0200
  • fc337a9294 HHH-18490 Handle "concrete" generic embeddable attributes defined in mapped superclass Marco Belladelli 2024-08-26 11:25:47 +0200
  • 0e71253aa3 HHH-18490 Add test for issue Marco Belladelli 2024-08-26 11:22:26 +0200
  • b61ba10afd HHH-18502 Fix compiler method selection for #in(Collection<?> values) Marco Belladelli 2024-08-21 09:40:13 +0200
  • 97f9402edb HHH-18502 Add test for issue Marco Belladelli 2024-08-21 09:39:33 +0200
  • dbf5d222bb HHH-18469 Use collection element table group when resolving circular bidirectional fetch Marco Belladelli 2024-08-13 10:59:31 +0200
  • 564eeead3c HHH-18469 Add test for issue Marco Belladelli 2024-08-13 10:59:20 +0200
  • 70137e7f09 HHH-18486 Prioritize custom name-resolvers before defaulting to dynamic Marco Belladelli 2024-08-22 10:39:31 +0200
  • 1ae633b5c6 HHH-18486 Add test for issue Marco Belladelli 2024-08-22 10:38:44 +0200
  • edc7b5d680 HHH-18178 Validation of CTE source query in `with` method Marco Belladelli 2024-06-06 10:03:06 +0200
  • 726ae6a959 HHH-18178 Add test for issue Marco Belladelli 2024-05-30 09:26:58 +0200
  • 67269a6137 HHH-18503 Register root table name usage for persisters with physical discriminators Marco Belladelli 2024-08-20 10:29:57 +0200
  • ecf4c29a60 HHH-18503 Add a test showing the issue marko-bekhta 2024-08-19 17:31:29 +0200
  • 10616605f9
    HHH-18612 Avoid writing `import.sql` file to classpath Marco Belladelli 2024-09-13 12:05:19 +0200
  • 464ad489d6 Mark field `INSTANCE` as private or deprecated for removal if method `instance()` present Yanming Zhou 2024-08-20 15:35:07 +0800
  • fa35531957
    HHH-18486 Prioritize custom name-resolvers before defaulting to dynamic Marco Belladelli 2024-08-22 10:39:31 +0200
  • e707b276db
    HHH-18486 Add test for issue Marco Belladelli 2024-08-22 10:38:44 +0200
  • 73f2a109ac
    HHH-18478 Retrieve concrete entity descriptor inside entity initializer's resolve state Marco Belladelli 2024-09-03 10:48:00 +0200
  • d40ae647f6
    HHH-18478 Add test for issue Marco Belladelli 2024-09-03 10:47:24 +0200
  • f8e367a6b2
    HHH-18490 Handle "concrete" generic embeddable attributes defined in mapped superclass Marco Belladelli 2024-08-26 11:25:47 +0200
  • c978fba0cd
    HHH-18490 Add test for issue Marco Belladelli 2024-08-26 11:22:26 +0200
  • 1c4ff79a32
    HHH-18502 Fix compiler method selection for #in(Collection<?> values) Marco Belladelli 2024-08-21 09:40:13 +0200
  • b87a9d30d2
    HHH-18502 Add test for issue Marco Belladelli 2024-08-21 09:39:33 +0200
  • e1b967d332
    HHH-18469 Use collection element table group when resolving circular bidirectional fetch Marco Belladelli 2024-08-13 10:59:31 +0200
  • a710d3f320
    HHH-18469 Add test for issue Marco Belladelli 2024-08-13 10:59:20 +0200
  • c943e8da61
    HHH-18503 Register root table name usage for persisters with physical discriminators Marco Belladelli 2024-08-20 10:29:57 +0200
  • c313e4f7bb
    HHH-18503 Add a test showing the issue marko-bekhta 2024-08-19 17:31:29 +0200
  • c181e1913e Revert "HHH-18543 Skip GenericCompositeUserTypeTest for JVM OpenJ9" Andrea Boriero 2024-09-12 14:10:02 +0200
  • b5fa9b2a41 Informix tests fixes 2 Vladimír Kuruc 2024-09-13 08:18:18 +0200
  • 60fed21acd fix test "bug" Steve Ebersole 2024-09-12 20:16:12 -0500
  • 98c8a29e2d Mark field `INSTANCE` as private or deprecated for removal if method `instance()` present Yanming Zhou 2024-08-20 15:35:07 +0800
  • 93e0ceb222 HHH-18498 - Support for unnamed generators HHH-18593 - Enforce GeneratedValue GenerationType HHH-18609 - Use UuidGenerator for GenerationType.UUID Steve Ebersole 2024-09-12 13:08:40 -0500
  • 73aa8ddd50 HHH-18537 - Support Session#createNamedSelectionQuery for native-query Jan Schatteman 2024-08-29 22:34:27 +0200
  • 7db290c668 HHH-18535 - Support jakarta.persistence.EntityResult#lockMode Steve Ebersole 2024-08-28 19:12:50 -0500
  • c3093b3069 HHH-18536 - Support implicit "this" alias in HQL Steve Ebersole 2024-08-28 17:24:53 -0500
  • 63a286a641 HHH-18498 - Generator on package level does not work when the name is not specified HHH-18499 - Some new functions in Persistence 3.2 does not work HHH-18536 - Support implicit "this" alias in HQL HHH-18537 - Support Session#createNamedSelectionQuery for native-query Steve Ebersole 2024-08-28 17:10:48 -0500
  • 129d551003 test for @NamedNativeQuery with result set mapping Gavin King 2024-05-13 11:54:36 +0200
  • a32333378a test for @EntityResult(lockMode) Gavin King 2024-05-13 00:02:30 +0200
  • 753dbc45a4 test for @SequenceGenerator/@TableGenerator with no name Gavin King 2024-05-12 17:41:50 +0200
  • 9329a88101 test for JPQL 'this' implicit identification variable Gavin King 2024-05-13 11:39:17 +0200
  • 8c7f707dc2 squash more warnings Gavin King 2024-09-12 20:03:28 +0200
  • d8ad674e7f HHH-18480 ClassCastException when updating a Blob with Oracle Andrea Boriero 2024-09-12 11:57:24 +0200
  • 6cc292e9d3 HHH-18480 Add test for issue Andrea Boriero 2024-09-12 11:30:28 +0200
  • 878c4b95f3 HHH-18480 ClassCastException when updating a Blob with Oracle Andrea Boriero 2024-09-12 11:57:24 +0200
  • dc5cef36a8 HHH-18480 Add test for issue Andrea Boriero 2024-09-12 11:30:28 +0200
  • 88cc77a47e HHH-18480 ClassCastException when updating a Blob with Oracle Andrea Boriero 2024-09-12 11:57:24 +0200
  • 28ce13ac1b HHH-18480 Add test for issue Andrea Boriero 2024-09-12 11:30:28 +0200
  • 0268ad1151
    Merge e318ce8871 into fbdec58da2 Andrea Boriero 2024-09-12 20:52:59 +0200
  • 1ee4425f25
    Merge c5a5fc1887 into fbdec58da2 Andrea Boriero 2024-09-12 20:52:59 +0200
  • 82414dd424
    Merge 87733bffda into fbdec58da2 Andrea Boriero 2024-09-12 20:52:59 +0200
  • b4191f8b86 HHH-18480 ClassCastException when updating a Blob with Oracle Andrea Boriero 2024-09-12 11:57:24 +0200
  • 362166db69 HHH-18480 Add test for issue Andrea Boriero 2024-09-12 11:30:28 +0200
  • 94cd26f612 HHH-18489 Lazy, unowned one-to-one associations get loaded eagerly in queries - even with bytecode enhancement Andrea Boriero 2024-08-22 14:04:17 +0200
  • 1dfd12eb0e HHH-18489 Test initialization of unowned, lazy one-to-one associations Andrea Boriero 2024-08-22 14:02:16 +0200
  • 50dfeca8dc HHH-18489 Test initialization of unowned, lazy one-to-one associations (and more) in queries Yoann Rodière 2024-08-14 17:07:44 +0200
  • 4b33d0d067 HHH-18602 Expose `determineDatabaseVersion` in `Dialect` Yoann Rodière 2024-09-11 19:28:18 +0200
  • 4deb2d9342
    HHH-18598 Determine uniqueness from JoinColumn for inverseJoinColumns Erdem A Memisyazici 2024-09-12 13:03:52 -0400
  • 02c584d5ee HHH-18605 fix some minor defects in Hibernate Query Language doc nathan.xu 2024-09-12 11:54:17 -0400
  • 0b25e5a597 HHH-18462 Provide alternatives to deprecated org.hibernate.engine.spi.Mapping Andrea Boriero 2024-08-05 17:49:05 +0200
  • 312c96f202
    Merge 8f7dd171e4 into fbdec58da2 Akshit97 2024-09-12 16:45:44 +0200
  • fbdec58da2 HHH-18475 fix race condition in AbstractRowMapper 5.6 Olivier Bourgain 2024-08-12 10:38:18 +0200
  • 0105dfe57d HHH-18353 ArrayConstructorFunction comparing argument types by reference causes FunctionArgumentException Andrea Boriero 2024-09-02 14:33:08 +0200
  • a5b353b34b HHH-18353 Add test for issue Andrea Boriero 2024-09-02 14:31:44 +0200
  • 4bd164222f HHH-18353 ArrayConstructorFunction comparing argument types by reference causes FunctionArgumentException Andrea Boriero 2024-09-02 14:33:08 +0200
  • ab11020ed1 HHH-18353 Add test for issue Andrea Boriero 2024-09-02 14:31:44 +0200
  • d9e8a693e1 HHH-18457 Remove deprecated org.hibernate.Metamodel and org.hibernate.metamodel.spi.MetamodelImplementor Andrea Boriero 2024-08-02 14:21:33 +0200
  • d03e0fdc90 HHH-18353 ArrayConstructorFunction comparing argument types by reference causes FunctionArgumentException Andrea Boriero 2024-09-02 14:33:08 +0200
  • 4dc6ea8267 HHH-18353 Add test for issue Andrea Boriero 2024-09-02 14:31:44 +0200
  • 12cd4a69ca HHH-18565 Mark bytecode enhanced lazy entities as RESOLVED Andrea Boriero 2024-09-10 19:04:21 +0200
  • 41b215010c HHH-18565 Add test for issue Andrea Boriero 2024-09-10 19:02:46 +0200
  • c16eb64bbd HHH-18565 reproduce issue Matej Pucihar 2024-09-04 13:35:42 +0200
  • e1ded5d437 HHH-18556 Expressions.nullExpresion() in querydsl result in NPE in SqmExpressible Andrea Boriero 2024-09-11 15:44:25 +0200
  • 8efcf26b37 HHH-18556 Add test for issue Andrea Boriero 2024-09-11 15:37:31 +0200
  • de494756a4 Add notes about removal of EmptyInterceptor and TestForIssue to migration guide doc Jan Schatteman 2024-09-12 14:15:44 +0200
  • e5cdca114d Add notes about removal of EmptyInterceptor and TestForIssue to migration guide doc Jan Schatteman 2024-09-12 14:15:44 +0200
  • 6bf592ef7f Revert "HHH-18543 Skip GenericCompositeUserTypeTest for JVM OpenJ9" Andrea Boriero 2024-09-12 14:10:02 +0200
  • c1d9ac00bf HHH-18565 Mark bytecode enhanced lazy entities as RESOLVED Andrea Boriero 2024-09-10 19:04:21 +0200
  • 1a03011d8e HHH-18565 Add test for issue Andrea Boriero 2024-09-10 19:02:46 +0200
  • 4518f3daa0 HHH-18565 reproduce issue Matej Pucihar 2024-09-04 13:35:42 +0200
  • 185812093d HHH-18565 Mark bytecode enhanced lazy entities as RESOLVED Andrea Boriero 2024-09-10 19:04:21 +0200
  • 246a2cccd8 HHH-18565 Add test for issue Andrea Boriero 2024-09-10 19:02:46 +0200
  • 1e9a330e58 HHH-18565 reproduce issue Matej Pucihar 2024-09-04 13:35:42 +0200
  • 8d52c0e718 Informix tests fixes Vladimír Kuruc 2024-09-03 11:13:38 +0200
  • 46f8691cd6 HHH-18556 Expressions.nullExpresion() in querydsl result in NPE in SqmExpressible Andrea Boriero 2024-09-11 15:44:25 +0200
  • 8b1fafa106 HHH-18556 Add test for issue Andrea Boriero 2024-09-11 15:37:31 +0200
  • 952cf531cf HHH-18556 Expressions.nullExpresion() in querydsl result in NPE in SqmExpressible Andrea Boriero 2024-09-11 15:44:25 +0200
  • c56d413bf2 HHH-18556 Add test for issue Andrea Boriero 2024-09-11 15:37:31 +0200
  • 09c33fe6a8
    HHH-18598 HHH-15591 Add order column to unique constraint for ordered one-to-many lists Marco Belladelli 2024-09-11 10:41:12 +0200
  • afca761d85
    HHH-18598 HHH-15591 Add test for issues Marco Belladelli 2024-09-11 09:22:40 +0200
  • 697ff9dfa9 add Configurable.create() accepting a GeneratorCreationContext Gavin King 2024-09-11 19:42:14 +0200
  • 111d283338 HHH-18565 Mark bytecode enhanced lazy entities as RESOLVED Andrea Boriero 2024-09-10 19:04:21 +0200