Spring Framwork Data Access v5.3.36 SNAPSHOTFramework Transaction Abstraction . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.2.1. Hibernate Transaction Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 156 5.3. Hibernate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157 5.3.2. Implementing DAOs Based on the Plain Hibernate API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159 5.3.3. Declarative Transaction0 码力 | 197 页 | 2.76 MB | 1 年前3
Spring Framework 1.2.x Changelogsince a vendor dialect may support it * Hibernate3 LocalSessionFactoryBean automatically sets JTATransactionFactory if given a "jtaTransactionManager" * Hibernate3 LocalSessionFactoryBean only sets connection not given a "jtaTransactionManager" * Hibernate3 LocalSessionFactoryBean exposes configured DataSource for schema update (required on Hibernate 3.2.1+) * Hibernate3 LocalSessionFactoryBean registers filter parameter to Hibernate3 OpenSessionInViewFilter (supporting "AUTO" etc as value) * reworked Hibernate JTA transaction synchronization to expose "beforeCompletion" exceptions to the caller * Hibernate JTA transaction0 码力 | 94 页 | 267.57 KB | 1 年前3
Spring Framework 1.2.7 Changelogenable proper batching in all cases * Hibernate LocalSessionFactoryBean exposes its DataSource on "SessionFactory.close()", for potential schema export * Hibernate LocalSessionFactoryBean offers protected LocalSessionFactoryBean for Hibernate3, allowing to load multiple config files * added "replicate" convenience methods to HibernateTemplate for both Hibernate2 and Hibernate3 * added BlobStringType with with configurable character encoding for both Hibernate2 and Hibernate3 * updated Spring's JDO support to be compatible with JPOX JDO 2.0 API snapshot-9 (corresponding to JDO 2.0 final draft) * JdoTransactionManager0 码力 | 87 页 | 248.22 KB | 1 年前3
Spring Framework 1.2.8 ChangelogNativeJdbcExtractorAdapter to retry with DatabaseMetaData Connection if extraction failed (for Hibernate 3.1) * turned JdbcTemplate's "query(PreparedStatementCreator,PreparedStatementSetter,ResultSetExtractor "updateDatabaseSchema" to declare the correct exception (DataAccessException) * fixed BlobStringType for Hibernate2/3 to correctly handle SQL NULL Package org.springframework.remoting * RmiClientInterceptorUtils enable proper batching in all cases * Hibernate LocalSessionFactoryBean exposes its DataSource on "SessionFactory.close()", for potential schema export * Hibernate LocalSessionFactoryBean offers protected0 码力 | 89 页 | 254.65 KB | 1 年前3
Spring Framework 1.2.6 Changelog"isOpen" assertions to Hibernate Session synchronization, seamlessly removing dangling Sessions (fail-safe) * refined HibernateTransactionManager and SessionFactoryUtils to adapt to Hibernate 3.1's changed Session HibernateTemplate, for parameterizing a Hibernate3 Filter * added "bulkUpdate" convenience operations to HibernateOperations/HibernateTemplate, for Hibernate3 bulk update/delete * fixed HibernateTemplate SessionFactoryUtils converts Hibernate3's StaleStateException into Spring's OptimisticLockingFailureException too * added "findByExample" methods to HibernateOperations/Template for Hibernate3, for querying by example0 码力 | 83 页 | 236.45 KB | 1 年前3
Spring Framework 1.2.5 ChangelogSessionFactoryUtils converts Hibernate3's StaleStateException into Spring's OptimisticLockingFailureException too * added "findByExample" methods to HibernateOperations/Template for Hibernate3, for querying by example recently published version of the Hibernate 3.0.5 jar (there seem to be multiple versions around) * added "findByCriteria" methods to HibernateOperations/Template for Hibernate3, for executing DetachedCriteria springframework.orm * extended doc coverage regarding plain DAO implementations: based on plain Hibernate3/JDO/TopLink/OJB/iBATIS API * added "allowCreate" flag to TransactionAwarePersistenceManagerFactoryProxy0 码力 | 79 页 | 226.37 KB | 1 年前3
Spring Framework 1.2.2 Changelog(for Hibernate 2.1 and Hibernate3) * added "cacheableMappingLocations" property to LocalSessionFactoryBean, for Hibernate3's caching of parsed XML as bins * added dedicated support for Hibernate Annotation overridable through JdoDialect Package org.springframework.samples * added Hibernate 3.0's JMX statistics service to Hibernate version of PetClinic, exported via Spring's MBeanExporter * dropped unmaintained jectException * fixed Hibernate SessionFactoryUtils to correctly handle asynchronous timeouts in case of mixed JTA/Spring transactions * fixed SessionFactoryUtils for Hibernate 2.1 to not prevent transaction0 码力 | 72 页 | 205.76 KB | 1 年前3
Spring Framework 1.2.4 Changelogrecently published version of the Hibernate 3.0.5 jar (there seem to be multiple versions around) * added "findByCriteria" methods to HibernateOperations/Template for Hibernate3, for executing DetachedCriteria springframework.orm * extended doc coverage regarding plain DAO implementations: based on plain Hibernate3/JDO/TopLink/OJB/iBATIS API * added "allowCreate" flag to TransactionAwarePersistenceManagerFactoryProxy (for Hibernate 2.1 and Hibernate3) * added "cacheableMappingLocations" property to LocalSessionFactoryBean, for Hibernate3's caching of parsed XML as bins * added dedicated support for Hibernate Annotation0 码力 | 77 页 | 223.73 KB | 1 年前3
Spring Framework 1.2.3 Changelogspringframework.orm * extended doc coverage regarding plain DAO implementations: based on plain Hibernate3/JDO/TopLink/OJB/iBATIS API * added "allowCreate" flag to TransactionAwarePersistenceManagerFactoryProxy (for Hibernate 2.1 and Hibernate3) * added "cacheableMappingLocations" property to LocalSessionFactoryBean, for Hibernate3's caching of parsed XML as bins * added dedicated support for Hibernate Annotation overridable through JdoDialect Package org.springframework.samples * added Hibernate 3.0's JMX statistics service to Hibernate version of PetClinic, exported via Spring's MBeanExporter * dropped unmaintained0 码力 | 74 页 | 215.40 KB | 1 年前3
Spring Framework 1.2.1 ChangelogjectException * fixed Hibernate SessionFactoryUtils to correctly handle asynchronous timeouts in case of mixed JTA/Spring transactions * fixed SessionFactoryUtils for Hibernate 2.1 to not prevent transaction ean for Hibernate3 to use connection release mode "on_close" as default (-> safe tx cleanup) * fixed LocalSessionFactoryBean for Hibernate3 to register type definitions before any Hibernate configuration * fixed TypeDefinitionBean for Hibernate3 to use empty Properties as parameters and to check "typeName" and "typeClass" * refined HibernateTransactionManager for Hibernate3 to not call "Session.toString"0 码力 | 69 页 | 197.87 KB | 1 年前3
共 489 条
- 1
- 2
- 3
- 4
- 5
- 6
- 49













