Sam Brannen
59b9057e59
Polishing
3 weeks ago
Juergen Hoeller
394a97d7e0
Add setPackagesToScan to LocalEntityManagerFactoryBean (and make setDataSource work)
...
Includes fix for consistent PersistenceException in case of no unit found for name.
Includes proper tests for Local(Container)EntityManagerFactoryBean with scan setup.
Closes gh-36270
Closes gh-36271
1 month ago
Juergen Hoeller
05ffe8249f
Adapt to getAllClassNames SPI (post JPA 4.0 M1)
...
See gh-35705
1 month ago
Juergen Hoeller
3666ad9d7f
Derive StatelessSession from primary Session in HibernateJpaDialect
...
This is analogous to LocalSessionFactoryBean's SpringSessionContext.
See gh-36025
1 month ago
Juergen Hoeller
652d509cfc
Avoid direct javadoc reference to JPA 4.0 EntityAgent class
...
See gh-36025
1 month ago
Juergen Hoeller
153c378bb2
Polishing
1 month ago
Juergen Hoeller
cdbaa7f3a7
Early support for JPA 4.0 EntityAgent (autowiring a shared proxy)
...
Includes skipping of isOpen check on close where easily possible.
Closes gh-36025
1 month ago
Juergen Hoeller
ac243fae65
Runtime compatibility with JPA 4.0.0-M1 and Hibernate ORM 8.0.0.Alpha1
...
Closes gh-35705
1 month ago
Juergen Hoeller
80a57c2468
Consistent references to Hibernate ORM 7.x
2 months ago
Juergen Hoeller
02e05b40b0
Polishing
2 months ago
Juergen Hoeller
c8c99d0464
Support JtaTransactionManager/SpringBeanContainer on HibernateJpaVendorAdapter
...
Makes ConfigurableJtaPlatform public and removes outdated WebSphere UOW check.
Closes gh-36216
2 months ago
Juergen Hoeller
fd3bbb057e
Polishing
2 months ago
Juergen Hoeller
22cf7958a5
Revise setPersistenceUnitName javadoc
...
Closes gh-36205
2 months ago
Juergen Hoeller
2b96a61063
Apply transactionIsolationLock in EclipseLinkConnectionHandle as well
...
Closes gh-36165
2 months ago
Juergen Hoeller
62fd09dfa5
Polishing
2 months ago
Yanming Zhou
d3a385d222
Retain original requested bean class for SpringContainedBean
...
Closes GH-36115
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2 months ago
Sam Brannen
e94aaab288
Improve exception message for JPA entity scanning
2 months ago
Juergen Hoeller
6d5a512d90
Suppress serial warning
3 months ago
Juergen Hoeller
e2ab9cd5da
Use composed cache key for different SmartFactoryBean object types
...
Closes gh-35974
3 months ago
Brian Clozel
e0fd42981a
Fix compilation warnings
...
See gh-35711
4 months ago
Juergen Hoeller
8999336458
Make SessionHolder publicly accessible for external resource management
...
Closes gh-35799
4 months ago
Sébastien Deleuze
5aec239261
Add hints for entities package-private methods
...
Closes gh-35711
4 months ago
Juergen Hoeller
6f81cb625c
Avoid unnecessary bridge method resolution around getMostSpecificMethod
...
Closes gh-35780
4 months ago
Juergen Hoeller
0243059f53
Polishing
4 months ago
Sébastien Deleuze
694224f1a6
Remove outdated Spring version mentions
...
Close gh-35696
5 months ago
Sam Brannen
24b50650d7
Suppress warnings
5 months ago
Juergen Hoeller
b85993c7cb
Add test for HibernatePersistenceConfiguration
...
See gh-35662
5 months ago
Juergen Hoeller
228662ad9f
Derive StatelessSession from transactional Session on Hibernate 7.2
...
Closes gh-35664
See gh-7184
5 months ago
Juergen Hoeller
c063249bd4
Consistent support for JPA 3.2 transaction timeout
...
Closes gh-35663
5 months ago
Juergen Hoeller
765e30c3a6
Polishing
5 months ago
Juergen Hoeller
beb224e3f9
Add support for JPA 3.2 PersistenceConfiguration
...
See gh-35662
5 months ago
Sam Brannen
cfb268f6de
Suppress warning in SmartPersistenceUnitInfoInvocationHandler
5 months ago
Brian Clozel
44de925c5e
Add reflection hints for SpringPersistenceUnitInfo
...
Fixes gh-35655
5 months ago
Juergen Hoeller
e901516732
Make SpringPersistenceUnitInfo public for custom bootstrapping purposes
...
See gh-35622
5 months ago
Juergen Hoeller
d216236aac
Revise PersistenceUnitInfo management for compatibility with JPA 3.2/4.0
...
Closes gh-35622
5 months ago
Juergen Hoeller
b4dcb36b21
Align currentStatelessSession() implementation with currentSession()
...
See gh-7184
5 months ago
Juergen Hoeller
83efe8cff4
Remove deprecation on CandidateComponentsIndex(Loader)
...
See gh-35472
5 months ago
Juergen Hoeller
080bca0b23
Deprecate TransactionCallbackWithoutResult
...
Closes gh-35606
5 months ago
Sébastien Deleuze
7635ac38f6
Use uppercase for classpath-related static final field names
...
Closes gh-35525
6 months ago
Sam Brannen
0c61ac956b
Add missing @Override annotations
...
... and suppress "serial" warnings
6 months ago
Sébastien Deleuze
7a5d3a55fe
Refine EntityManagerRuntimeHints for Hibernate 7.1+
...
This commit adds support for Hibernate 7.1+ SqmQueryImpl class in
EntityManagerRuntimeHints, keeps the support for the former
QuerySqmImpl class for Hibernate 7.0 compatibility and adds a
related test.
Closes gh-35462
6 months ago
Juergen Hoeller
5b387615c6
Clarify intended nestedTransactionAllowed default in JpaTransactionManager
...
Closes gh-35212
6 months ago
Juergen Hoeller
59804ab396
Align JpaTransactionManager default for nestedTransactionAllowed flag
...
Closes gh-35457
6 months ago
Juergen Hoeller
876b7d4209
Upgrade to Hibernate ORM 7.1
...
Closes gh-35308
7 months ago
Juergen Hoeller
03a8933f58
Add transactional support for StatelessSession (next to regular Session)
...
Exposes JPA-style shared proxy instances through LocalSessionFactoryBean.
Closes gh-7184
8 months ago
Juergen Hoeller
22a23322f3
Polishing
8 months ago
Sam Brannen
bb7c497bdd
Remove obsolete code from internal HibernateTransactionObject
...
See gh-35111
9 months ago
Juergen Hoeller
2e9e45ee55
Restore translation of IllegalArgumentException for JPA
...
See gh-35111
9 months ago
Juergen Hoeller
511739e3de
Add missing test for IllegalArgumentException
...
See gh-35111
9 months ago
Juergen Hoeller
0bee65482f
Document actual status of orm.hibernate5 and Hibernate JPA support
...
See gh-35111
9 months ago