パッケージ org.nkjmlab.sorm4j.typed

インタフェース TypedOrm<T>

すべてのスーパーインタフェース:
OrmMapReader, SqlExecutor, TypedMetaDataFunction<T>, TypedOrmReader<T>, TypedOrmUpdater<T>

public interface TypedOrm<T> extends TypedOrmReader<T>, TypedOrmUpdater<T>, OrmMapReader, TypedMetaDataFunction<T>, SqlExecutor
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