| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.spatial |
| Modifier and Type | Class and Description |
|---|---|
class |
SpatialItem2LocationImpl |
| Modifier and Type | Method and Description |
|---|---|
SpatialItem2Location |
SpatialItem2LocationDaoBase.create(Location location,
SpatialItem spatialItem) |
SpatialItem2Location |
SpatialItem2LocationDao.create(Location location,
SpatialItem spatialItem)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItem2Location |
SpatialItem2LocationDaoBase.create(SpatialItem2Location spatialItem2Location) |
SpatialItem2Location |
SpatialItem2LocationDao.create(SpatialItem2Location spatialItem2Location)
Creates an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location and adds it to the persistent store.
|
SpatialItem2Location |
SpatialItem2LocationDaoBase.create(String localizedName,
SpatialItem spatialItem,
Location location) |
SpatialItem2Location |
SpatialItem2LocationDao.create(String localizedName,
SpatialItem spatialItem,
Location location)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location
instance from all attributes and
properties and adds it to the persistent store. |
SpatialItem2Location |
SpatialItem2LocationDaoBase.load(SpatialItem spatialItem,
Location location) |
SpatialItem2Location |
SpatialItem2LocationDao.load(SpatialItem spatialItem,
Location location)
Loads an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location from the persistent store.
|
static SpatialItem2Location |
SpatialItem2Location.Factory.newInstance()
Constructs a new instance of
SpatialItem2Location. |
static SpatialItem2Location |
SpatialItem2Location.Factory.newInstance(String localizedName)
Constructs a new instance of
SpatialItem2Location, taking all possible properties
(except the identifier(s))as arguments. |
protected SpatialItem2Location |
SpatialItem2LocationDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SpatialItem2Location> |
SpatialItem2LocationDaoBase.create(Collection<SpatialItem2Location> entities) |
Collection<SpatialItem2Location> |
SpatialItem2LocationDao.create(Collection<SpatialItem2Location> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location and adds
from the passed in
entities collection |
Collection<SpatialItem2Location> |
SpatialItem.getSpatialItem2Locations() |
Collection<SpatialItem2Location> |
SpatialItem2LocationDaoBase.loadAll() |
Collection<SpatialItem2Location> |
SpatialItem2LocationDao.loadAll()
Loads all entities of type
SpatialItem2Location. |
Set<SpatialItem2Location> |
SpatialItem2LocationDaoBase.search(Search search) |
Set<SpatialItem2Location> |
SpatialItem2LocationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
SpatialItem2LocationDaoBase.create(int transform,
SpatialItem2Location spatialItem2Location) |
Object |
SpatialItem2LocationDao.create(int transform,
SpatialItem2Location spatialItem2Location)
Does the same thing as
SpatialItem2LocationDao.create(fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location) with an
additional flag called transform. |
SpatialItem2Location |
SpatialItem2LocationDaoBase.create(SpatialItem2Location spatialItem2Location) |
SpatialItem2Location |
SpatialItem2LocationDao.create(SpatialItem2Location spatialItem2Location)
Creates an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location and adds it to the persistent store.
|
void |
SpatialItem2LocationDaoBase.remove(SpatialItem2Location spatialItem2Location) |
void |
SpatialItem2LocationDao.remove(SpatialItem2Location spatialItem2Location)
Removes the instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location from the persistent store.
|
protected Object |
SpatialItem2LocationDaoBase.transformEntity(int transform,
SpatialItem2Location 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.spatial.SpatialItem2LocationDao, please note
that the SpatialItem2LocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SpatialItem2LocationDaoBase.update(SpatialItem2Location spatialItem2Location) |
void |
SpatialItem2LocationDao.update(SpatialItem2Location spatialItem2Location)
Updates the
spatialItem2Location instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<SpatialItem2Location> |
SpatialItem2LocationDaoBase.create(Collection<SpatialItem2Location> entities) |
Collection<SpatialItem2Location> |
SpatialItem2LocationDao.create(Collection<SpatialItem2Location> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location and adds
from the passed in
entities collection |
Collection<?> |
SpatialItem2LocationDaoBase.create(int transform,
Collection<SpatialItem2Location> entities) |
Collection<?> |
SpatialItem2LocationDao.create(int transform,
Collection<SpatialItem2Location> entities)
Does the same thing as
SpatialItem2LocationDao.create(fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location) with an
additional flag called transform. |
SpatialItem |
SpatialItemDao.create(Integer objectId,
Timestamp updateDate,
Collection<SpatialItemLine> spatialItemLines,
SpatialItemType spatialItemType,
Collection<SpatialItemArea> spatialItemAreas,
Collection<SpatialItem2Location> spatialItem2Locations,
Collection<SpatialItemPoint> spatialItemPoints)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem
instance from all attributes and
properties and adds it to the persistent store. |
SpatialItem |
SpatialItemDaoBase.create(Integer objectId,
Timestamp updateDate,
Collection<SpatialItemLine> spatialItemLines,
SpatialItemType spatialItemType,
Collection<SpatialItemArea> spatialItemAreas,
Collection<SpatialItem2Location> spatialItem2Locations,
Collection<SpatialItemPoint> spatialItemPoints) |
Object |
SpatialItemDao.create(int transform,
Integer objectId,
Timestamp updateDate,
Collection<SpatialItemLine> spatialItemLines,
SpatialItemType spatialItemType,
Collection<SpatialItemArea> spatialItemAreas,
Collection<SpatialItem2Location> spatialItem2Locations,
Collection<SpatialItemPoint> spatialItemPoints)
Does the same thing as
#create(java.lang.Integer,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
SpatialItemDaoBase.create(int transform,
Integer objectId,
Timestamp updateDate,
Collection<SpatialItemLine> spatialItemLines,
SpatialItemType spatialItemType,
Collection<SpatialItemArea> spatialItemAreas,
Collection<SpatialItem2Location> spatialItem2Locations,
Collection<SpatialItemPoint> spatialItemPoints) |
static SpatialItem |
SpatialItem.Factory.newInstance(Integer objectId,
Timestamp updateDate,
Collection<SpatialItemLine> spatialItemLines,
SpatialItemType spatialItemType,
Collection<SpatialItemArea> spatialItemAreas,
Collection<SpatialItem2Location> spatialItem2Locations,
Collection<SpatialItemPoint> spatialItemPoints)
Constructs a new instance of
SpatialItem, taking all possible properties
(except the identifier(s))as arguments. |
void |
SpatialItem2LocationDaoBase.remove(Collection<SpatialItem2Location> entities) |
void |
SpatialItem2LocationDao.remove(Collection<SpatialItem2Location> entities)
Removes all entities in the given
entities |
void |
SpatialItem.setSpatialItem2Locations(Collection<SpatialItem2Location> spatialItem2Locations) |
void |
SpatialItem2LocationDaoBase.update(Collection<SpatialItem2Location> entities) |
void |
SpatialItem2LocationDao.update(Collection<SpatialItem2Location> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.