public class DefaultReactiveSqlSessionFactory extends Object implements ReactiveSqlSessionFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultReactiveSqlSessionFactory.Builder
The type Builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
R2dbcMybatisConfiguration |
getConfiguration()
get R2dbcMybatisConfiguration
|
static DefaultReactiveSqlSessionFactory.Builder |
newBuilder()
New default reactive sql session factory builder.
|
ReactiveSqlSession |
openSession()
open session
|
public static DefaultReactiveSqlSessionFactory.Builder newBuilder()
public ReactiveSqlSession openSession()
ReactiveSqlSessionFactoryopenSession in interface ReactiveSqlSessionFactorypublic R2dbcMybatisConfiguration getConfiguration()
ReactiveSqlSessionFactorygetConfiguration in interface ReactiveSqlSessionFactorypublic void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2022. All rights reserved.