Uses of Enum
org.h2.engine.SessionLocal.State
Packages that use SessionLocal.State
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
-
Uses of SessionLocal.State in org.h2.engine
Subclasses with type arguments of type SessionLocal.State in org.h2.engineMethods in org.h2.engine that return SessionLocal.StateModifier and TypeMethodDescriptionSessionLocal.getState()static SessionLocal.StateReturns the enum constant of this type with the specified name.static SessionLocal.State[]SessionLocal.State.values()Returns an array containing the constants of this enum type, in the order they are declared.