| 意味 | 例文 |
HQLを含む例文一覧と使い方
該当件数 : 18件
Enumerating Film Titles and Retrieving Actors Using an HQL Query Enumerating Actors (Using HQL Sub Queries) 例文帳に追加
PERSON 表への Person.java のマッピング - NetBeans
Right-click hibernate.cfg.xml and choose Run HQL Query to open the HQL Editor. 例文帳に追加
「hibernate.cfg.xml」を右クリックし、「HQL クエリーを実行」を選択して HQL クエリーエディタを開きます。 - NetBeans
Enumerating Film Titles and Retrieving Actors Using an HQL Query 例文帳に追加
HQL クエリーを使用した映画タイトルの列挙 - NetBeans
Right-click hibernate.cfg.xml in the Projects window and choose Run HQL Query to open the HQL query editor. 例文帳に追加
「プロジェクト」ウィンドウで「hibernate.cfg.xml」を右クリックし、「HQL クエリーを実行」を選択して、HQL クエリーエディタを開きます。 - NetBeans
When you click Run HQL Query you can see the results of the query in the botton window of the HQL query editor. 例文帳に追加
「HQL クエリーを実行」をクリックすると、HQL クエリーエディタの下部ウィンドウにクエリーの結果が表示されます。 - NetBeans
Test the connection by typing from Actor in the HQL Query Editor. 例文帳に追加
HQL クエリーエディタに「from Actor」と入力して、接続をテストします。 - NetBeans
Type the following query in the HQL Query Editor and click Run HQL Query to check the query results when the search string is 'PE'.from Actor a where a.firstName like 'PE%'例文帳に追加
検索文字列が「PE」の場合、次のクエリーを HQL クエリーエディタに入力して「HQL クエリーを実行」をクリックし、クエリーの結果を確認します。 from Actor a where a.firstName like 'PE%' - NetBeans
It is possible to copy the queries from the HQL Query Editor tabs into the file and then modify the code. 例文帳に追加
クエリーを HQL クエリーエディタのタブからファイルにコピーし、コードを変更できます。 - NetBeans
Open a new HQL Query Editor tab and type the following query in the editor pane. 例文帳に追加
新しい HQL クエリーエディタのタブを開き、次のクエリーをエディタ区画に入力します。 - NetBeans
In the IDE you can construct and test queries based on the Hibernate Query Language (HQL) using the HQL Query Editor.As you type the query the editor shows the equivalent (translated) 例文帳に追加
IDE で、HQL クエリーエディタを使用して Hibernate クエリー言語 (HQL) に基づくクエリーを構築およびテストできます。 クエリーを入力すると、それに相当する (変換された) SQL クエリーがエディタに表示されます。 - NetBeans
SQL query.When you click the 'Run HQL Query' button in the toolbar, the IDE executes the query and shows the results at the bottom of editor. 例文帳に追加
ツールバーの「HQL クエリーを実行」ボタンをクリックすると、IDE がクエリーを実行し、エディタ下部に結果が表示されます。 - NetBeans
In this exercise you will create a Hibernate Query Language (HQL) query that queries the database to retrieve a list of film titles from the Film table.You will then add a method that queries both the Actor and Film_actor tables to fetch the actors involved in a particular film.例文帳に追加
この課題では、データベースに対してクエリーを実行し、filmid 主キーに基づいてレコードを取り出す HQL クエリーを作成します。 データベース内のレコードに対するクエリーの実行には、Hibernate クエリー言語 (HQL) を使用します。 - NetBeans
The Film table has 1000 records so the method to retrieve the list of films should be able to retrieve records based on the filmId primary key.You will use the HQL editor to construct and test the HQL query.After you have created the correct query you will add a method to the class that can generate the proper query.例文帳に追加
Sakila データベース内の Film 表には 1000 件のレコードがあるので、作成するメソッドは、filmid 主キーに基づいてレコードを取り出すことができるようにします。 - NetBeans
Before you add the query to the class you will use the HQLQuery Editor to test that the connection is working correctly and that the query produces the desired results. 例文帳に追加
クエリーをクラスに追加する前に、HQL クエリーエディタを使用して、接続が正しく動作し、クエリーで目的の結果が生成されることをテストします。 - NetBeans
| 意味 | 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|