Commits
User selector
Commit History
Commits on Dec 8, 2016
JPA/Hibernate docs: transaction management, JTA setup
Show description for 2f80b84committed
Commits on Nov 7, 2016
Refined throwing of BeanCreationExceptions (and reflection exceptions)
Show description for b3cd1adcommitted
Commits on Oct 28, 2016
LocalSessionFactoryBean clears default MetadataSources on reinitialization
Show description for 5912d6fcommitted
Commits on Oct 15, 2016
Replace J2EE with Java EE
Show description for ae5b0c6authored andcommitted
Commits on Sep 26, 2016
DefaultPersistenceUnitManager extracts jar file from default persistence unit root URL
Show description for bb7d207committed
Commits on Sep 13, 2016
HibernateExceptionTranslator avoids JPA IllegalState/ArgumentException translation
Show description for 34ab818committed
Commits on Sep 10, 2016
HibernateTemplate reflectively calls getNamedQuery (for runtime compatibility with Hibernate 5.0/5.1 vs 5.2)
Show description for d631b4ccommitted
Commits on Sep 1, 2016
Support for candidate components index
Show description for dcade06committed
Commits on Aug 18, 2016
Commits on Aug 17, 2016
- committed
Add setter for defaultPersistenceUnitRootLocation
Show description for 1cad98dcommitted
Commits on Aug 11, 2016
PersistenceAnnotationBeanPostProcessor obtains default EntityManagerFactory via getBean(Class) algorithm
Show description for 6157fadcommitted
Commits on Aug 8, 2016
Consistent use of AvailableSettings instead of Environment
Show description for 3614369committed
Commits on Aug 4, 2016
Consistent default connection release mode with Hibernate 5.1
Show description for fad931dcommitted
Commits on Jul 26, 2016
Commits on Jul 25, 2016
Drop JpaSystemException(PersistenceException) constructor to avoid ambiguity in HibernateJpaVendorAdapter
Show description for 1954670committed
Commits on Jul 19, 2016
Reliably pass CurrentTenantIdentifierResolver to SessionFactory
Show description for 1670b4ecommitted
Commits on Jul 13, 2016
Unwrap JPA PersistenceException on flush failure (for Hibernate 5.2)
Show description for adbc592committedHibernateExceptionTranslator converts JPA exceptions as well (for Hibernate 5.2)
Show description for ddb4117committed
Commits on Jul 8, 2016
Commits on Jul 6, 2016
Java 8 getParameterCount() instead of getParameterTypes().length
Show description for a1f5fb5committedRestored binary compatibility with Hibernate 5.0/5.1's Query type
Show description for 19e5a34committedAdd @FunctionalInterface on candidate interfaces
Show description for e4b0486committed
Commits on Jul 5, 2016
Explicit type can be replaced by <>
Show description for 00d2606committedAvoid defensive checks against Java 8 API (java.util.Optional etc)
Show description for 51252ebcommitted
Commits on Jul 4, 2016
Upgrade to JPA 2.1+ and Bean Validation 1.1+; remove native support for Hibernate 3.6 and 4.x
Show description for 54004e0committedDrop native OpenJPA support
Show description for 69ec437committedDrop JDO support
Show description for d341624committed
Commits on Jun 24, 2016
HibernateJpaVendorAdapter and LocalSessionFactoryBuilder enforce Hibernate 5.2's connection handling mode DELAYED_ACQUISITION_AND_HOLD
Show description for 711eb99committed
Commits on Jun 23, 2016
HibernateJpaDialect accepts equivalent connection for proper reset as well
Show description for 5e08598committed
Commits on Jun 2, 2016
Support for Hibernate ORM 5.2
Show description for 9394616committed
Commits on May 26, 2016
DefaultPersistenceUnitManager can determine persistence unit root from orm.xml location
Show description for abfe3f2committed
Commits on Apr 19, 2016
Remove duplicate words
Show description for 44e652fauthored andcommitted
Commits on Apr 12, 2016
JPA ClassFileTransformerAdapter defensively backs out when called from within a transform call
Show description for 836a321committed- committed