hibernate-orm icon indicating copy to clipboard operation
hibernate-orm copied to clipboard

Hibernate's core Object/Relational Mapping functionality

Results 327 hibernate-orm issues
Sort by recently updated
recently updated
newest added

just an attempt to address the potential perf issue mentioned in the https://github.com/hibernate/hibernate-orm/pull/4924 discussion.

added implementation for the metamodel generator : HHH-8713 generated model misses .

- 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

https://hibernate.atlassian.net/browse/HHH-15192 Signed-off-by: Jan Schatteman

https://hibernate.atlassian.net/browse/HHH-15190 Signed-off-by: Jan Schatteman

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

…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

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...

5.4