コード例 #1
0
 public OracleService()
 {
     DataMapper = MyBatisSingleton.GetDatabaseMapper("EAS");
     Session    = MyBatisSingleton.GetTransaction("EAS");
 }
コード例 #2
0
ファイル: SqlServerSevice.cs プロジェクト: yhh1234/web_test
 public SqlServerSevice()
 {
     DataMapper = MyBatisSingleton.GetDatabaseMapper("PTS");
     Session    = MyBatisSingleton.GetTransaction("PTS");
 }
コード例 #3
0
ファイル: MySqlService.cs プロジェクト: yhh1234/web_test
 public MySqlService()
 {
     DataMapper = MyBatisSingleton.GetDatabaseMapper("OA");
     Session    = MyBatisSingleton.GetTransaction("OA");
 }