| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.vessel |
| Modifier and Type | Class and Description |
|---|---|
class |
VesselEngineTypeImpl |
| Modifier and Type | Method and Description |
|---|---|
VesselEngineType |
VesselEngineTypeDaoBase.create(VesselEngineType vesselEngineType) |
VesselEngineType |
VesselEngineTypeDao.create(VesselEngineType vesselEngineType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselEngineType and adds it to the persistent store.
|
VesselEngineType |
VesselEngineTypeDaoBase.load(Integer id) |
VesselEngineType |
VesselEngineTypeDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselEngineType from the persistent store.
|
static VesselEngineType |
VesselEngineType.Factory.newInstance()
Constructs a new instance of
VesselEngineType. |
protected VesselEngineType |
VesselEngineTypeDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselEngineType> |
VesselEngineTypeDaoBase.create(Collection<VesselEngineType> entities) |
Collection<VesselEngineType> |
VesselEngineTypeDao.create(Collection<VesselEngineType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselEngineType and adds
from the passed in
entities collection |
Collection<VesselEngineType> |
VesselEngineTypeDaoBase.loadAll() |
Collection<VesselEngineType> |
VesselEngineTypeDao.loadAll()
Loads all entities of type
VesselEngineType. |
Set<VesselEngineType> |
VesselEngineTypeDaoBase.search(Search search) |
Set<VesselEngineType> |
VesselEngineTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
VesselEngineTypeDaoBase.create(int transform,
VesselEngineType vesselEngineType) |
Object |
VesselEngineTypeDao.create(int transform,
VesselEngineType vesselEngineType)
Does the same thing as
VesselEngineTypeDao.create(fr.ifremer.adagio.core.dao.referential.vessel.VesselEngineType) with an
additional flag called transform. |
VesselEngineType |
VesselEngineTypeDaoBase.create(VesselEngineType vesselEngineType) |
VesselEngineType |
VesselEngineTypeDao.create(VesselEngineType vesselEngineType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselEngineType and adds it to the persistent store.
|
void |
VesselEngineTypeDaoBase.remove(VesselEngineType vesselEngineType) |
void |
VesselEngineTypeDao.remove(VesselEngineType vesselEngineType)
Removes the instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselEngineType from the persistent store.
|
protected Object |
VesselEngineTypeDaoBase.transformEntity(int transform,
VesselEngineType 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.referential.vessel.VesselEngineTypeDao, please note
that the VesselEngineTypeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselEngineTypeDaoBase.update(VesselEngineType vesselEngineType) |
void |
VesselEngineTypeDao.update(VesselEngineType vesselEngineType)
Updates the
vesselEngineType instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselEngineType> |
VesselEngineTypeDaoBase.create(Collection<VesselEngineType> entities) |
Collection<VesselEngineType> |
VesselEngineTypeDao.create(Collection<VesselEngineType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselEngineType and adds
from the passed in
entities collection |
Collection<?> |
VesselEngineTypeDaoBase.create(int transform,
Collection<VesselEngineType> entities) |
Collection<?> |
VesselEngineTypeDao.create(int transform,
Collection<VesselEngineType> entities)
Does the same thing as
VesselEngineTypeDao.create(fr.ifremer.adagio.core.dao.referential.vessel.VesselEngineType) with an
additional flag called transform. |
void |
VesselEngineTypeDaoBase.remove(Collection<VesselEngineType> entities) |
void |
VesselEngineTypeDao.remove(Collection<VesselEngineType> entities)
Removes all entities in the given
entities |
void |
VesselEngineTypeDaoBase.update(Collection<VesselEngineType> entities) |
void |
VesselEngineTypeDao.update(Collection<VesselEngineType> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.