446 Commits (644887e09447e464d580e8bef3c8fa3cff20c5bf)

Author SHA1 Message Date
Sam Brannen 644887e094 Polish (Linked)HashSet usage 2 years ago
Stéphane Nicoll b55a4d3908 Prevent AOT from failing with spring-orm without JPA 2 years ago
Juergen Hoeller 00bda65848 Polishing 2 years ago
Stéphane Nicoll 472dcdb59c Allow JPA entities to be filtered 2 years ago
Stéphane Nicoll 699f93fed7 Use proper SQLServer dialect for Hibernate 6+ 2 years ago
Stéphane Nicoll 0390709577 Use proper Oracle dialect for Hibernate 6+ 2 years ago
Stéphane Nicoll 9f2970bc5c Use non deprecated MySQL dialect for Hibernate 6+ 2 years ago
Sébastien Deleuze 43c2e51d6e Document BytecodeProviderImpl substitution related issue 2 years ago
Juergen Hoeller 361dfd1ae4 Polishing 2 years ago
Juergen Hoeller c57b7e8418 Introduce ClassFormatException and spring.classformat.ignore property 2 years ago
Brian Clozel 61dd9fce73 Revert ValidationMode.CALLBACK on JPA bootstrap 2 years ago
Sam Brannen d71853f105 Polish contribution 2 years ago
Yanming Zhou 490b5c77fc Use switch expression where feasible 2 years ago
Sam Brannen a15f472898 Include scroll() in SharedEntityManagerCreator's queryTerminatingMethods 2 years ago
Sébastien Deleuze 183c2f82b2 Refine `@EmbeddableInstantiator` reflection hints 2 years ago
Sébastien Deleuze 9d6bda2b44 Register Hibernate `@EmbeddableInstantiator` reflection hints 2 years ago
Johnny Lim 2b750926c3 Polishing 2 years ago
Johnny Lim 64e9fcad53 Apply SingleSpaceSeparator Checkstyle module 2 years ago
Misagh Moayyed 1e7e532ed6 Fix typos in SubstituteOnlyIfPresent Javadoc 2 years ago
Sébastien Deleuze a9d67878c5 Introduce conditional activation of Hibernate substitutions 2 years ago
Juergen Hoeller 66ce8c9a25 Properly return SQLExceptionTranslator-provided exception 3 years ago
Juergen Hoeller e76b453685 Translate Hibernate TransactionException through SQLException cause 3 years ago
Juergen Hoeller 407113945d Polishing 3 years ago
Stephane Nicoll 66a571fe27 Make constructorOrFactory method resolution optional 3 years ago
Sam Brannen e42902b742 Stop referring to JDO and outdated JDBC versions in documentation 3 years ago
Sébastien Deleuze 63a20be502 Optimize Hibernate native footprint by making ByteBuddy unreachable 3 years ago
Sébastien Deleuze c91708c1c0 Add missing proxy hints for Hibernate native query 3 years ago
Sébastien Deleuze 78a73e5f57 Add missing Hibernate 6.2 proxy hints 3 years ago
Juergen Hoeller 18966d048c Consistent equals/hashCode style (and related polishing) 3 years ago
Juergen Hoeller 18e72d5c01 Always use given fallback producer in case of TypeBootstrapContext 3 years ago
Juergen Hoeller c375fb1f70 Deprecate setAllowResultAccessAfterCompletion and document it as broken 3 years ago
Johnny Lim 271f2dc665 Polish 3 years ago
Juergen Hoeller dff7aa4d4b Fall back to type-based creation if no bean of the given name exists 3 years ago
Juergen Hoeller 3b263c5c3d Synchronize transaction begin for non-lazy default transactions as well 3 years ago
Juergen Hoeller 6cc084dbde Consistent javadoc references to JdbcTransactionManager 3 years ago
Juergen Hoeller 65617f1e75 Add isolation level test and restore null return value from beginTransaction 3 years ago
Juergen Hoeller aaebf5749c Set and reset shared isolation value within synchronized transaction begin 3 years ago
Sam Brannen 4f10f559f7 Suppress warnings 3 years ago
Juergen Hoeller a45d438f05 Enforce JPA bootstrap failure for incomplete Hibernate Validator setup 3 years ago
Juergen Hoeller 5e625c8d2e Polishing 3 years ago
Juergen Hoeller 3f648f54c5 Set hibernate.cdi.extensions (for SpringBeanContainer on Hibernate 6.2) 3 years ago
Sam Brannen f91fae5dfb Avoid deprecation warnings for imports 3 years ago
Juergen Hoeller 4c8f1910c8 Align HibernateJpaVendorAdapter with Hibernate ORM 6.2 3 years ago
Sébastien Deleuze 424daede2f Add missing EntityManagerFactory hints for SharedEntityManagerCreator 3 years ago
Sébastien Deleuze e92c9c5619 Disable Hibernate reflection optimizer with native 3 years ago
Sébastien Deleuze 085565a771 Skip class transformer in PersistenceUnitInfoDescriptor for native images 3 years ago
Stephane Nicoll c3c5eaf914 Align AOT contributions for injection with the runtime behavior 3 years ago
Stephane Nicoll 120c228b70 Handle injection of several persistence units 3 years ago
Stephane Nicoll 993a69d3a9 Deprecate spring context indexer 3 years ago
Juergen Hoeller d39e44c209 Deprecate AutowireCapableBeanFactory.createBean(Class, int, boolean) 3 years ago