 Spring Framework 2.0.0 Changelogspringframework.jdbc * JdbcTemplate uses "PreparedStatement.setObject(index, null)" for null values with unknown SQL type on Informix * turned visibility of "org.springframework.jdbc.core.StatementCreatorUtils" to public edStatementSetter base class, with single "setValuesIfAvailable" callback method * added default SQL error codes for the Apache Derby database Package org.springframework.jms * SingleConnectionFactory's PersistenceExceptionTranslationAdvisor Package org.springframework.jdbc * worked around "oracle.sql.DATE" problem on certain Oracle driver versions, extracting it as timestamp when appropriate * check0 码力 | 33 页 | 91.32 KB | 1 年前3 Spring Framework 2.0.0 Changelogspringframework.jdbc * JdbcTemplate uses "PreparedStatement.setObject(index, null)" for null values with unknown SQL type on Informix * turned visibility of "org.springframework.jdbc.core.StatementCreatorUtils" to public edStatementSetter base class, with single "setValuesIfAvailable" callback method * added default SQL error codes for the Apache Derby database Package org.springframework.jms * SingleConnectionFactory's PersistenceExceptionTranslationAdvisor Package org.springframework.jdbc * worked around "oracle.sql.DATE" problem on certain Oracle driver versions, extracting it as timestamp when appropriate * check0 码力 | 33 页 | 91.32 KB | 1 年前3
 Spring Framework 2.0.1 Changelogtimeout outside of a transaction * removed bind parameter check from SqlOperation, not parsing the SQL anymore at all (relying on JDBC driver instead) Package org.springframework.jms * reimplemented JMSException springframework.jdbc * JdbcTemplate uses "PreparedStatement.setObject(index, null)" for null values with unknown SQL type on Informix * turned visibility of "org.springframework.jdbc.core.StatementCreatorUtils" to public edStatementSetter base class, with single "setValuesIfAvailable" callback method * added default SQL error codes for the Apache Derby database Package org.springframework.jms * SingleConnectionFactory's0 码力 | 37 页 | 103.65 KB | 1 年前3 Spring Framework 2.0.1 Changelogtimeout outside of a transaction * removed bind parameter check from SqlOperation, not parsing the SQL anymore at all (relying on JDBC driver instead) Package org.springframework.jms * reimplemented JMSException springframework.jdbc * JdbcTemplate uses "PreparedStatement.setObject(index, null)" for null values with unknown SQL type on Informix * turned visibility of "org.springframework.jdbc.core.StatementCreatorUtils" to public edStatementSetter base class, with single "setValuesIfAvailable" callback method * added default SQL error codes for the Apache Derby database Package org.springframework.jms * SingleConnectionFactory's0 码力 | 37 页 | 103.65 KB | 1 年前3
 Spring Framework 1.0.1 Changelogsingle column as result * added "setSqlReadyForUse" method to StoredProcedure, for indicating that the SQL should be used as provided * SQLErrorCodesFactory caches database product name in a Map based on DataSource instantiated without LobHandler, for use with Hibernate's SchemaExport tool * adapted iBATIS SQL Maps 2 support to SQL Maps 2.0 RC1, calling the new SqlMapSession.close method * changed SqlMapClientCallback's support for new SQL error code categories: DataRetrieval/OptimisticLocking/DataAccessResourceFailureException * added "execute(String sql)" method to JdbcTemplate, supporting static SQL and DDL statements0 码力 | 26 页 | 73.65 KB | 1 年前3 Spring Framework 1.0.1 Changelogsingle column as result * added "setSqlReadyForUse" method to StoredProcedure, for indicating that the SQL should be used as provided * SQLErrorCodesFactory caches database product name in a Map based on DataSource instantiated without LobHandler, for use with Hibernate's SchemaExport tool * adapted iBATIS SQL Maps 2 support to SQL Maps 2.0 RC1, calling the new SqlMapSession.close method * changed SqlMapClientCallback's support for new SQL error code categories: DataRetrieval/OptimisticLocking/DataAccessResourceFailureException * added "execute(String sql)" method to JdbcTemplate, supporting static SQL and DDL statements0 码力 | 26 页 | 73.65 KB | 1 年前3
 Spring Framework 2.0.2 Changelogtimeout outside of a transaction * removed bind parameter check from SqlOperation, not parsing the SQL anymore at all (relying on JDBC driver instead) Package org.springframework.jms * reimplemented JMSException springframework.jdbc * JdbcTemplate uses "PreparedStatement.setObject(index, null)" for null values with unknown SQL type on Informix * turned visibility of "org.springframework.jdbc.core.StatementCreatorUtils" to public edStatementSetter base class, with single "setValuesIfAvailable" callback method * added default SQL error codes for the Apache Derby database Package org.springframework.jms * SingleConnectionFactory's0 码力 | 41 页 | 115.44 KB | 1 年前3 Spring Framework 2.0.2 Changelogtimeout outside of a transaction * removed bind parameter check from SqlOperation, not parsing the SQL anymore at all (relying on JDBC driver instead) Package org.springframework.jms * reimplemented JMSException springframework.jdbc * JdbcTemplate uses "PreparedStatement.setObject(index, null)" for null values with unknown SQL type on Informix * turned visibility of "org.springframework.jdbc.core.StatementCreatorUtils" to public edStatementSetter base class, with single "setValuesIfAvailable" callback method * added default SQL error codes for the Apache Derby database Package org.springframework.jms * SingleConnectionFactory's0 码力 | 41 页 | 115.44 KB | 1 年前3
 Spring Framework 1.0.0 Changeloginstantiated without LobHandler, for use with Hibernate's SchemaExport tool * adapted iBATIS SQL Maps 2 support to SQL Maps 2.0 RC1, calling the new SqlMapSession.close method * changed SqlMapClientCallback's support for new SQL error code categories: DataRetrieval/OptimisticLocking/DataAccessResourceFailureException * added "execute(String sql)" method to JdbcTemplate, supporting static SQL and DDL statements the SqlMapClient API of iBATIS SQL Maps 2 (SqlMapClientFactoryBean/Template/Callback/Operations) * added SqlMapClientDaoSupport class for DAOs that work with iBATIS SQL Maps 2 Package org.springframework0 码力 | 23 页 | 65.65 KB | 1 年前3 Spring Framework 1.0.0 Changeloginstantiated without LobHandler, for use with Hibernate's SchemaExport tool * adapted iBATIS SQL Maps 2 support to SQL Maps 2.0 RC1, calling the new SqlMapSession.close method * changed SqlMapClientCallback's support for new SQL error code categories: DataRetrieval/OptimisticLocking/DataAccessResourceFailureException * added "execute(String sql)" method to JdbcTemplate, supporting static SQL and DDL statements the SqlMapClient API of iBATIS SQL Maps 2 (SqlMapClientFactoryBean/Template/Callback/Operations) * added SqlMapClientDaoSupport class for DAOs that work with iBATIS SQL Maps 2 Package org.springframework0 码力 | 23 页 | 65.65 KB | 1 年前3
 Spring Framework 1.1.1 Changelogto return Java null in case of SQL NULL (following the JDBC spec) * OracleLobHandler's getter implementations return null rather than an empty array/stream in case of SQL NULL * JdbcTemplate uses Commons read-only check on save/update/delete * BlobSerializableType properly converts between Java null and SQL NULL, and properly handles null in its "deepCopy" * added "deepCopy" implementation to BlobSerializableType Calendar to java.sql.Date/Time/Timestamp, for SQL types DATE/TIME/TIMESTAMP * added auto-conversion of java.util.Date and java.util.Calendar to java.sql.Timestamp, in case of an unknown SQL type * DataS0 码力 | 44 页 | 124.03 KB | 1 年前3 Spring Framework 1.1.1 Changelogto return Java null in case of SQL NULL (following the JDBC spec) * OracleLobHandler's getter implementations return null rather than an empty array/stream in case of SQL NULL * JdbcTemplate uses Commons read-only check on save/update/delete * BlobSerializableType properly converts between Java null and SQL NULL, and properly handles null in its "deepCopy" * added "deepCopy" implementation to BlobSerializableType Calendar to java.sql.Date/Time/Timestamp, for SQL types DATE/TIME/TIMESTAMP * added auto-conversion of java.util.Date and java.util.Calendar to java.sql.Timestamp, in case of an unknown SQL type * DataS0 码力 | 44 页 | 124.03 KB | 1 年前3
 Spring Framework 1.0.2 Changelogractor, using WLConnection's "getVendorConnection" method (tested in WLS 8.1 SP2) * added "query(sql, args, resultSetExtractor)"-style methods to JdbcOperations interface and JdbcTemplate class * changed references * added "queryWithRowHandler" method to SqlMapClientOperations/Template, following iBATIS SQL Maps 2.0 RC4 * added "queryForPaginatedList" method to SqlMapClientOperations/Template, enabled through single column as result * added "setSqlReadyForUse" method to StoredProcedure, for indicating that the SQL should be used as provided * SQLErrorCodesFactory caches database product name in a Map based on DataSource0 码力 | 30 页 | 87.09 KB | 1 年前3 Spring Framework 1.0.2 Changelogractor, using WLConnection's "getVendorConnection" method (tested in WLS 8.1 SP2) * added "query(sql, args, resultSetExtractor)"-style methods to JdbcOperations interface and JdbcTemplate class * changed references * added "queryWithRowHandler" method to SqlMapClientOperations/Template, following iBATIS SQL Maps 2.0 RC4 * added "queryForPaginatedList" method to SqlMapClientOperations/Template, enabled through single column as result * added "setSqlReadyForUse" method to StoredProcedure, for indicating that the SQL should be used as provided * SQLErrorCodesFactory caches database product name in a Map based on DataSource0 码力 | 30 页 | 87.09 KB | 1 年前3
 Spring Framework 1.1.2 Changelogto return Java null in case of SQL NULL (following the JDBC spec) * OracleLobHandler's getter implementations return null rather than an empty array/stream in case of SQL NULL * JdbcTemplate uses Commons read-only check on save/update/delete * BlobSerializableType properly converts between Java null and SQL NULL, and properly handles null in its "deepCopy" * added "deepCopy" implementation to BlobSerializableType Calendar to java.sql.Date/Time/Timestamp, for SQL types DATE/TIME/TIMESTAMP * added auto-conversion of java.util.Date and java.util.Calendar to java.sql.Timestamp, in case of an unknown SQL type * DataS0 码力 | 47 页 | 133.79 KB | 1 年前3 Spring Framework 1.1.2 Changelogto return Java null in case of SQL NULL (following the JDBC spec) * OracleLobHandler's getter implementations return null rather than an empty array/stream in case of SQL NULL * JdbcTemplate uses Commons read-only check on save/update/delete * BlobSerializableType properly converts between Java null and SQL NULL, and properly handles null in its "deepCopy" * added "deepCopy" implementation to BlobSerializableType Calendar to java.sql.Date/Time/Timestamp, for SQL types DATE/TIME/TIMESTAMP * added auto-conversion of java.util.Date and java.util.Calendar to java.sql.Timestamp, in case of an unknown SQL type * DataS0 码力 | 47 页 | 133.79 KB | 1 年前3
 Spring Framework 2.0.3 Changelogtimeout outside of a transaction * removed bind parameter check from SqlOperation, not parsing the SQL anymore at all (relying on JDBC driver instead) Package org.springframework.jms * reimplemented JMSException springframework.jdbc * JdbcTemplate uses "PreparedStatement.setObject(index, null)" for null values with unknown SQL type on Informix * turned visibility of "org.springframework.jdbc.core.StatementCreatorUtils" to public edStatementSetter base class, with single "setValuesIfAvailable" callback method * added default SQL error codes for the Apache Derby database Package org.springframework.jms * SingleConnectionFactory's0 码力 | 49 页 | 138.10 KB | 1 年前3 Spring Framework 2.0.3 Changelogtimeout outside of a transaction * removed bind parameter check from SqlOperation, not parsing the SQL anymore at all (relying on JDBC driver instead) Package org.springframework.jms * reimplemented JMSException springframework.jdbc * JdbcTemplate uses "PreparedStatement.setObject(index, null)" for null values with unknown SQL type on Informix * turned visibility of "org.springframework.jdbc.core.StatementCreatorUtils" to public edStatementSetter base class, with single "setValuesIfAvailable" callback method * added default SQL error codes for the Apache Derby database Package org.springframework.jms * SingleConnectionFactory's0 码力 | 49 页 | 138.10 KB | 1 年前3
 Spring Framework 1.1.3 Changelogto return Java null in case of SQL NULL (following the JDBC spec) * OracleLobHandler's getter implementations return null rather than an empty array/stream in case of SQL NULL * JdbcTemplate uses Commons read-only check on save/update/delete * BlobSerializableType properly converts between Java null and SQL NULL, and properly handles null in its "deepCopy" * added "deepCopy" implementation to BlobSerializableType Calendar to java.sql.Date/Time/Timestamp, for SQL types DATE/TIME/TIMESTAMP * added auto-conversion of java.util.Date and java.util.Calendar to java.sql.Timestamp, in case of an unknown SQL type * DataS0 码力 | 50 页 | 143.26 KB | 1 年前3 Spring Framework 1.1.3 Changelogto return Java null in case of SQL NULL (following the JDBC spec) * OracleLobHandler's getter implementations return null rather than an empty array/stream in case of SQL NULL * JdbcTemplate uses Commons read-only check on save/update/delete * BlobSerializableType properly converts between Java null and SQL NULL, and properly handles null in its "deepCopy" * added "deepCopy" implementation to BlobSerializableType Calendar to java.sql.Date/Time/Timestamp, for SQL types DATE/TIME/TIMESTAMP * added auto-conversion of java.util.Date and java.util.Calendar to java.sql.Timestamp, in case of an unknown SQL type * DataS0 码力 | 50 页 | 143.26 KB | 1 年前3
共 64 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7














