クラスの使用
org.nkjmlab.sorm4j.config.OrmConfigStore
-
OrmConfigStoreを使用しているパッケージ パッケージ 説明 org.nkjmlab.sorm4j org.nkjmlab.sorm4j.config org.nkjmlab.sorm4j.mapping -
-
org.nkjmlab.sorm4jでのOrmConfigStoreの使用
OrmConfigStore型のパラメータを持つorg.nkjmlab.sorm4jのメソッド 修飾子とタイプ メソッド 説明 static OrmConnectionOrmConnection. of(Connection connection, OrmConfigStore options)static OrmMapperOrmMapper. of(Connection connection, OrmConfigStore configStore)static SormSorm. of(String jdbcUrl, String user, String password, OrmConfigStore configs)static SormSorm. of(DataSource dataSource, OrmConfigStore configs)static SormSorm. of(ConnectionSource connectionSource, OrmConfigStore configs)static <T> TypedOrmConnection<T>TypedOrmConnection. of(Class<T> objectClass, Connection connection, OrmConfigStore options) -
org.nkjmlab.sorm4j.configでのOrmConfigStoreの使用
OrmConfigStoreとして宣言されているorg.nkjmlab.sorm4j.configのフィールド 修飾子とタイプ フィールド 説明 static OrmConfigStoreOrmConfigStore. DEFAULT_CONFIGURATIONSOrmConfigStoreを返すorg.nkjmlab.sorm4j.configのメソッド 修飾子とタイプ メソッド 説明 OrmConfigStoreOrmConfigStore.Builder. build() -
org.nkjmlab.sorm4j.mappingでのOrmConfigStoreの使用
OrmConfigStoreを返すorg.nkjmlab.sorm4j.mappingのメソッド 修飾子とタイプ メソッド 説明 protected OrmConfigStoreAbstractOrmMapper. getConfigStore()OrmConfigStore型のパラメータを持つorg.nkjmlab.sorm4j.mappingのメソッド 修飾子とタイプ メソッド 説明 static OrmTransactionOrmTransaction. of(Connection connection, int isolationLevel, OrmConfigStore options)static <T> TypedOrmMapper<T>TypedOrmMapper. of(Class<T> objectClass, Connection connection, OrmConfigStore options)static <T> TypedOrmTransaction<T>TypedOrmTransaction. of(Class<T> objectClass, Connection connection, int isolationLevel, OrmConfigStore options)OrmConfigStore型のパラメータを持つorg.nkjmlab.sorm4j.mappingのコンストラクタ コンストラクタ 説明 AbstractOrmMapper(Connection connection, OrmConfigStore configStore)Creates a instanceOrmConnectionImpl(Connection connection, OrmConfigStore options)OrmMapperImpl(Connection connection, OrmConfigStore defaultConfigurations)TypedOrmConnectionImpl(Class<T> objectClass, Connection connection, OrmConfigStore options)TypedOrmMapperImpl(Class<T> objectClass, Connection connection, OrmConfigStore options)
-