Package | Description |
---|---|
org.voovan.db |
Modifier and Type | Method and Description |
---|---|
TranscationType |
JdbcOperate.getTranscationType()
返回当前事务形式
|
static TranscationType |
TranscationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TranscationType[] |
TranscationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JdbcOperate |
JdbcOperate.setTranscationType(TranscationType transcationType)
设置当前事务类型
|
Constructor and Description |
---|
JdbcOperate(DataSource dataSource,
TranscationType transcationType)
构造函数
|
Copyright © 2020 Voovan. All rights reserved.