Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.regulation |
Modifier and Type | Method and Description |
---|---|
Fishery2GearPK |
Fishery2Gear.getFishery2GearPk()
Get the composite primary key identifier class
|
Modifier and Type | Method and Description |
---|---|
int |
Fishery2GearPK.compareTo(Fishery2GearPK o) |
Fishery2Gear |
Fishery2GearDaoBase.get(Fishery2GearPK fishery2GearPk)
Gets an instance of Fishery2Gear from the persistent store.
|
Fishery2Gear |
Fishery2GearDao.get(Fishery2GearPK fishery2GearPk)
Gets an instance of Fishery2Gear from the persistent store.
|
Object |
Fishery2GearDaoBase.get(int transform,
Fishery2GearPK fishery2GearPk)
Does the same thing as
Fishery2GearDao.get(Fishery2GearPK) with an
additional flag called transform . |
Object |
Fishery2GearDao.get(int transform,
Fishery2GearPK fishery2GearPk)
Does the same thing as
Fishery2GearDao.get(Fishery2GearPK) with an
additional flag called transform . |
Fishery2Gear |
Fishery2GearDaoBase.load(Fishery2GearPK fishery2GearPk)
Loads an instance of Fishery2Gear from the persistent store.
|
Fishery2Gear |
Fishery2GearDao.load(Fishery2GearPK fishery2GearPk)
Loads an instance of Fishery2Gear from the persistent store.
|
Object |
Fishery2GearDaoBase.load(int transform,
Fishery2GearPK fishery2GearPk)
Does the same thing as
Fishery2GearDao.load(Fishery2GearPK) with an
additional flag called transform . |
Object |
Fishery2GearDao.load(int transform,
Fishery2GearPK fishery2GearPk)
Does the same thing as
Fishery2GearDao.load(Fishery2GearPK) with an
additional flag called transform . |
void |
Fishery2GearDaoBase.remove(Fishery2GearPK fishery2GearPk)
Removes the instance of Fishery2Gear having the given
identifier from the persistent store. |
void |
Fishery2GearDao.remove(Fishery2GearPK fishery2GearPk)
Removes the instance of Fishery2Gear having the given
identifier from the persistent store. |
void |
Fishery2Gear.setFishery2GearPk(Fishery2GearPK fishery2GearPkIn)
Set the composite primary key identifier class
|
Copyright © 2012–2014 IFREMER. All rights reserved.