sql >> データベース >  >> RDS >> Mysql

JPAネイティブクエリは単一のオブジェクトを取得します

    JPAを使用すると、次のようにする必要があります

    int num = ((Number)this.entityManager.createNativeQuery("select count(*) from your_table_name")
                    .getSingleResult()).intValue();
    

    編集済み:

     String name = this.entityManager.createNativeQuery("select t.name from your_table_name t limit 1").getSingleResult().toString();
    

    numオブジェクトでカウントされます

    お役に立てば幸いです。



    1. 10進数のデータ型は値を丸めています

    2. modxサイトをサブフォルダーからルートフォルダーに移動します

    3. RPostgreSQLを使用した特定のスキーマへの書き込み

    4. SQLServerのパフォーマンスTOPIOクエリ-2