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