Attributes
| default-autowire | no |
| default-dependency-check | none |
| default-lazy-init | false |
| default-merge | false |
| xsi:schemaLocation | http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd |
| dataSource | |
| sessionFactory |
Attributes:
| autowire | default |
| autowire-candidate | default |
| class | com.mchange.v2.c3p0.ComboPooledDataSource |
| dependency-check | default |
| destroy-method | close |
| id | dataSource |
| lazy-init | default |
Dependencies, properties and method injection:
| driverClass | com.mysql.jdbc.Driver |
| jdbcUrl | ${database.base.url}/${database.name}?autoReconnect=true&useUnicode=true&characterEncoding=utf8 |
| testConnectionOnCheckout | true |
| properties |
c3p0.acquire_increment = 1 c3p0.idle_test_period = 100 c3p0.max_size = 2 c3p0.max_statements = 0 c3p0.min_size = 1 user = ${database.username} password = ${database.password} |
Attributes:
| autowire | default |
| autowire-candidate | default |
| class | org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean |
| dependency-check | default |
| id | sessionFactory |
| lazy-init | default |
Dependencies, properties and method injection:
| dataSource |
dataSource
|
| configLocation | classpath:META-INF/hibernate.cfg.xml |