personid - Weblio 英和・和英辞典 (original) (raw)

例文

The setObject method replaces the ? in the query with the value of the PERSONID.例文帳に追加

setObject メソッドによって、クエリー内の ? が PERSONID の値に置き換わります。 - NetBeans

Name the property personId, enter Integer as the type, and click OK.発音を聞く 例文帳に追加

プロパティーの名前に「personId」、型に「Integer」と入力して、「了解」をクリックします。 - NetBeans

In the PERSON table, clear the check boxes for PERSONID, JOBTITLE, FREQUENTFLYER, and LASTUPDATED.例文帳に追加

「PERSON」表で、PERSONID、JOBTITLE、FREQUENTFLYER、および LASTUPDATED のチェックボックスを選択解除します。 - NetBeans

The code then creates a level-two node (nested node) for every trip associated with that personId.発音を聞く 例文帳に追加

次に、その personId に関連付けられている旅行ごとに、第 2 レベルのノード (下位ノード) が作成されます。 - NetBeans

Add the following mapping information (in bold) to Person.hbm.xml. /propertyset cascade="all-delete-orphan" inverse="true" lazy="true" name="trips" table="TRIP"key column="PERSONID"/one-to-many class="travel.Trip"//set/class/hibernate-mapping発音を聞く 例文帳に追加

次のマッピング情報 (ボールド部分) を Person.hbm.xml に追加します。 /propertyset cascade=all-delete-orphan inverse=true lazy=true name=trips table=TRIPkey column=PERSONID/one-to-many class=travel.Trip//set/class/hibernate-mapping - NetBeans

In the TRIP table in the top panel, clear the check boxes for PERSONID, TRIPTYPEID, and LASTUPDATED.例文帳に追加

最上位の区画の「TRIP」表で、PERSONID、TRIPTYPEID、および LASTUPDATED のチェックボックスを選択解除します。 - NetBeans

In the XML editor, make the following changes (in bold).hibernate-mappingclass dynamic-insert="false" dynamic-update="false" mutable="true"name="travel.Trip" optimistic-lock="version" polymorphism="implicit"select-before-update="false" table="TRIP"id column="TRIPID" name="tripId"generator class="increment"//idproperty column="PERSONID" name="personId"/property column="DEPDATE" name="depDate" type="date"/property column="DEPCITY" name="depCity"/property column="DESTCITY" name="destCity"/property column="TRIPTYPEID" name="tripTypeId"//class/hibernate-mapping発音を聞く 例文帳に追加

XML エディタで、次のボールドの変更を加えます。 hibernate-mappingclass dynamic-insert=false dynamic-update=false mutable=truename=travel.Trip optimistic-lock=version polymorphism=implicitselect-before-update=false table=TRIPid column=TRIPID name=tripIdgenerator class=increment//idproperty column=PERSONID name=personId/property column=DEPDATE name=depDate type=date/property column=DEPCITY name=depCity/property column=DESTCITY name=destCity/property column=TRIPTYPEID name=tripTypeId//class/hibernate-mapping - NetBeans

例文

Here you add code so that the Trip page can get the trip id stored in Page1 and Page1 can get the personid stored in the Trip page.例文帳に追加

ここでは、Page1 で格納された tripId を Trip ページで取得し、Trip ページで格納された personId を Page1 で取得できるようにするコードを追加します。 - NetBeans

>>例文の一覧を見る