Commit Graph

72 Commits

Author SHA1 Message Date
Thomas Risberg
e5b553c16a Fixed SimpleJdbcInsert to use SQL type info for all insert operations 2009-05-26 21:25:35 +00:00
Christian Dupuis
b23071280f added missing license header 2009-05-26 20:01:36 +00:00
Christian Dupuis
6cc33fc609 added spring.tooling descriptor and images for all namespaces 2009-05-26 11:58:09 +00:00
Keith Donald
b9aa82a0c4 removed @since 3.0--no point if its not consistent and whole package is 3.0 anyway 2009-05-23 19:54:36 +00:00
Sam Brannen
a07b890934 Fixed typos; Class --> Class<?>; and both constructors are now private. 2009-05-22 14:41:27 +00:00
Sam Brannen
1b79fffaee Polishing 2009-05-22 14:40:27 +00:00
Juergen Hoeller
6964633909 reflective loading of driver classes 2009-05-19 22:42:03 +00:00
Keith Donald
0cc3542aed applied joris's no derby log patch 2009-05-17 15:39:17 +00:00
Keith Donald
e54519d02e made package private 2009-05-16 22:14:22 +00:00
Keith Donald
c6c0dd555b removed unused imports 2009-05-16 22:13:21 +00:00
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 2009-05-16 22:11:18 +00:00
Keith Donald
a12ffa5c4c removed @Override 2009-05-16 15:34:47 +00:00
Keith Donald
eee52f8804 derby embedded db support initial commit; shutdown use case needs work 2009-05-16 15:05:28 +00:00
Juergen Hoeller
59101c096f replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency 2009-05-12 23:37:43 +00:00
Thomas Risberg
df8219d56e fixed typo and JavaDocs 2009-05-12 20:21:05 +00:00
Thomas Risberg
c55569b51e relaxed parameter type from ParameterizedRowMapper<T> to RowMapper<T> 2009-05-12 18:18:05 +00:00
Thomas Risberg
800af734d9 added -1218 to the transientDataAccessResourceCodes for DB2 (SPR-5296) 2009-05-11 14:37:42 +00:00
Keith Donald
be725ca4c6 polish 2009-05-09 22:30:34 +00:00
Keith Donald
aca047d5df polish 2009-05-09 22:28:59 +00:00
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 2009-05-09 22:27:05 +00:00
Keith Donald
6cec37ac7f spring-jdbc xsd initial commit; includes embedded-database tag 2009-05-08 19:06:58 +00:00
Sam Brannen
7a0f82029a Corrected typos 2009-05-06 22:43:41 +00:00
Keith Donald
4bfcd16130 polish 2009-05-06 09:14:25 +00:00
Keith Donald
6771a22988 polish 2009-05-06 08:38:47 +00:00
Keith Donald
c25760f5db polish 2009-05-06 08:19:21 +00:00
Keith Donald
f64dcd379e polish 2009-05-06 08:17:29 +00:00
Keith Donald
567dd1eefb package 2009-05-06 08:04:29 +00:00
Keith Donald
442e7343d6 polish 2009-05-06 07:56:52 +00:00
Keith Donald
bc9ad5685d eliminated dependency on jdbc core 2009-05-06 07:36:24 +00:00
Keith Donald
37e1333a41 polish 2009-04-23 19:01:41 +00:00
Keith Donald
3a457dcec9 embedded database factory bean 2009-04-23 18:56:26 +00:00
Keith Donald
d896a53ca8 polish 2009-04-22 21:16:22 +00:00
Keith Donald
adcbe27852 added pre destroy 2009-04-22 21:14:06 +00:00
Keith Donald
e783211f88 polish 2009-04-22 19:41:27 +00:00
Keith Donald
ec463a32ba added DataSourceFactory strategy; promoted EmbeddedDatabaseConfigurer strategy to public API; added ability to add any number of SQL scripts for db population 2009-04-22 19:31:46 +00:00
Keith Donald
b1000cd5c6 embedded 2009-04-22 17:47:44 +00:00
Keith Donald
2e45a19be3 embedded database support initial commit; moved from spring-test; ResourceDatabasePopulator duplicate code with test.jdbc package that needs review 2009-04-22 17:07:20 +00:00
Thomas Risberg
8aface8e5d fixed JavaDoc 2009-04-17 19:43:11 +00:00
Thomas Risberg
93c56f19df added a config property to control defaulting of primitive property when receiving null value from result (SPR-5588) 2009-03-25 15:26:39 +00:00
Thomas Risberg
4dc4ce3275 changed MapSqlParameterSource to SqlParameterSource in executeFunction and executeObject methods for SimpleJdbcCall (SPR-5570) 2009-03-25 12:14:55 +00:00
Thomas Risberg
360434d0d1 defaulting primitive property when receiving null value from result in BeanPropertyRowMapper (SPR-5588) 2009-03-25 12:12:42 +00:00
Thomas Risberg
9b1edea8a0 added tests for custom SQLException translation, polished (SPR-4899) 2009-03-12 21:32:40 +00:00
Thomas Risberg
a3942c5c1b changed exception class thrown for problems configuring GenericSqlQuery class (SPR-3986) 2009-03-12 21:30:42 +00:00
Thomas Risberg
49549d66ae added the option of providing a database specific custom SQLExceptionTranslator to provide customized translation for any SQLException before the error codes translation happens (SPR-4899) 2009-03-12 17:22:02 +00:00
Thomas Risberg
943e359c4a switched tests to use JUnit4 2009-03-12 06:29:33 +00:00
Thomas Risberg
7ccb0b6e66 added a concrete GenericSqlQuery class to make it possible to configure in application context (SPR-3986) 2009-03-12 04:38:56 +00:00
Thomas Risberg
4145c299ef fixed missing tabs in application context file (SPR-3987) 2009-03-12 04:35:45 +00:00
Thomas Risberg
2855e5c086 moved the application context file to correct directory (SPR-3987) 2009-03-12 02:17:49 +00:00
Thomas Risberg
8fdc57ecbd added a concrete GenericStoredProcedure class to make it possible to configure using application context (SPR-3987) 2009-03-11 23:01:22 +00:00
Thomas Risberg
a0139abf1e added a DuplicatKeyException catagory for SQLException translation (SPR-5125) 2009-03-09 23:26:54 +00:00