| 程序包 | 说明 |
|---|---|
| org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SessionLocal.State |
SessionLocal.getState() |
SessionLocal.State |
SessionLocal.getState() |
static SessionLocal.State |
SessionLocal.State.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SessionLocal.State |
SessionLocal.State.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SessionLocal.State[] |
SessionLocal.State.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
static SessionLocal.State[] |
SessionLocal.State.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2022. All rights reserved.