42434445464748
.with("from FLIGHT.VOO as VOO") .with("join FLIGHT.AERONAVE as AERONAVE") .with("on AERONAVE.ID = VOO.AERONAVE_ID") .load(new VooLoader()); }