POJOを含む例文一覧と使い方
該当件数 : 31件
After you create the POJO for the table you will want to create an Hibernate Mapping File for Actor.java. 例文帳に追加
表のための POJO の作成後、Actor.java の Hibernate マッピングファイルを作成します。 - NetBeans
Add the database driver and the required Hibernate libraries to the POJO project. 例文帳に追加
データベースドライバおよび必要な Hibernate ライブラリを POJO プロジェクトに追加します。 - NetBeans
Develop a Visual Web Application project that references the POJO project and the Hibernate libraries. 例文帳に追加
POJO プロジェクトおよび Hibernate ライブラリを参照する Visual Web アプリケーションプロジェクトを開発します。 - NetBeans
Creating Hibernate Mapping Files and POJOs From a Database 例文帳に追加
データベースからの Hibernate のマッピングファイルと POJO の作成 - NetBeans
Note. This exercise is optional and describes how to create the POJO and mapping file that you created with the Hibernate Mapping Files and POJOs from Database wizard.例文帳に追加
注: この課題は任意であり、「データベースからの Hibernate のマッピングファイルと POJO」ウィザードを使用して作成した POJO とマッピングファイルの作成方法を説明します。 - NetBeans
Creating POJOs and Mapping Files Individually (Optional) 例文帳に追加
個別の POJO およびマッピングファイルの作成 (省略可能) - NetBeans
Drag and drop operations into a POJO, Servlet, JSP and RESTful web services and the NetBeans IDE generates all the code to access services 例文帳に追加
POJO、サーブレット、JSP、および RESTful Web サービスへのドラッグアンドドロップ操作。 NetBeans IDE はサービスにアクセスするためのコードをすべて生成します - NetBeans
You then extend the ObjectListDataProvider class to build a TripDataProvider wrapper for the Trips POJO, and bind the Table component to an instance of the TripDataProvider class. 例文帳に追加
さらに ObjectListDataProvider クラスを拡張して、Trips POJO に TripDataProvider ラッパーを構築し、TripDataProvider クラスのインスタンスに表コンポーネントをバインドします。 - NetBeans
Select Hibernate Mapping Files and POJOs from a Databse in the Hibernate category. 例文帳に追加
「Hibernate」カテゴリで「データベースからの Hibernate のマッピングファイルと POJO」を選択します。 - NetBeans
Select Hibernate Mapping Files and POJOs from a Database in the Hibernate category. 例文帳に追加
「データベースからの Hibernate のマッピングファイルと POJO」を「Hibernate」カテゴリから選択します。 - NetBeans
Create a Java Class Library project (POJO project) that segregates the Hibernate persistence code for the database tables into a reusable Hibernate front end. 例文帳に追加
データベース表に使用する Hibernate 持続性コードを、再利用可能な Hibernate フロントエンドに分離する、Java Class Library プロジェクト (POJO プロジェクト) を作成します。 - NetBeans
The HibernateTravelPOJO project contains the required mapping file, configuration file, utility class, and POJO persistent classes, as described in Introduction to Hibernate. 例文帳に追加
「Introduction to Hibernate」で説明しているように、HibernateTravelPOJO プロジェクトには、必要なマッピングファイル、構成ファイル、ユーティリティークラス、および POJO 持続 クラスが含まれます。 - NetBeans
We go through creating POJOs, mapping the POJOs to the database using Hibernate mapping files, then displaying the data in a JSF web application created with Visual Web designer. 例文帳に追加
POJO を作成し、Hibernate のマッピングファイルを使用して POJO をデータベースにマップしてから、ビジュアル Web デザイナで作成した JSF Web アプリケーションにデータを表示します。 - NetBeans
You can use the Hibernate Mapping Files and POJOs from a Database wizard to create multiple POJOs and mapping files based on database tables that you select.Alternatively, you can use wizards in the IDE to help you create individual POJOs and mapping files from scratch.例文帳に追加
「データベースからの Hibernate のマッピングファイルと POJO 」ウィザードを使用して、選択するデータベース表に基づいて複数の POJO とマッピングファイルを作成できます。 代わりに、IDE のウィザードを使用して個別の POJO とマッピングファイルを最初から作成することもできます。 - NetBeans
In this tutorial you will use the Hibernate Mapping Files and POJOs from a Database wizard to create multiple POJOs and mapping files based on database tables that you select.例文帳に追加
ウィザードを使用してデータベースから POJO とマッピングファイルを生成すると、IDE によって各クラスのマッピングファイルとマッピングデータが生成されます。 このチュートリアルでは、「データベースからの Hibernate のマッピングファイルと POJO」ウィザードを使用して、選択するデータベース表に基づいて複数の POJO とマッピングファイルを作成できます。 - NetBeans
The IDE lets you insert SaaS operations into servlets, existing RESTful services, JSP pages, or plain Java objects (POJOs). 例文帳に追加
IDE を使用すると、SaaS 操作をサーブレット、既存の RESTful サービス、JSP ページ、またはプレーン Java オブジェクト (POJO) に挿入できます。 - NetBeans
Note. If you are using the Java DB version of the travel database,you need to manually add the following to add the relationship field to the generated POJO Person.java and the mapping information to the Hibernate mapping files.例文帳に追加
注: Travel データベースの Java DB バージョンを使用している場合は、次のコードを手作業で追加して、生成された POJO の Person.java に関係フィールドを追加し、Hibernate マッピングファイルにマッピング情報を追加する必要があります。 - NetBeans
Creating individual POJOs and Hibernate mapping files might be a convenient way to further customizing your application. 例文帳に追加
POJO と Hibernate のマッピングファイルを個別に作成すると、アプリケーションをさらにカスタマイズするときに役立つ場合があります。 - NetBeans
If you wish you can also use the wizards in the IDE to help you create each POJO and each mapping file from scratch.You can then edit the mapping files in the XML editor and use the IDE's code completion to help you map the fields to the columns. 例文帳に追加
必要な場合は、IDE 内のウィザードを使用して、各 POJO と各マッピングファイルを新規に作成することもできます。 その後、XML エディタでマッピングファイルを編集し、IDE のコード補完を使用してフィールドを列にマッピングできます。 - NetBeans
The application uses the Hibernate framework as the persistence layer to retrieve POJOs (plain old Java objects) from a relational database.例文帳に追加
このアプリケーションでは Hibernate フレームワークを持続性レイヤーとして使用し、リレーショナルデータベースから POJO (plain old Java objects) を取得します。 - NetBeans
Use the Services tab to easily create server-side mash-up applications,and add services from their web service descriptor files (WSDL or WADL).Drag and drop service operations into a POJO, Servlet, JSP, JSF, or PHP page,and the IDE will generate the access code. 例文帳に追加
「サービス」タブを使用して、サーバー側マッシュアップアプリケーションを簡単に作成し、それらの Web サービス記述子ファイル (WSDL または WADL) からサービスを追加できます。 サービス操作を、POJO、サーブレット、JSP、または JSF ページにドラッグ&ドロップすると、IDE がアクセスコードを生成します。 - NetBeans
This tutorial shows you how to build a Visual Web application that uses Hibernate libraries and plain old Java objects (POJOs). 例文帳に追加
このチュートリアルでは、Hibernate ライブラリおよび通常の Java オブジェクト (POJO) を使用した Visual Web アプリケーションを構築する方法を説明します。 - NetBeans
When you click Finish, if you expand the travel package you can see that the IDE created POJOs for the PERSON and TRIP tables and Hibernate mapping files for each of the POJOs.If you open the Hibernate configuration file (hibernate.cfg.xml) you can see that the IDE also added mapping resource references for the mapping files.例文帳に追加
「完了」をクリックしたあとで travel パッケージを展開すると、IDE によって PERSON 表と TRIP 表の POJO が作成され、各 POJO の Hibernate マッピングファイルが作成されたことを確認できます。 Hibernate 構成ファイル (hibernate.cfg.xml) を開くと、IDE によってマッピングファイルのためのマッピングリソースの参照が追加されたことも確認できます。 - NetBeans
The web application uses the Hibernate framework as the persistence layer for retrieving and storing plain old Java objects (POJOs) to a relational database.例文帳に追加
この Web アプリケーションでは、プレーンオールド Java オブジェクト (POJO) を取得してリレーショナルデータベースに保存するための持続性レイヤーとして、Hibernate フレームワークを使用します。 - NetBeans
The web application uses the Hibernate framework as the persistence layer for retrieve and storing plain old Java objects (POJOs) to a relational database.例文帳に追加
この Web アプリケーションでは、プレーンオールド Java オブジェクト (POJO) を取得してリレーショナルデータベースに保存するための持続性レイヤーとして、Hibernate フレームワークを使用します。 - NetBeans
Because entity beans are POJOs, they can be serialized and sent across the network to a different address space and used in a persistence-unaware environment.例文帳に追加
エンティティー Bean は POJO であるため、シリアライズしてネットワークを介して別のアドレス空間に送信し、持続性を意識しない環境で使用することができます。 - NetBeans
The IDE also has wizards to help you create individual POJOs and mapping files from scratch.例文帳に追加
ウィザードを使用する場合、たとえば POJO のみにするなど、IDE で生成するファイルを選択でき、また、たとえば EJB 3 注釈を使用するコードの生成するなど、コード生成オプションを選択できます。 - NetBeans
Simplified object-relational mapping.The new Java Persistence API makes object-relational mapping much simpler and transparent by allowing you to use annotations in POJOs to map Java objects to relational databases.例文帳に追加
簡素化されたオブジェクトリレーショナルマッピング。 新しい Java Persistence API により、POJO 内で注釈を使用して Java オブジェクトをリレーショナルデータベースにマッピングすることで、オブジェクトリレーショナルマッピングがより簡単で透過性の高いものになっています。 - 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会員(無料)になると
|