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