Hibernate:
select
this_.networkElement_id as networkE1_23_1_,
this_.software_id as software2_23_1_,
this_.location_id as location3_23_1_,
this_.userlabel as userlabel23_1_,
this_.type as type23_1_,
this_.softwareRelease as software6_23_1_,
this_.ipAddress as ipAddress23_1_,
this_.port as port23_1_,
this_.baseMacAddress as baseMacA9_23_1_,
this_.administrativeState as adminis10_23_1_,
this_.operationalState as operati11_23_1_,
this_.technology as technology23_1_,
this_.date as date23_1_,
nelicense2_.networkElement_id as networkE1_11_0_,
nelicense2_.licenseValue as licenseV2_11_0_,
nelicense2_.date as date11_0_,
nelicense2_.licenseString as licenseS4_11_0_,
nelicense2_.flashSerialNumber as flashSer5_11_0_,
nelicense2_.registrationFlag as registra6_11_0_
from
MDB_NOMAD.networkElement this_
left outer join
MDB_NOMAD.neLicense nelicense2_
on
this_.networkElement_id=nelicense2_.networkElement_id
where
(1=1)
Partager