Uploaded image for project: 'Kuina'
  1. Kuina
  2. KUINA-11

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

XMLWordPrintable

    • Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major 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 インタフェースには標準的なメソッドを定義する必要が無くなります.

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

              Created:
              Updated:
              Resolved: