Java Reference
In-Depth Information
<property name="AircraftModelCode"
column="aircraft_model_code"
type="string"
not-null="true"
length="7"/>
<property name="AircraftEngineCode"
column="aircraft_engine_code"
type="string"
not-null="true"
length="5"/>
<property name="YearBuilt"
column="year_built"
type="java.lang.String"
not-null="true"
length="4"/>
<property name="AircraftTypeId"
column="aircraft_type_id"
type="java.lang.String"
not-null="true"
length="3"/>
<property name="AircraftEngineTypeId"
column="aircraft_engine_type_id"
type="java.lang.String"
not-null="true"
length="3"/>
<property name="RegistrantTypeId"
column="registrant_type_id"
type="java.lang.String"
not-null="true"
length="3"/>
<property name="Name"
column="name"
type="string"
not-null="true"
length="50"/>
<property name="Address1"
column="address1"
type="string"
not-null="true"
length="33"/>
 
Search WWH ::




Custom Search