Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/domaframework/doma

DAO oriented database mapping framework for Java
https://github.com/domaframework/doma

Entityのシリアラズ可能とtoString()のテストを追加しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@36 362887e2-e868-44d1-a061-b03550a0b845

e84b6063e82ba4e93642e30a6bff4b55ee17d3b0 authored over 15 years ago by nakamura-to <[email protected]>
EntityにtoString()を実装しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@35 362887e2-e868-44d1-a061-b03550a0b845

6832fb26a7db9b09ab50404acf6e2b6599e63469 authored over 15 years ago by nakamura-to <[email protected]>
Entityをシリアラズ可能にしました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@34 362887e2-e868-44d1-a061-b03550a0b845

60b6825d1d1e06c0c0bc388700495b60cf3e4149 authored over 15 years ago by nakamura-to <[email protected]>
いくつかのDomainをSerializableにしました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@33 362887e2-e868-44d1-a061-b03550a0b845

a8cb2a69b2270b9dd9ab9066717444885bb935fd authored over 15 years ago by nakamura-to <[email protected]>
jdbcまわりの例外とパッケージを整理しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@32 362887e2-e868-44d1-a061-b03550a0b845

e1e47a79ef81c1bcb4bfa97abcd0219b2b08d3b1 authored over 15 years ago by nakamura-to <[email protected]>
Domainの定義の仕方のまちがっているところを修正しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@31 362887e2-e868-44d1-a061-b03550a0b845

abbffa358d1b4219f8b04da8eccf19e31fca8822 authored over 15 years ago by nakamura-to <[email protected]>
SQLのログまわりのコードを整理しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@30 362887e2-e868-44d1-a061-b03550a0b845

80140a6ed7e11d7fdea842d62a1790122afaa685 authored over 15 years ago by nakamura-to <[email protected]>
DomainとJdbcTypeでサポートする型を増やしました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@29 362887e2-e868-44d1-a061-b03550a0b845

299b613d4e3f431d3a953e4bb48e395726eb6060 authored over 15 years ago by nakamura-to <[email protected]>
aptのコード生成まわりのコードを整理しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@28 362887e2-e868-44d1-a061-b03550a0b845

535551decfa0be8bd68193f7ffccacdf4094ae9b authored over 15 years ago by nakamura-to <[email protected]>
コードの重複を整理しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@27 362887e2-e868-44d1-a061-b03550a0b845

5c2dd407e0251783f0958c5d79d046c534a17146 authored over 15 years ago by nakamura-to <[email protected]>
コードの重複を整理しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@26 362887e2-e868-44d1-a061-b03550a0b845

4d27d10e113b409b65e790dbcbd9bcec9b1a3cbf authored over 15 years ago by nakamura-to <[email protected]>
Collection#createBlob、Collection#createClob、Collection#createNClobに対応しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@25 362887e2-e868-44d1-a061-b03550a0b845

6169197c031c4ceffe5a09621337bc9a90918144 authored over 15 years ago by nakamura-to <[email protected]>
ヘッダーの設定を忘れていたのを対応しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@24 362887e2-e868-44d1-a061-b03550a0b845

04c0b6e02f1a30551359ea5bbef47241584e44d7 authored over 15 years ago by nakamura-to <[email protected]>
java.sql.Arrayを使ったテストを追加しました(PostgreSQLで2次元配列が使えることを確認)。

git-svn-id: https://www.seasar.org/svn/doma/trunk@23 362887e2-e868-44d1-a061-b03550a0b845

fa5daef66d08dd2755bbefe50abfa85a6d2ffb8d authored over 15 years ago by nakamura-to <[email protected]>
java.sql.Arrayを使ったテストを追加しました(PostgreSQLで1次元配列が使えることを確認)。

git-svn-id: https://www.seasar.org/svn/doma/trunk@22 362887e2-e868-44d1-a061-b03550a0b845

aaeef50f3681ecc9f826214289dff77d070dd043 authored over 15 years ago by nakamura-to <[email protected]>
バインド変数の型がjava.sql.Arrayの場合のSQLのログはシングルクォートで囲むようにしました(PostgreSQLだと囲んでおけばそのまま実行できるので)。

git-svn-id: https://www.seasar.org/svn/doma/trunk@21 362887e2-e868-44d1-a061-b03550a0b845

77f4324b30ddad9e6624cf0a5bd2041d77147c42 authored over 15 years ago by nakamura-to <[email protected]>
Connection#createArrayOfに対応しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@20 362887e2-e868-44d1-a061-b03550a0b845

994efa363a5ab8a2c3354e5d8fbe2657c96242f7 authored over 15 years ago by nakamura-to <[email protected]>
mavenで動かしたときにログがでるようにlog4jへの依存を追加しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@19 362887e2-e868-44d1-a061-b03550a0b845

7f73bcf1c0bf2bb58a2e365cb573d925fbc68f82 authored over 15 years ago by nakamura-to <[email protected]>
MySQLを使ったテストのために、テーブル名やカラム名をすべて大文字として扱うようにしました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@18 362887e2-e868-44d1-a061-b03550a0b845

8e5055d934ef0b9a4dc35da575874719aae87c1c authored over 15 years ago by nakamura-to <[email protected]>
存在しないdiconファイルを参照してしまっていたのを修正しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@17 362887e2-e868-44d1-a061-b03550a0b845

196b046dda959282d39f16d32f0de2cee7414d80 authored over 15 years ago by nakamura-to <[email protected]>
pom.xmlでs2-tigerのscope指定がまちがっていたようなので修正しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@16 362887e2-e868-44d1-a061-b03550a0b845

07cded752d383a7406547eb22c8a592963886dba authored over 15 years ago by nakamura-to <[email protected]>
hudson上でテストするための設定を追加しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@15 362887e2-e868-44d1-a061-b03550a0b845

54c22366dd62c8ec861b27e23929307b4a0945c9 authored over 15 years ago by nakamura-to <[email protected]>
aptで生成したコードのテストを行ごとに比較するようにしました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@14 362887e2-e868-44d1-a061-b03550a0b845

c3b474e5f48b1cbcb18463f102431dc43d564637 authored over 15 years ago by nakamura-to <[email protected]>
mavenでビルドできるようにしました。aptの問題ではなくpom.xmlの設定方法を理解していなかっただけだった。。。

git-svn-id: https://www.seasar.org/svn/doma/trunk@13 362887e2-e868-44d1-a061-b03550a0b845

c01458648b7def8786267bf28178431beadad66b authored over 15 years ago by nakamura-to <[email protected]>
ヘッダーにコピーライトをつけました。

maven化しました(でもビルドできない。。。aptで生成されたクラスのパッケージと利用側のクラスのパッケージがちがうから?)。

git-svn-id: https://www.seasar....

b48ada477ec79e4fdf73a97069aeb4bb1d8c2320 authored over 15 years ago by nakamura-to <[email protected]>
ヘッダーにコピーライトをつけました。

maven化しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@11 362887e2-e868-44d1-a061-b03550a...

3d6e55a8d584feb1330bf065c86d72c05258df72 authored over 15 years ago by nakamura-to <[email protected]>
git-svn-id: https://www.seasar.org/svn/doma/trunk@9 362887e2-e868-44d1-a061-b03550a0b845

2f50e248e64c4ca8b44871fb2b6699c6e89c29b3 authored over 15 years ago by nakamura-to <[email protected]>
テーブルでIdをインクリメンとする際、requiresNewなトランザクションで実行できるようにしました。外側のトランザクションで実行するとロールバックされた場合にメモリ上の番号とずれるため。また、ロックの間隔を短くするため。

git-svn-id: https://www.seasar.org/svn/doma/trunk@8 362887e2-e868-44d1-a061-b03550a0b845

dc209aedb4ab29db4fa90bc9226c75dfa0be92f7 authored over 15 years ago by nakamura-to <[email protected]>
テーブルでIdをインクリメンとする際、requiresNewなトランザクションで実行できるようにしました。外側のトランザクションで実行するとロールバックされた場合にメモリ上の番号とずれるため。また、ロックの間隔を短くするため。

git-svn-id: https://www.seasar.org/svn/doma/trunk@7 362887e2-e868-44d1-a061-b03550a0b845

3be038c4f85ce9eae58a3780cd29ce47d1451919 authored over 15 years ago by nakamura-to <[email protected]>
パッケージ名を修正しました。

git-svn-id: https://www.seasar.org/svn/doma/trunk@6 362887e2-e868-44d1-a061-b03550a0b845

4838919d8da0b34221602751fa565215bbb64048 authored over 15 years ago by nakamura-to <[email protected]>
git-svn-id: https://www.seasar.org/svn/doma/trunk@5 362887e2-e868-44d1-a061-b03550a0b845

3c4d2bfa6665d364efce5de408677d564abb335a authored over 15 years ago by nakamura-to <[email protected]>
git-svn-id: https://www.seasar.org/svn/doma/trunk@3 362887e2-e868-44d1-a061-b03550a0b845

53588ec5e19218b322e931bb5f228092164971bc authored over 15 years ago by nakamura-to <[email protected]>
add default www directory for web site.

git-svn-id: https://www.seasar.org/svn/doma/trunk@1 362887e2-e868-44d1-a061-b03550a0b845

e359ba0f1cf8188f4de05554fa02d525e91714b7 authored over 15 years ago by The Seasar Project Administrator <[email protected]>