Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.gear |
Modifier and Type | Method and Description |
---|---|
GearAssociationPK |
GearAssociation.getGearAssociationPk()
Deprecated.
Get the composite primary key identifier class
|
Modifier and Type | Method and Description |
---|---|
int |
GearAssociationPK.compareTo(GearAssociationPK o) |
GearAssociation |
GearAssociationDaoBase.get(GearAssociationPK gearAssociationPk)
Gets an instance of GearAssociation from the persistent store.
|
GearAssociation |
GearAssociationDao.get(GearAssociationPK gearAssociationPk)
Deprecated.
Gets an instance of GearAssociation from the persistent store.
|
Object |
GearAssociationDaoBase.get(int transform,
GearAssociationPK gearAssociationPk)
Does the same thing as
GearAssociationDao.get(GearAssociationPK) with an
additional flag called transform . |
Object |
GearAssociationDao.get(int transform,
GearAssociationPK gearAssociationPk)
Deprecated.
Does the same thing as
GearAssociationDao.get(GearAssociationPK) with an
additional flag called transform . |
GearAssociation |
GearAssociationDaoBase.load(GearAssociationPK gearAssociationPk)
Loads an instance of GearAssociation from the persistent store.
|
GearAssociation |
GearAssociationDao.load(GearAssociationPK gearAssociationPk)
Deprecated.
Loads an instance of GearAssociation from the persistent store.
|
Object |
GearAssociationDaoBase.load(int transform,
GearAssociationPK gearAssociationPk)
Does the same thing as
GearAssociationDao.load(GearAssociationPK) with an
additional flag called transform . |
Object |
GearAssociationDao.load(int transform,
GearAssociationPK gearAssociationPk)
Deprecated.
Does the same thing as
GearAssociationDao.load(GearAssociationPK) with an
additional flag called transform . |
void |
GearAssociationDaoBase.remove(GearAssociationPK gearAssociationPk)
Removes the instance of GearAssociation having the given
identifier from the persistent store. |
void |
GearAssociationDao.remove(GearAssociationPK gearAssociationPk)
Deprecated.
Removes the instance of GearAssociation having the given
identifier from the persistent store. |
void |
GearAssociation.setGearAssociationPk(GearAssociationPK gearAssociationPkIn)
Deprecated.
Set the composite primary key identifier class
|
Copyright © 2012–2014 IFREMER. All rights reserved.