Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.vessel |
Modifier and Type | Method and Description |
---|---|
VesselOwnerPeriodPK |
VesselOwnerPeriod.getVesselOwnerPeriodPk()
Get the composite primary key identifier class
|
Modifier and Type | Method and Description |
---|---|
int |
VesselOwnerPeriodPK.compareTo(VesselOwnerPeriodPK o) |
Object |
VesselOwnerPeriodDaoBase.get(int transform,
VesselOwnerPeriodPK vesselOwnerPeriodPk)
Does the same thing as
VesselOwnerPeriodDao.get(VesselOwnerPeriodPK) with an
additional flag called transform . |
Object |
VesselOwnerPeriodDao.get(int transform,
VesselOwnerPeriodPK vesselOwnerPeriodPk)
Does the same thing as
VesselOwnerPeriodDao.get(VesselOwnerPeriodPK) with an
additional flag called transform . |
VesselOwnerPeriod |
VesselOwnerPeriodDaoBase.get(VesselOwnerPeriodPK vesselOwnerPeriodPk)
Gets an instance of VesselOwnerPeriod from the persistent store.
|
VesselOwnerPeriod |
VesselOwnerPeriodDao.get(VesselOwnerPeriodPK vesselOwnerPeriodPk)
Gets an instance of VesselOwnerPeriod from the persistent store.
|
Object |
VesselOwnerPeriodDaoBase.load(int transform,
VesselOwnerPeriodPK vesselOwnerPeriodPk)
Does the same thing as
VesselOwnerPeriodDao.load(VesselOwnerPeriodPK) with an
additional flag called transform . |
Object |
VesselOwnerPeriodDao.load(int transform,
VesselOwnerPeriodPK vesselOwnerPeriodPk)
Does the same thing as
VesselOwnerPeriodDao.load(VesselOwnerPeriodPK) with an
additional flag called transform . |
VesselOwnerPeriod |
VesselOwnerPeriodDaoBase.load(VesselOwnerPeriodPK vesselOwnerPeriodPk)
Loads an instance of VesselOwnerPeriod from the persistent store.
|
VesselOwnerPeriod |
VesselOwnerPeriodDao.load(VesselOwnerPeriodPK vesselOwnerPeriodPk)
Loads an instance of VesselOwnerPeriod from the persistent store.
|
void |
VesselOwnerPeriodDaoBase.remove(VesselOwnerPeriodPK vesselOwnerPeriodPk)
Removes the instance of VesselOwnerPeriod having the given
identifier from the persistent store. |
void |
VesselOwnerPeriodDao.remove(VesselOwnerPeriodPK vesselOwnerPeriodPk)
Removes the instance of VesselOwnerPeriod having the given
identifier from the persistent store. |
void |
VesselOwnerPeriod.setVesselOwnerPeriodPk(VesselOwnerPeriodPK vesselOwnerPeriodPkIn)
Set the composite primary key identifier class
|
Copyright © 2012–2014 IFREMER. All rights reserved.