| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.gear |
| Modifier and Type | Class and Description |
|---|---|
class |
GearAssociationImpl |
| Modifier and Type | Method and Description |
|---|---|
GearAssociation |
GearAssociationDaoBase.create(GearAssociation gearAssociation) |
GearAssociation |
GearAssociationDao.create(GearAssociation gearAssociation)
Creates an instance of fr.ifremer.adagio.core.dao.referential.gear.GearAssociation and adds it to the persistent store.
|
GearAssociation |
GearAssociationDaoBase.create(Gear fromGear,
Gear toGear) |
GearAssociation |
GearAssociationDao.create(Gear fromGear,
Gear toGear)
Creates a new
fr.ifremer.adagio.core.dao.referential.gear.GearAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearAssociation |
GearAssociationDaoBase.create(Timestamp updateDate,
Gear toGear,
Gear fromGear) |
GearAssociation |
GearAssociationDao.create(Timestamp updateDate,
Gear toGear,
Gear fromGear)
Creates a new
fr.ifremer.adagio.core.dao.referential.gear.GearAssociation
instance from all attributes and
properties and adds it to the persistent store. |
GearAssociation |
GearAssociationDaoBase.load(Gear toGear,
Gear fromGear) |
GearAssociation |
GearAssociationDao.load(Gear toGear,
Gear fromGear)
Loads an instance of fr.ifremer.adagio.core.dao.referential.gear.GearAssociation from the persistent store.
|
static GearAssociation |
GearAssociation.Factory.newInstance()
Constructs a new instance of
GearAssociation. |
static GearAssociation |
GearAssociation.Factory.newInstance(Timestamp updateDate)
Constructs a new instance of
GearAssociation, taking all possible properties
(except the identifier(s))as arguments. |
protected GearAssociation |
GearAssociationDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<GearAssociation> |
GearAssociationDaoBase.create(Collection<GearAssociation> entities) |
Collection<GearAssociation> |
GearAssociationDao.create(Collection<GearAssociation> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.gear.GearAssociation and adds
from the passed in
entities collection |
Collection<GearAssociation> |
GearAssociationDaoBase.loadAll() |
Collection<GearAssociation> |
GearAssociationDao.loadAll()
Loads all entities of type
GearAssociation. |
Set<GearAssociation> |
GearAssociationDaoBase.search(Search search) |
Set<GearAssociation> |
GearAssociationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
GearAssociation |
GearAssociationDaoBase.create(GearAssociation gearAssociation) |
GearAssociation |
GearAssociationDao.create(GearAssociation gearAssociation)
Creates an instance of fr.ifremer.adagio.core.dao.referential.gear.GearAssociation and adds it to the persistent store.
|
Object |
GearAssociationDaoBase.create(int transform,
GearAssociation gearAssociation) |
Object |
GearAssociationDao.create(int transform,
GearAssociation gearAssociation)
Does the same thing as
GearAssociationDao.create(fr.ifremer.adagio.core.dao.referential.gear.GearAssociation) with an
additional flag called transform. |
void |
GearAssociationDaoBase.remove(GearAssociation gearAssociation) |
void |
GearAssociationDao.remove(GearAssociation gearAssociation)
Removes the instance of fr.ifremer.adagio.core.dao.referential.gear.GearAssociation from the persistent store.
|
protected Object |
GearAssociationDaoBase.transformEntity(int transform,
GearAssociation 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.gear.GearAssociationDao, please note
that the GearAssociationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
GearAssociationDaoBase.update(GearAssociation gearAssociation) |
void |
GearAssociationDao.update(GearAssociation gearAssociation)
Updates the
gearAssociation instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<GearAssociation> |
GearAssociationDaoBase.create(Collection<GearAssociation> entities) |
Collection<GearAssociation> |
GearAssociationDao.create(Collection<GearAssociation> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.gear.GearAssociation and adds
from the passed in
entities collection |
Collection<?> |
GearAssociationDaoBase.create(int transform,
Collection<GearAssociation> entities) |
Collection<?> |
GearAssociationDao.create(int transform,
Collection<GearAssociation> entities)
Does the same thing as
GearAssociationDao.create(fr.ifremer.adagio.core.dao.referential.gear.GearAssociation) with an
additional flag called transform. |
void |
GearAssociationDaoBase.remove(Collection<GearAssociation> entities) |
void |
GearAssociationDao.remove(Collection<GearAssociation> entities)
Removes all entities in the given
entities |
void |
GearAssociationDaoBase.update(Collection<GearAssociation> entities) |
void |
GearAssociationDao.update(Collection<GearAssociation> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.