64 Commits (75c5405d6f9438135edba5b83ba933fc630a43d5)

Author SHA1 Message Date
Juergen Hoeller 11bb7264a2 properly return null from getPersistenceUnitInfo again (SPR-7055) 15 years ago
Juergen Hoeller 4ee6735376 DefaultPersistenceUnitManager's getPersistenceUnitInfo method has 2.5 compatible signature again (SPR-7055) 15 years ago
Juergen Hoeller 6aa0e62597 compatibility with Hibernate 3.5 final 15 years ago
Juergen Hoeller 29ab58c4d8 ResourcePatternUtils provides plain PathMatchingResourcePatternResolver in case of a null ResourceLoader 15 years ago
Juergen Hoeller b370969690 added public "validateDatabaseSchema" method to Hibernate LocalSessionFactoryBean (SPR-3212) 15 years ago
Juergen Hoeller 7da13e7ad1 compatibility with OpenJPA 2.0 (support for persistence.xml versioning; SPR-6975) 15 years ago
Juergen Hoeller 0aee6e9f5b use target factory's ClassLoader in case of a raw EntityManagerFactory (SPR-6733) 15 years ago
Juergen Hoeller ef227c5d01 HibernateJpaDialect borrows JDBC Connection on demand (supporting aggressive release; SPR-6895) 15 years ago
Juergen Hoeller cef44f6d53 made PersistenceAnnotationBeanPostProcessor's JNDI API references optional - for compatibility with Google App Engine (SPR-6679) 15 years ago
Juergen Hoeller ef024db318 polishing 15 years ago
Juergen Hoeller b25dc7cc55 compatibility with Hibernate 3.5 beta 4 (SPR-6804, SPR-6805) 15 years ago
Juergen Hoeller 5f5e7c3262 polishing 15 years ago
Juergen Hoeller db71811c5a SharedEntityManagerCreator's EntityManager proxies are fully serializable now (SPR-6684) 15 years ago
Juergen Hoeller bcfef8a4e1 support for JPA 2.0 TypedQuery interface and query vendor interfaces (SPR-6733) 15 years ago
Juergen Hoeller 1b6f3f1f22 Query call chaining works with shared EntityManager proxy outside of transaction as well (SPR-6726) 15 years ago
Juergen Hoeller a6769d60c0 fixed support for JPA 2.0 persistence schema (SPR-6711) 15 years ago
Juergen Hoeller 7a792f6c23 fixed support for JPA 2.0 persistence schema (SPR-6711) 15 years ago
Juergen Hoeller 0ba8375546 full support for JPA 2.0 PersistenceUnitInfo SPI (for compatibility with Hibernate 3.5 beta 3; SPR-6408) 15 years ago
Juergen Hoeller e1d5c7310a updated JPA 2.0 support to the final spec (supporting the "getCriteriaBuilder" method) 15 years ago
Juergen Hoeller 0d413c7e36 reverted schema update implementation for Hibernate 3.2 compatibility (SPR-6509) 15 years ago
David Syer b7e37ddb07 SPR-5327: tidy up Maven dependencies (keeping commons-logging) 15 years ago
Juergen Hoeller cc0bd730eb polishing 15 years ago
Juergen Hoeller 1cf0c12674 restored Hibernate 3.2 compatibility (SPR-6387) 15 years ago
Juergen Hoeller 46cd083976 added chaining-capable "add" method to MutablePropertyValues 15 years ago
Juergen Hoeller eb0b4f0cbd added support for Hibernate 3.3 RegionFactory cache SPI to LocalSessionFactoryBean (SPR-6387) 15 years ago
Juergen Hoeller 86934e2403 added SQL String and related context to translated JDBCException messages (SPR-6304) 15 years ago
Juergen Hoeller 155f6b1aa1 polishing 15 years ago
Thomas Risberg 076b912f05 removed filter for classes from the JPA providers package for EclipseLink (SPR-6040) 15 years ago
David Syer 2978a4d0eb SPR-6160: resolved by referring to 'future release' instead of 2.5 15 years ago
Juergen Hoeller 54221500c1 fixed PersistenceInjectionTests 15 years ago
Juergen Hoeller 94533976d0 full compliance with the JSR-330 TCK 15 years ago
Juergen Hoeller 09e6a85edd fixed overview files 15 years ago
Juergen Hoeller ee1c68ead4 polishing 15 years ago
Juergen Hoeller 45dc856993 Jpa/JdoTransactionManager passes resolved timeout into Jpa/JdoDialect's beginTransaction; HibernateJpaDialect applies timeout onto native Hibernate Transaction before begin call (SPR-5195) 15 years ago
Juergen Hoeller 57f90ad4ef polishing 15 years ago
Juergen Hoeller 83289cb8b0 updated JPA 2.0 compatibility to EclipseLink 2.0.0.M7 15 years ago
Juergen Hoeller ce3c72f8c2 compatibility with Hibernate 3.5 beta 1 15 years ago
Mark Pollack 69422e771f SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed) 15 years ago
Chris Beams a9696c7282 RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java' 16 years ago
Juergen Hoeller a5c324f934 Hibernate AnnotationSessionFactoryBean detects Hibernate's special @Entity annotation too (SPR-5787) 16 years ago
Sam Brannen af56f6497c Updated regarding generics; fixed typos. 16 years ago
Juergen Hoeller e70d2ce14c polishing 16 years ago
Sam Brannen a6a8b29d19 Fixed typo in JavaDoc 16 years ago
Juergen Hoeller 4cc42bf16f added "flush()" method to TransactionStatus and TransactionSynchronization interfaces; test context manager automatically flushes transactions before rolling back; general polishing of transaction management code 16 years ago
Juergen Hoeller 15bbd575a9 bridge method resolution works with Hibernate-generated CGLIB proxies as well (SPR-5414) 16 years ago
Juergen Hoeller fc6d7358ef polishing 16 years ago
Juergen Hoeller 92588cddc6 Java 5 code style 16 years ago
Juergen Hoeller e7465dcb99 generified operations interfaces; update to JDO 2.1; preparation for JPA 2.0 16 years ago
Chris Beams aee972c5b1 re-adding mock.jndi.* artifacts to .orm test codebase eliminated after moving away from svn:externals 16 years ago
Chris Beams 579280d7bf Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles 16 years ago