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)
Creates an instance of GearAssociation and adds it to the persistent store.
|
GearAssociation |
GearAssociationDao.create(GearAssociation gearAssociation)
Deprecated.
Creates an instance of GearAssociation and adds it to the persistent store.
|
GearAssociation |
GearAssociationDaoBase.create(Gear fromGear,
Gear toGear,
Timestamp updateDate)
Creates a new
GearAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearAssociation |
GearAssociationDao.create(Gear fromGear,
Gear toGear,
Timestamp updateDate)
Deprecated.
Creates a new
GearAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearAssociation |
GearAssociationDaoBase.create(Timestamp updateDate)
Creates a new
GearAssociation
instance from all attributes and adds it to
the persistent store. |
GearAssociation |
GearAssociationDao.create(Timestamp updateDate)
Deprecated.
Creates a new
GearAssociation
instance from all attributes and adds it to
the persistent store. |
GearAssociation |
GearAssociationDaoBase.get(GearAssociationPK gearAssociationPk)
Gets an instance of GearAssociation from the persistent store.
|
GearAssociation |
GearAssociationDao.get(GearAssociationPK gearAssociationPk)
Deprecated.
Gets an instance of GearAssociation from the persistent store.
|
GearAssociation |
GearAssociationDaoBase.load(GearAssociationPK gearAssociationPk)
Loads an instance of GearAssociation from the persistent store.
|
GearAssociation |
GearAssociationDao.load(GearAssociationPK gearAssociationPk)
Deprecated.
Loads an instance of GearAssociation from the persistent store.
|
static GearAssociation |
GearAssociation.Factory.newInstance()
Constructs a new instance of
GearAssociation . |
static GearAssociation |
GearAssociation.Factory.newInstance(Timestamp updateDate,
Gear toGear,
Gear fromGear)
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)
Creates a new instance of GearAssociation and adds
from the passed in
entities collection |
Collection<GearAssociation> |
GearAssociationDao.create(Collection<GearAssociation> entities)
Deprecated.
Creates a new instance of GearAssociation and adds
from the passed in
entities collection |
Collection<GearAssociation> |
GearAssociationDaoBase.loadAll()
Loads all entities of type
GearAssociation . |
Collection<GearAssociation> |
GearAssociationDao.loadAll()
Deprecated.
Loads all entities of type
GearAssociation . |
Set<GearAssociation> |
GearAssociationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearAssociation> |
GearAssociationDao.search(Search search)
Deprecated.
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
GearAssociation.compareTo(GearAssociation o)
Deprecated.
|
GearAssociation |
GearAssociationDaoBase.create(GearAssociation gearAssociation)
Creates an instance of GearAssociation and adds it to the persistent store.
|
GearAssociation |
GearAssociationDao.create(GearAssociation gearAssociation)
Deprecated.
Creates an instance of GearAssociation and adds it to the persistent store.
|
Object |
GearAssociationDaoBase.create(int transform,
GearAssociation gearAssociation)
Does the same thing as
GearAssociationDao.create(GearAssociation) with an
additional flag called transform . |
Object |
GearAssociationDao.create(int transform,
GearAssociation gearAssociation)
Deprecated.
Does the same thing as
GearAssociationDao.create(GearAssociation) with an
additional flag called transform . |
void |
GearAssociationDaoBase.remove(GearAssociation gearAssociation)
Removes the instance of GearAssociation from the persistent store.
|
void |
GearAssociationDao.remove(GearAssociation gearAssociation)
Deprecated.
Removes the instance of GearAssociation from the persistent store.
|
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 GearAssociationDao , please note
that the GearAssociationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
GearAssociationDao.transformEntity(int transform,
GearAssociation entity)
Deprecated.
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)
Updates the
gearAssociation instance in the persistent store. |
void |
GearAssociationDao.update(GearAssociation gearAssociation)
Deprecated.
Updates the
gearAssociation instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<GearAssociation> |
GearAssociationDaoBase.create(Collection<GearAssociation> entities)
Creates a new instance of GearAssociation and adds
from the passed in
entities collection |
Collection<GearAssociation> |
GearAssociationDao.create(Collection<GearAssociation> entities)
Deprecated.
Creates a new instance of GearAssociation and adds
from the passed in
entities collection |
Collection<?> |
GearAssociationDaoBase.create(int transform,
Collection<GearAssociation> entities)
Does the same thing as
GearAssociationDao.create(GearAssociation) with an
additional flag called transform . |
Collection<?> |
GearAssociationDao.create(int transform,
Collection<GearAssociation> entities)
Deprecated.
Does the same thing as
GearAssociationDao.create(GearAssociation) with an
additional flag called transform . |
void |
GearAssociationDaoBase.remove(Collection<GearAssociation> entities)
Removes all entities in the given
entities collection. |
void |
GearAssociationDao.remove(Collection<GearAssociation> entities)
Deprecated.
Removes all entities in the given
entities collection. |
void |
GearAssociationDaoBase.update(Collection<GearAssociation> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
GearAssociationDao.update(Collection<GearAssociation> entities)
Deprecated.
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.