Package | Description |
---|---|
fr.ifremer.adagio.core.dao.administration.programStrategy |
Modifier and Type | Method and Description |
---|---|
BatchModelAppliedStrategyPK |
BatchModelAppliedStrategy.getBatchModelAppliedStrategyPk()
Get the composite primary key identifier class
|
Modifier and Type | Method and Description |
---|---|
int |
BatchModelAppliedStrategyPK.compareTo(BatchModelAppliedStrategyPK o) |
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDaoBase.get(BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
Gets an instance of BatchModelAppliedStrategy from the persistent store.
|
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDao.get(BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
Gets an instance of BatchModelAppliedStrategy from the persistent store.
|
Object |
BatchModelAppliedStrategyDaoBase.get(int transform,
BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
Does the same thing as
BatchModelAppliedStrategyDao.get(BatchModelAppliedStrategyPK) with an
additional flag called transform . |
Object |
BatchModelAppliedStrategyDao.get(int transform,
BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
Does the same thing as
BatchModelAppliedStrategyDao.get(BatchModelAppliedStrategyPK) with an
additional flag called transform . |
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDaoBase.load(BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
Loads an instance of BatchModelAppliedStrategy from the persistent store.
|
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDao.load(BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
Loads an instance of BatchModelAppliedStrategy from the persistent store.
|
Object |
BatchModelAppliedStrategyDaoBase.load(int transform,
BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
Does the same thing as
BatchModelAppliedStrategyDao.load(BatchModelAppliedStrategyPK) with an
additional flag called transform . |
Object |
BatchModelAppliedStrategyDao.load(int transform,
BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
Does the same thing as
BatchModelAppliedStrategyDao.load(BatchModelAppliedStrategyPK) with an
additional flag called transform . |
void |
BatchModelAppliedStrategyDaoBase.remove(BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
Removes the instance of BatchModelAppliedStrategy having the given
identifier from the persistent store. |
void |
BatchModelAppliedStrategyDao.remove(BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
Removes the instance of BatchModelAppliedStrategy having the given
identifier from the persistent store. |
void |
BatchModelAppliedStrategy.setBatchModelAppliedStrategyPk(BatchModelAppliedStrategyPK batchModelAppliedStrategyPkIn)
Set the composite primary key identifier class
|
Copyright © 2012–2014 IFREMER. All rights reserved.