インタフェースの使用
org.nkjmlab.sorm4j.Sorm
-
Sormを使用しているパッケージ パッケージ 説明 org.nkjmlab.sorm4j Provides the main API for Sorm4j. -
-
org.nkjmlab.sorm4jでのSormの使用
Sormを返すorg.nkjmlab.sorm4jのメソッド 修飾子とタイプ メソッド 説明 static SormSormFactory. create(String jdbcUrl, String user, String password)Create aSormobject which usesDriverManager.static SormSormFactory. create(String jdbcUrl, String username, String password, String configName)Create aSormobject which usesDriverManagerand the configurations corresponding to the given configName.static SormSormFactory. create(DataSource dataSource)Create aSormobject which usesDataSource.static SormSormFactory. create(DataSource dataSource, String configName)Create aSormobject which usesDataSourceand the configurations corresponding to the given configName.SormSorm. createWith(String configName)Creates a Sorm object with the given config name.
-