Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.operation |
Modifier and Type | Method and Description |
---|---|
OperationVesselAssociationPK |
OperationVesselAssociation.getOperationVesselAssociationPk()
Get the composite primary key identifier class
|
Modifier and Type | Method and Description |
---|---|
int |
OperationVesselAssociationPK.compareTo(OperationVesselAssociationPK o) |
Object |
OperationVesselAssociationDaoBase.get(int transform,
OperationVesselAssociationPK operationVesselAssociationPk)
Does the same thing as
OperationVesselAssociationDao.get(OperationVesselAssociationPK) with an
additional flag called transform . |
Object |
OperationVesselAssociationDao.get(int transform,
OperationVesselAssociationPK operationVesselAssociationPk)
Does the same thing as
OperationVesselAssociationDao.get(OperationVesselAssociationPK) with an
additional flag called transform . |
OperationVesselAssociation |
OperationVesselAssociationDaoBase.get(OperationVesselAssociationPK operationVesselAssociationPk)
Gets an instance of OperationVesselAssociation from the persistent store.
|
OperationVesselAssociation |
OperationVesselAssociationDao.get(OperationVesselAssociationPK operationVesselAssociationPk)
Gets an instance of OperationVesselAssociation from the persistent store.
|
Object |
OperationVesselAssociationDaoBase.load(int transform,
OperationVesselAssociationPK operationVesselAssociationPk)
Does the same thing as
OperationVesselAssociationDao.load(OperationVesselAssociationPK) with an
additional flag called transform . |
Object |
OperationVesselAssociationDao.load(int transform,
OperationVesselAssociationPK operationVesselAssociationPk)
Does the same thing as
OperationVesselAssociationDao.load(OperationVesselAssociationPK) with an
additional flag called transform . |
OperationVesselAssociation |
OperationVesselAssociationDaoBase.load(OperationVesselAssociationPK operationVesselAssociationPk)
Loads an instance of OperationVesselAssociation from the persistent store.
|
OperationVesselAssociation |
OperationVesselAssociationDao.load(OperationVesselAssociationPK operationVesselAssociationPk)
Loads an instance of OperationVesselAssociation from the persistent store.
|
void |
OperationVesselAssociationDaoBase.remove(OperationVesselAssociationPK operationVesselAssociationPk)
Removes the instance of OperationVesselAssociation having the given
identifier from the persistent store. |
void |
OperationVesselAssociationDao.remove(OperationVesselAssociationPK operationVesselAssociationPk)
Removes the instance of OperationVesselAssociation having the given
identifier from the persistent store. |
void |
OperationVesselAssociation.setOperationVesselAssociationPk(OperationVesselAssociationPK operationVesselAssociationPkIn)
Set the composite primary key identifier class
|
Copyright © 2012–2014 IFREMER. All rights reserved.