FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for spring-orm/src - unpush/spring-framework · GitHub
unpush
/
spring-framework
Public
forked from
spring-projects/spring-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
spring-framework
spring-orm
src
on
master
User selector
Datepicker
Commit history
Commits on Sep 22, 2014
Only release rolled-back database savepoints during managed nested transaction
Show description for 62340d6
jhoeller
committed
62340d6
View commit details
Copy full SHA for 62340d6
View code at this point
Browse repository at this point
Commits on Sep 18, 2014
Consistent exclusion of bridge methods in annotation post-processors (for Java 8 compatibility)
Show description for f4219ca
jhoeller
committed
f4219ca
View commit details
Copy full SHA for f4219ca
View code at this point
Browse repository at this point
Commits on Sep 1, 2014
HibernateJpaDialect only resets Connection read-only status if actually necessary (avoiding side effects)
Show description for 5452144
jhoeller
committed
5452144
View commit details
Copy full SHA for 5452144
View code at this point
Browse repository at this point
Commits on Aug 21, 2014
polishing
snicoll
committed
f5cf3cd
View commit details
Copy full SHA for f5cf3cd
View code at this point
Browse repository at this point
Commits on Aug 20, 2014
PersistenceAnnotationBeanPostProcessor defensively handles BeanDefinition access for extended EntityManagers
Show description for 592e344
jhoeller
committed
592e344
View commit details
Copy full SHA for 592e344
View code at this point
Browse repository at this point
Commits on Aug 9, 2014
HibernateTransactionManagerTests for Hibernate 3 covers currentSession() as well
Show description for 6b6ca48
jhoeller
committed
6b6ca48
View commit details
Copy full SHA for 6b6ca48
View code at this point
Browse repository at this point
Consistent getJpaDialect() narrowing (along with HibernateJpaVendorAdapter)
Show description for 562916b
jhoeller
committed
562916b
View commit details
Copy full SHA for 562916b
View code at this point
Browse repository at this point
HibernateJpaDialect prepares JDBC Connection by default if on Hibernate EntityManager 4 (with its connection release mode ON_CLOSE)
Show description for cbda722
jhoeller
committed
cbda722
View commit details
Copy full SHA for cbda722
View code at this point
Browse repository at this point
Commits on Jul 3, 2014
Refined DefaultJpaDialect's InvalidIsolationLevelException message
Show description for af13310
jhoeller
committed
af13310
View commit details
Copy full SHA for af13310
View code at this point
Browse repository at this point
Commits on Jul 2, 2014
Re-enable Hibernate EntityManagerFactory tests
Show description for 32b8707
sbrannen
committed
32b8707
View commit details
Copy full SHA for 32b8707
View code at this point
Browse repository at this point
Commits on Jun 29, 2014
Javadoc coverage of package metadata detection (supported for Hibernate, not needed for EclipseLink and OpenJPA)
Show description for 0232739
jhoeller
committed
0232739
View commit details
Copy full SHA for 0232739
View code at this point
Browse repository at this point
Commits on Jun 27, 2014
SharedEntityManagerCreator immediately throws TransactionRequiredException on persist, merge, remove etc (as required by JPA spec)
Show description for 045d735
jhoeller
committed
045d735
View commit details
Copy full SHA for 045d735
View code at this point
Browse repository at this point
Commits on Jun 26, 2014
Add TODO for fate of Hibernate JPA integration tests
Show description for 50b21d0
sbrannen
committed
50b21d0
View commit details
Copy full SHA for 50b21d0
View code at this point
Browse repository at this point
Re-enable OpenJPA + AspectJ tests
Show description for 158cb34
sbrannen
committed
158cb34
View commit details
Copy full SHA for 158cb34
View code at this point
Browse repository at this point
Delete accidental call to System.err
sbrannen
committed
e73b8b3
View commit details
Copy full SHA for e73b8b3
View code at this point
Browse repository at this point
Spring's default JPA persistence unit exposes package metadata as well (currently only supported with Hibernate)
Show description for 591f795
jhoeller
committed
591f795
View commit details
Copy full SHA for 591f795
View code at this point
Browse repository at this point
Commits on Jun 25, 2014
Delete test annotations in spring-orm
Show description for 502022a
sbrannen
committed
502022a
View commit details
Copy full SHA for 502022a
View code at this point
Browse repository at this point
Commits on Jun 24, 2014
Consistent declaration of private static final logger variables
Show description for 18131bf
jhoeller
committed
18131bf
View commit details
Copy full SHA for 18131bf
View code at this point
Browse repository at this point
Commits on Jun 22, 2014
Delete remaining SimpleJdbcTemplate usage
Show description for f1517f0
sbrannen
committed
f1517f0
View commit details
Copy full SHA for f1517f0
View code at this point
Browse repository at this point
Commits on May 15, 2014
Consistent use of ClassUtils.forName instead of class.getClassLoader().loadClass
Show description for 551950c
jhoeller
committed
551950c
View commit details
Copy full SHA for 551950c
View code at this point
Browse repository at this point
Commits on May 6, 2014
Revert merge commit e246010df7ea726d
snicoll
committed
43e4dba
View commit details
Copy full SHA for 43e4dba
View code at this point
Browse repository at this point
polishing
Show description for e183088
snicoll
committed
e183088
View commit details
Copy full SHA for e183088
View code at this point
Browse repository at this point
Add exception translator for EclipseLink exceptions
Show description for 371e3a7
Jan Stamer
authored and
snicoll
committed
371e3a7
View commit details
Copy full SHA for 371e3a7
View code at this point
Browse repository at this point
Commits on Apr 22, 2014
Remove useless imports
snicoll
committed
5559209
View commit details
Copy full SHA for 5559209
View code at this point
Browse repository at this point
Commits on Mar 20, 2014
Harmonize log configuration
Show description for 4cd818b
snicoll
committed
4cd818b
View commit details
Copy full SHA for 4cd818b
View code at this point
Browse repository at this point
Commits on Mar 17, 2014
DeferredQueryInvocationHandler explicitly closes its EntityManager on garbage collection
Show description for a8577da
jhoeller
committed
a8577da
View commit details
Copy full SHA for a8577da
View code at this point
Browse repository at this point
Commits on Feb 8, 2014
Remove trailing whitespace from source code
sbrannen
committed
c335e99
View commit details
Copy full SHA for c335e99
View code at this point
Browse repository at this point
Commits on Feb 7, 2014
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
Show description for 99f9dce
jhoeller
committed
99f9dce
View commit details
Copy full SHA for 99f9dce
View code at this point
Browse repository at this point
Commits on Feb 6, 2014
Introduced OpenSessionInterceptor as a streamlined alternative to HibernateInterceptor
Show description for 2410e29
jhoeller
committed
2410e29
View commit details
Copy full SHA for 2410e29
View code at this point
Browse repository at this point
Commits on Jan 28, 2014
Polish Hibernate support and tests
Show description for 63e0231
sbrannen
committed
63e0231
View commit details
Copy full SHA for 63e0231
View code at this point
Browse repository at this point
Commits on Jan 27, 2014
Polishing
jhoeller
committed
500d0da
View commit details
Copy full SHA for 500d0da
View code at this point
Browse repository at this point
Polishing
Show description for bf97022
jhoeller
committed
bf97022
View commit details
Copy full SHA for bf97022
View code at this point
Browse repository at this point
Introduced HibernateTemplate for Hibernate 4 as a migration helper
Show description for 79e17db
jhoeller
committed
79e17db
View commit details
Copy full SHA for 79e17db
View code at this point
Browse repository at this point
Commits on Jan 25, 2014
Consistently declare @SuppressWarnings("serial") instead of dummy serialVersionUID
jhoeller
committed
56b7d7a
View commit details
Copy full SHA for 56b7d7a
View code at this point
Browse repository at this point
Commits on Jan 23, 2014
Polishing
jhoeller
committed
42db41e
View commit details
Copy full SHA for 42db41e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL