Package | Description |
---|---|
org.tinygroup.jdbctemplatedslsession | |
org.tinygroup.jdbctemplatedslsession.daosupport | |
org.tinygroup.jdbctemplatedslsession.template |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDslSession
DslSqlSession接口的jdbctemplate版实现
|
Modifier and Type | Method and Description |
---|---|
static DslSession |
DslSessionFactory.createSession(DataSource dataSource) |
static DslSession |
DslSessionFactory.createSession(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager transactionManager,
org.springframework.transaction.TransactionDefinition transactionDefinition) |
static DslSession |
DslSessionFactory.createSession(DataSource dataSource,
org.springframework.transaction.TransactionDefinition transactionDefinition) |
static DslSession |
DslSessionFactory.createSessionWithNewTransaction(DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
DslSession |
TinyDslDaoSupport.getDslSession() |
Modifier and Type | Method and Description |
---|---|
protected DslTemplate |
TinyDslDaoSupport.createDslTemplate(DslSession dslSession) |
void |
TinyDslDaoSupport.setDslSession(DslSession dslSession) |
Modifier and Type | Field and Description |
---|---|
protected DslSession |
DslAccessor.dslSession |
Modifier and Type | Method and Description |
---|---|
DslSession |
DslAccessor.getDslSession() |
DslSession |
DslTemplate.getDslSession() |
Modifier and Type | Method and Description |
---|---|
void |
DslAccessor.setDslSession(DslSession dslSession) |
void |
DslTemplate.setDslSession(DslSession dslSession) |
Constructor and Description |
---|
DslTemplateImpl(DslSession dslSession) |
Copyright © 2006–2018 TinyGroup. All rights reserved.