パッケージ org.nkjmlab.sorm4j

インタフェース Orm

すべてのスーパーインタフェース:
OrmMapReader, OrmReader, OrmUpdater, SqlExecutor, TableMetaDataFunction
既知のサブインタフェースのリスト:
Sorm

ORM functions with an instant connection. When executing ORM function, this object gets a connection and executes the function, after that closes the connection immediately.
作成者:
nkjm
  • メソッドの詳細

    • type

      <S> TypedOrm<S> type(Class<S> objectClass)
      Creates TypedOrm
      型パラメータ:
      S -
      パラメータ:
      objectClass -
      戻り値: