50 Commits (b2d67914a8c908af1ff4ef2c45d2ce1b21f6fe7e)

Author SHA1 Message Date
Juergen Hoeller 69998e3d50 Remove outdated references to ContextLoaderServlet 10 years ago
Juergen Hoeller 0934751d7a BeanWrapper supports traversal of nested paths with Java 8 Optional declarations 10 years ago
Juergen Hoeller f9452ae9e9 LocalSessionFactoryBean supports JPA 2.1 auto-apply @Converter on Hibernate 4.3 10 years ago
Juergen Hoeller d6370965eb Polishing 10 years ago
Juergen Hoeller 5cbb1fc498 SpringSessionContext for Hibernate 4 supports lazily bound Session for propagation SUPPORTS 10 years ago
Juergen Hoeller cbda722329 HibernateJpaDialect prepares JDBC Connection by default if on Hibernate EntityManager 4 (with its connection release mode ON_CLOSE) 10 years ago
Juergen Hoeller 3227569a38 LocalSessionFactoryBean/Builder allows for specifying custom entity type filters 10 years ago
Juergen Hoeller cee53e9330 Unit tests for method validation before async dispatching 10 years ago
Juergen Hoeller 0232739293 Javadoc coverage of package metadata detection (supported for Hibernate, not needed for EclipseLink and OpenJPA) 10 years ago
Juergen Hoeller 591f79514d Spring's default JPA persistence unit exposes package metadata as well (currently only supported with Hibernate) 10 years ago
Juergen Hoeller 18131bf611 Consistent declaration of private static final logger variables 10 years ago
Juergen Hoeller 551950cdc0 Consistent use of ClassUtils.forName instead of class.getClassLoader().loadClass 11 years ago
Sam Brannen 6b20439202 Avoid deprecation warnings in ValidatorFactoryTests 11 years ago
Juergen Hoeller 4612559446 Automated tests against Hibernate ORM 4.3 and Hibernate Validator 5 11 years ago
Stephane Nicoll 4cd818b9e4 Harmonize log configuration 11 years ago
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