Uploaded image for project: 'S2Container'
  1. S2Container
  2. CONTAINER-49

S2JDBCで基本型とユーザ定義型の自動変換を行う

XMLWordPrintable

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major 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 higa
            Reporter:
            higa higa
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: