Christian Dupuis
|
a4bbd9abda
|
xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import
|
16 years ago |
Juergen Hoeller
|
ea8f628c9c
|
polishing
|
16 years ago |
Chris Beams
|
9163d8043b
|
updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed.
|
16 years ago |
Mark Pollack
|
0c16554e23
|
SPR-5803 and additional POM maintenance/development
|
16 years ago |
Sam Brannen
|
620c9b1f96
|
[SPR-5895] Upgraded to EasyMock 2.5.1.
|
16 years ago |
Sam Brannen
|
8bfb56c75b
|
[SPR-5887] Upgraded to JUnit 4.6.0.
|
16 years ago |
Thomas Risberg
|
efb63fb524
|
removed old @SuppressWarnings("unchecked")
|
16 years ago |
Thomas Risberg
|
c1a1becd29
|
polish
|
16 years ago |
Thomas Risberg
|
11bf19a3b3
|
Re-added the methods using a ParameterizedRowMapper with a @deprecated notice to provide backwards compatibility (SPR-5837)
|
16 years ago |
Juergen Hoeller
|
4b335dd7e2
|
added missing space
|
16 years ago |
Juergen Hoeller
|
6ee8fbe533
|
added explicit package imports for H2 and HSQLDB
|
16 years ago |
Keith Donald
|
42cdeb4302
|
since 3.0
|
16 years ago |
Thomas Risberg
|
f70d14e2c2
|
added support to SimpleJdbcInsert for including synonyms when table metadata is retrieved; this only applies to Oracle (SPR-4782)
|
16 years ago |
Thomas Risberg
|
f4e75deb0a
|
added some additional tests (SPR-3322, SPR-5162)
|
16 years ago |
Thomas Risberg
|
0d5c9c1b75
|
improved integration; added delegation to NamedParameterJdbcTemplate for batchUpdate from SimpleJdbcTemplate; added call to proteced getParsedSql method; fixed bugs (SPR-3322, SPR-5162)
|
16 years ago |
Thomas Risberg
|
8079262705
|
Updated BeanPropertyRowMapper to remove spaces from column names to improve matching to properties (SPR-5758)
|
16 years ago |
Thomas Risberg
|
01ae825334
|
polished
|
16 years ago |
Thomas Risberg
|
fbd0be2d65
|
added convenience execute method that takes vararg of objects in the order of the parameters plus the corresponding executeFunction/executeObject methods (SPR-4739)
|
16 years ago |
Thomas Risberg
|
7c053127dd
|
added convenience method that takes vararg of objects in the order of the declared parameters (SPR-5696)
|
16 years ago |
Chris Beams
|
a9696c7282
|
RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga
|
16 years ago |
Thomas Risberg
|
f3e6242568
|
added override for supportsGetGeneratedKeys for Derby; driver reports this is unsupported, but it seems to work OK
|
16 years ago |
Thomas Risberg
|
b1c6ae99c4
|
fixed problem retrieving out parameter for function call with MS SQL Server (SPR-5435)
|
16 years ago |
Thomas Risberg
|
1a790688f4
|
added 4060 as DataAccessResourceFailure code for MS-SQL (SPR-5788)
|
16 years ago |
Thomas Risberg
|
4105957596
|
added batchUpdate methods to NamedParameterJdbcTemplate (SPR-3322)
|
16 years ago |
Thomas Risberg
|
e5b553c16a
|
Fixed SimpleJdbcInsert to use SQL type info for all insert operations
|
16 years ago |
Christian Dupuis
|
b23071280f
|
added missing license header
|
16 years ago |
Christian Dupuis
|
6cc33fc609
|
added spring.tooling descriptor and images for all namespaces
|
16 years ago |
Keith Donald
|
b9aa82a0c4
|
removed @since 3.0--no point if its not consistent and whole package is 3.0 anyway
|
16 years ago |
Sam Brannen
|
a07b890934
|
Fixed typos; Class --> Class<?>; and both constructors are now private.
|
16 years ago |
Sam Brannen
|
1b79fffaee
|
Polishing
|
16 years ago |
Juergen Hoeller
|
6964633909
|
reflective loading of driver classes
|
16 years ago |
Keith Donald
|
0cc3542aed
|
applied joris's no derby log patch
|
16 years ago |
Keith Donald
|
c5cc75693d
|
Added to docs
|
16 years ago |
Keith Donald
|
e54519d02e
|
made package private
|
16 years ago |
Keith Donald
|
c6c0dd555b
|
removed unused imports
|
16 years ago |
Keith Donald
|
f3ae7bd961
|
applied Joris's patch to shutdown Embedded Derby DB; adjusted manifest template to restrict derby version range from 10.5.1. to 10.6
|
16 years ago |
Keith Donald
|
3c0cbac2fc
|
added derby to manifest
|
16 years ago |
Keith Donald
|
a12ffa5c4c
|
removed @Override
|
16 years ago |
Keith Donald
|
eee52f8804
|
derby embedded db support initial commit; shutdown use case needs work
|
16 years ago |
Juergen Hoeller
|
0471d5d3ea
|
removed outdated imports
|
16 years ago |
Juergen Hoeller
|
59101c096f
|
replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency
|
16 years ago |
Thomas Risberg
|
df8219d56e
|
fixed typo and JavaDocs
|
16 years ago |
Thomas Risberg
|
c55569b51e
|
relaxed parameter type from ParameterizedRowMapper<T> to RowMapper<T>
|
16 years ago |
Juergen Hoeller
|
bbd69da37f
|
updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges
|
16 years ago |
Thomas Risberg
|
800af734d9
|
added -1218 to the transientDataAccessResourceCodes for DB2 (SPR-5296)
|
16 years ago |
Keith Donald
|
be725ca4c6
|
polish
|
16 years ago |
Keith Donald
|
aca047d5df
|
polish
|
16 years ago |
Keith Donald
|
96629c7dc5
|
h2 embedded db support; updated formatting conventions not to auto-format javadoc; added hsqldb and h2 to jdbc maven pom as optional deps
|
16 years ago |
Keith Donald
|
6cec37ac7f
|
spring-jdbc xsd initial commit; includes embedded-database tag
|
16 years ago |
Sam Brannen
|
7a0f82029a
|
Corrected typos
|
16 years ago |