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