パッケージ org.nkjmlab.sorm4j
インタフェース SormContext
-
public interface SormContextA context for ORM execution. Instance of this class could be build by {SormContext.Builder.build().- 作成者:
- nkjm
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ インタフェース 説明 static classSormContext.Builder
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static SormContextDEFAULT_CONTEXT
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 static SormContext.Builderbuilder()LoggerContextgetLoggerContext()intgetTransactionIsolationLevel()
-
-
-
フィールドの詳細
-
DEFAULT_CONTEXT
static final SormContext DEFAULT_CONTEXT
-
-
メソッドの詳細
-
getLoggerContext
LoggerContext getLoggerContext()
-
getTransactionIsolationLevel
int getTransactionIsolationLevel()
-
builder
static SormContext.Builder builder()
-
-