35 Commits (a60b34fd9eed26c852bfed93d2d108a863cce011)

Author SHA1 Message Date
Juergen Hoeller 99f9dce14a Fixed all List return types to ? instead of Object, restoring backwards compatibility with existing Spring 3.2.x based code and allowing easier casts to other element types 11 years ago
Juergen Hoeller 09e2e5897d Removed outdated hibernate3 references across the codebase 11 years ago
Juergen Hoeller 2410e29dda Introduced OpenSessionInterceptor as a streamlined alternative to HibernateInterceptor 11 years ago
Juergen Hoeller 786e217991 Minor polishing after previous polish step ;-) 11 years ago
Sam Brannen 63e023173b Polish Hibernate support and tests 11 years ago
Juergen Hoeller 500d0da67d Polishing 11 years ago
Juergen Hoeller bf9702294d Polishing 11 years ago
Juergen Hoeller 79e17dbfa0 Introduced HibernateTemplate for Hibernate 4 as a migration helper 11 years ago
Sam Brannen 227320dc81 Suppress warnings in HibernateTransactionManagerTests 11 years ago
Juergen Hoeller 479d073f1b Adapted orm.hibernate4 and HibernateJpaVendorAdapter to avoid deprecation warnings on Hibernate 4.3 final 11 years ago
Juergen Hoeller 92816492ed Established well-defined registration order for Hibernate package scanning 11 years ago
Phillip Webb 59002f2456 Fix remaining compiler warnings 11 years ago
Juergen Hoeller 70164cb145 Properly handle InvocationTargetException in reflective JtaPlatform implementation 11 years ago
Juergen Hoeller 00474ceecd Introduced setCacheRegionFactory method on LocalSessionFactoryBuilder/Bean 11 years ago
Rossen Stoyanchev 5d8fac86d7 Add timeout async request handling to OSIV components 11 years ago
Juergen Hoeller 542b5b2029 First-class support for MultiTenantConnectionProvider and CurrentTenantIdentifierResolver 11 years ago
Juergen Hoeller a9e727cd88 Compatibility with Hibernate 4.3 11 years ago
Juergen Hoeller c762b83a76 Explicit support for Hibernate 4.0's QueryTimeoutException, PessimisticLockException, PessimisticEntityLockException and OptimisticEntityLockException 11 years ago
Juergen Hoeller a841923f12 Scan for JPA 2.1 Converter annotation as well 11 years ago
Juergen Hoeller 2e4eb9fc10 Resource-based PlatformTransactionManager implementations defensively catch Throwable in doBegin in order to reliably close resource in case of OutOfMemoryError 11 years ago
Rob Winch 9468548116 Add @Override to remaining source files 12 years ago
Juergen Hoeller 096972d2b1 HibernateTransactionManager for Hibernate 4 supports "entityInterceptor(BeanName)" property 12 years ago
Juergen Hoeller 5334ac59f6 "packagesToScan" feature for Hibernate 3 and Hibernate 4 detects annotated packages as well 12 years ago
Sam Brannen 220d2311c7 Polish documentation in Hibernate support classes 12 years ago
Juergen Hoeller be606f4169 Added hint towards not using orm.hibernate3 classes with Hibernate 4 12 years ago
Phillip Webb 42b5d6dd7e Remove duplicate test classes 12 years ago
Chris Beams 70eaf02b7f Revert "Merge branch 'SPR-10130' into cleanup-master" 12 years ago
Chris Beams 3b40ce76bf Add @Override annotations to main sources 12 years ago
Chris Beams 8472a2b2ab Update Apache license headers for affected sources 12 years ago
Chris Beams 4c8cd7b0bd Add @Override annotations to test sources 12 years ago
Phillip Webb b0986049a3 Fix [serial] compiler warnings 12 years ago
Chris Beams 9540d2c81b Replace <code> with {@code} throughout Javadoc 12 years ago
Phillip Webb 2cf45bad86 Replace space indentation with tabs 12 years ago
Phillip Webb 1762157ad1 Remove trailing whitespace in source files 12 years ago
Chris Beams f26534700a Eliminate all Javadoc warnings 12 years ago
Juergen Hoeller ff945bdca9 Added initial unit tests for Hibernate 4 12 years ago
Rob Winch d7bf56df49 Remove reflection usage in orm.hibernate4.* 12 years ago