| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.vessel.feature.physical |
| Modifier and Type | Class and Description |
|---|---|
class |
GearPhysicalFeatures
Caractéristiques d'un engin physique d'un navire (navire de
peche ou océanographique, ou autres).
|
class |
GearPhysicalFeaturesImpl |
class |
PhysicalFeaturesImpl |
class |
VesselPhysicalFeatures
Caractéristiques physique d'un navire (navire de peche ou
océanographique, ou autres).
|
class |
VesselPhysicalFeaturesImpl |
| Modifier and Type | Method and Description |
|---|---|
PhysicalFeatures |
PhysicalFeaturesDaoBase.load(Integer id) |
PhysicalFeatures |
PhysicalFeaturesDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.PhysicalFeatures from the persistent store.
|
protected PhysicalFeatures |
PhysicalFeaturesDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PhysicalFeatures> |
PhysicalFeaturesDaoBase.loadAll() |
Collection<PhysicalFeatures> |
PhysicalFeaturesDao.loadAll()
Loads all entities of type
PhysicalFeatures. |
Set<PhysicalFeatures> |
PhysicalFeaturesDaoBase.search(Search search) |
Set<PhysicalFeatures> |
PhysicalFeaturesDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicalFeaturesDaoBase.remove(PhysicalFeatures physicalFeatures) |
void |
PhysicalFeaturesDao.remove(PhysicalFeatures physicalFeatures)
Removes the instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.PhysicalFeatures from the persistent store.
|
protected Object |
PhysicalFeaturesDaoBase.transformEntity(int transform,
PhysicalFeatures entity)
Allows transformation of entities into value objects
(or something else for that matter), when the
transform
flag is set to one of the constants defined in fr.ifremer.adagio.core.dao.data.vessel.feature.physical.PhysicalFeaturesDao, please note
that the PhysicalFeaturesDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
PhysicalFeaturesDaoBase.update(PhysicalFeatures physicalFeatures) |
void |
PhysicalFeaturesDao.update(PhysicalFeatures physicalFeatures)
Updates the
physicalFeatures instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicalFeaturesDaoBase.remove(Collection<PhysicalFeatures> entities) |
void |
PhysicalFeaturesDao.remove(Collection<PhysicalFeatures> entities)
Removes all entities in the given
entities |
void |
PhysicalFeaturesDaoBase.update(Collection<PhysicalFeatures> entities) |
void |
PhysicalFeaturesDao.update(Collection<PhysicalFeatures> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.