パッケージ org.nkjmlab.sorm4j.sql

インタフェース Query<T>

    • メソッドの詳細

      • readOne

        T readOne()
        Reads a list of objects from the database by mapping the results of the parameterized SQL query into instances of the given object class. Only the columns returned from the SQL query will be set into the object instance.
        戻り値:
      • readFirst

        T readFirst()
        Reads an object from the database.
        戻り値:
      • readList

        List<T> readList()
        Reads a list of objects from the database by mapping the results of the parameterized SQL query into instances of the given object class. Only the columns returned from the SQL query will be set into the object instance.
        戻り値: