Commit Graph

56 Commits

Author SHA1 Message Date
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
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 2009-02-19 00:24:05 +00:00
Juergen Hoeller
d3d0111439 polishing 2009-02-18 23:51:03 +00:00
Juergen Hoeller
ad266a347e DefaultLobHandler uses explicit Blob/Clob access for reading when "wrapAsLob"=true 2009-02-12 23:30:28 +00:00
Juergen Hoeller
fb057bb5f6 generified NumberUtils signature 2009-02-12 17:40:51 +00:00
Juergen Hoeller
92588cddc6 Java 5 code style 2009-02-05 21:04:13 +00:00
Arjen Poutsma
747ee86079 Made CollectionsFactory generic 2009-02-05 15:33:44 +00:00
Juergen Hoeller
eef6086325 polishing 2009-01-25 23:28:01 +00:00
Chris Beams
ed27e04a0d moving unit tests from .testsuite -> .jdbc 2008-12-16 23:29:28 +00:00
Juergen Hoeller
70b9dd6108 closed Java 5 code style gaps 2008-12-05 07:04:19 +00:00
Juergen Hoeller
f8c690c542 Java 5 code style 2008-11-28 11:39:36 +00:00
Juergen Hoeller
85661c6882 Java 5 code style 2008-11-27 17:35:44 +00:00
Juergen Hoeller
b0790bf5e7 Java 5 code style 2008-11-27 00:27:52 +00:00
Juergen Hoeller
f744808b49 removed JOTM and XAPool support 2008-11-27 00:21:29 +00:00
Juergen Hoeller
29657105da Java 5 code style 2008-11-25 01:29:54 +00:00
Juergen Hoeller
347f34c68a EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style 2008-11-20 02:10:53 +00:00
Thomas Risberg
e9877fa93a SPR-5272: added sort to the categories that didn't have it 2008-11-07 20:21:08 +00:00