• Type: New Feature
    • Resolution: Fixed
    • Priority: Major
    • 1.0.0
    • Affects Version/s: 1.0.0-rc2
    • Component/s: Kuina-Dao
    • None

      generics を使った GenericDao をサポートしました.
      GenericDao は

      public interface GenericDao<ENTITY, ID> {
      ENTITY find(ID id);
      void persist(ENTITY entity);
      ...
      }

      のように標準的なメソッドが定義されていて,

      public interface EmployeeDao extends GenericDao<Emloyee, Long> {
      ...
      }

      のようにすることで,個別の Dao インタフェースには標準的なメソッドを定義する必要が無くなります.

          [KUINA-11] generics を使った GenericDao をサポートしました.

          koichik added a comment -

          対応しました.

          koichik added a comment - 対応しました.

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

              Created:
              Updated:
              Resolved: