Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.taxon |
Modifier and Type | Method and Description |
---|---|
VirtualComponentPK |
VirtualComponent.getVirtualComponentPk()
Get the composite primary key identifier class
|
Modifier and Type | Method and Description |
---|---|
int |
VirtualComponentPK.compareTo(VirtualComponentPK o) |
Object |
VirtualComponentDaoBase.get(int transform,
VirtualComponentPK virtualComponentPk)
Does the same thing as
VirtualComponentDao.get(VirtualComponentPK) with an
additional flag called transform . |
Object |
VirtualComponentDao.get(int transform,
VirtualComponentPK virtualComponentPk)
Does the same thing as
VirtualComponentDao.get(VirtualComponentPK) with an
additional flag called transform . |
VirtualComponent |
VirtualComponentDaoBase.get(VirtualComponentPK virtualComponentPk)
Gets an instance of VirtualComponent from the persistent store.
|
VirtualComponent |
VirtualComponentDao.get(VirtualComponentPK virtualComponentPk)
Gets an instance of VirtualComponent from the persistent store.
|
Object |
VirtualComponentDaoBase.load(int transform,
VirtualComponentPK virtualComponentPk)
Does the same thing as
VirtualComponentDao.load(VirtualComponentPK) with an
additional flag called transform . |
Object |
VirtualComponentDao.load(int transform,
VirtualComponentPK virtualComponentPk)
Does the same thing as
VirtualComponentDao.load(VirtualComponentPK) with an
additional flag called transform . |
VirtualComponent |
VirtualComponentDaoBase.load(VirtualComponentPK virtualComponentPk)
Loads an instance of VirtualComponent from the persistent store.
|
VirtualComponent |
VirtualComponentDao.load(VirtualComponentPK virtualComponentPk)
Loads an instance of VirtualComponent from the persistent store.
|
void |
VirtualComponentDaoBase.remove(VirtualComponentPK virtualComponentPk)
Removes the instance of VirtualComponent having the given
identifier from the persistent store. |
void |
VirtualComponentDao.remove(VirtualComponentPK virtualComponentPk)
Removes the instance of VirtualComponent having the given
identifier from the persistent store. |
void |
VirtualComponent.setVirtualComponentPk(VirtualComponentPK virtualComponentPkIn)
Set the composite primary key identifier class
|
Copyright © 2012–2014 IFREMER. All rights reserved.