• Type: Improvement
    • Resolution: Fixed
    • Priority: Major
    • 2.4.14
    • Affects Version/s: None
    • Component/s: None
    • None

      ユーザ定義型のクラスにstaticなユーザ定義型 valueOf(基本型 clazz)メソッドとインスタンスメソッド、基本型 value()が定義されていれば、
      S2JDBCで自動的に変換を行う。

      たとえば、
      private int level;

      private Authority(int level)

      { this.level = level; }

      public static Authority valueOf(int level)

      { return new Authority(level); }

      public int value()

      { return level; }

      のようなクラスがあれば自動的に変換を行う。

            Assignee:
            higa
            Reporter:
            higa
            Votes:
            0 Vote for this issue
            Watchers:
            Start watching this issue

              Created:
              Updated:
              Resolved: