hibernate-orm
hibernate-orm copied to clipboard
Hibernate's core Object/Relational Mapping functionality
Improve ListresultConsumer duplication check method performance
just an attempt to address the potential perf issue mentioned in the https://github.com/hibernate/hibernate-orm/pull/4924 discussion.
HHH-8713 generated model misses <T>
added implementation for the metamodel generator : HHH-8713 generated model misses .
HHH-13794 Fix ClassCast problem JAXBContext
- Use the current (XmlParserHelper) class's classloader to create the root JAXB context, so as to avoid a class cast problem with classes loaded on different classloaders due to jaxb...
-exclude synthetic fields from generateTokenNameCache computation. -fix javadoc to states that, and forbid 'implementor' that might be an invalid input -remove unused private static TOKEN_NAMES from SqlScriptParser
HHH-15192 - Remove support for Sybase ASE versions older than 16
https://hibernate.atlassian.net/browse/HHH-15192 Signed-off-by: Jan Schatteman
HHH-15190 - Remove support for H2 versions older than 1.4.197
https://hibernate.atlassian.net/browse/HHH-15190 Signed-off-by: Jan Schatteman
HHH-15181 / HHH-15197 / HHH-15198
Remove support for DB2 versions older than 10.5 (https://hibernate.atlassian.net/browse/HHH-15181) Remove support for DB2i versions older than 7.1 (https://hibernate.atlassian.net/browse/HHH-15197) Remove support for DB2z versions older than 12.1 (https://hibernate.atlassian.net/browse/HHH-15198) Signed-off-by: Jan Schatteman
HHH-15195 - Remove support for CockroachDB versions older than 21.1
…y dialects https://hibernate.atlassian.net/browse/HHH-15195 Signed-off-by: Jan Schatteman
Some small optimisations thatwere highlighted during the last round of benchmarking - https://hibernate.atlassian.net/browse/HHH-15275
HHH-13106 : Fixes schema validation failure with PostgreSQL 10
Few months ago, commit 1db476db included the fixes for [HHH-12973](https://hibernate.atlassian.net/browse/HHH-12973). This commit also added the following change in `PostgreSQL81Dialect.java` ```java @Override public String getQuerySequencesString() { // return "select relname from...