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)
Creates a new
SpatialItem2Location
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItem2Location |
SpatialItem2LocationDao.create(Location location,
SpatialItem spatialItem)
Creates a new
SpatialItem2Location
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItem2Location |
SpatialItem2LocationDaoBase.create(SpatialItem2Location spatialItem2Location)
Creates an instance of SpatialItem2Location and adds it to the persistent store.
|
SpatialItem2Location |
SpatialItem2LocationDao.create(SpatialItem2Location spatialItem2Location)
Creates an instance of SpatialItem2Location and adds it to the persistent store.
|
SpatialItem2Location |
SpatialItem2LocationDaoBase.create(String localizedName)
Creates a new
SpatialItem2Location
instance from all attributes and adds it to
the persistent store. |
SpatialItem2Location |
SpatialItem2LocationDao.create(String localizedName)
Creates a new
SpatialItem2Location
instance from all attributes and adds it to
the persistent store. |
SpatialItem2Location |
SpatialItem2LocationDaoBase.get(SpatialItem2LocationPK spatialItem2LocationPk)
Gets an instance of SpatialItem2Location from the persistent store.
|
SpatialItem2Location |
SpatialItem2LocationDao.get(SpatialItem2LocationPK spatialItem2LocationPk)
Gets an instance of SpatialItem2Location from the persistent store.
|
SpatialItem2Location |
SpatialItem2LocationDaoBase.load(SpatialItem2LocationPK spatialItem2LocationPk)
Loads an instance of SpatialItem2Location from the persistent store.
|
SpatialItem2Location |
SpatialItem2LocationDao.load(SpatialItem2LocationPK spatialItem2LocationPk)
Loads an instance of SpatialItem2Location from the persistent store.
|
static SpatialItem2Location |
SpatialItem2Location.Factory.newInstance()
Constructs a new instance of
SpatialItem2Location . |
static SpatialItem2Location |
SpatialItem2Location.Factory.newInstance(Location location,
SpatialItem spatialItem)
Constructs a new instance of
SpatialItem2Location , taking all required and/or
read-only properties as arguments, except for identifiers. |
static SpatialItem2Location |
SpatialItem2Location.Factory.newInstance(String localizedName,
Location location,
SpatialItem spatialItem)
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)
Creates a new instance of SpatialItem2Location and adds
from the passed in
entities collection |
Collection<SpatialItem2Location> |
SpatialItem2LocationDao.create(Collection<SpatialItem2Location> entities)
Creates a new instance of SpatialItem2Location and adds
from the passed in
entities collection |
Collection<SpatialItem2Location> |
SpatialItem.getSpatialItem2Locations() |
Collection<SpatialItem2Location> |
SpatialItem2LocationDaoBase.loadAll()
Loads all entities of type
SpatialItem2Location . |
Collection<SpatialItem2Location> |
SpatialItem2LocationDao.loadAll()
Loads all entities of type
SpatialItem2Location . |
Set<SpatialItem2Location> |
SpatialItem2LocationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItem2Location> |
SpatialItem2LocationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
SpatialItem.addSpatialItem2Locations(SpatialItem2Location elementToAdd) |
int |
SpatialItem2Location.compareTo(SpatialItem2Location o) |
Object |
SpatialItem2LocationDaoBase.create(int transform,
SpatialItem2Location spatialItem2Location)
Does the same thing as
SpatialItem2LocationDao.create(SpatialItem2Location) with an
additional flag called transform . |
Object |
SpatialItem2LocationDao.create(int transform,
SpatialItem2Location spatialItem2Location)
Does the same thing as
SpatialItem2LocationDao.create(SpatialItem2Location) with an
additional flag called transform . |
SpatialItem2Location |
SpatialItem2LocationDaoBase.create(SpatialItem2Location spatialItem2Location)
Creates an instance of SpatialItem2Location and adds it to the persistent store.
|
SpatialItem2Location |
SpatialItem2LocationDao.create(SpatialItem2Location spatialItem2Location)
Creates an instance of SpatialItem2Location and adds it to the persistent store.
|
void |
SpatialItem2LocationDaoBase.remove(SpatialItem2Location spatialItem2Location)
Removes the instance of SpatialItem2Location from the persistent store.
|
void |
SpatialItem2LocationDao.remove(SpatialItem2Location spatialItem2Location)
Removes the instance of SpatialItem2Location from the persistent store.
|
boolean |
SpatialItem.removeSpatialItem2Locations(SpatialItem2Location elementToRemove) |
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 SpatialItem2LocationDao , please note
that the SpatialItem2LocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
SpatialItem2LocationDao.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 SpatialItem2LocationDao , please note
that the SpatialItem2LocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SpatialItem2LocationDaoBase.update(SpatialItem2Location spatialItem2Location)
Updates the
spatialItem2Location instance in the persistent store. |
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)
Creates a new instance of SpatialItem2Location and adds
from the passed in
entities collection |
Collection<SpatialItem2Location> |
SpatialItem2LocationDao.create(Collection<SpatialItem2Location> entities)
Creates a new instance of SpatialItem2Location and adds
from the passed in
entities collection |
Collection<?> |
SpatialItem2LocationDaoBase.create(int transform,
Collection<SpatialItem2Location> entities)
Does the same thing as
SpatialItem2LocationDao.create(SpatialItem2Location) with an
additional flag called transform . |
Collection<?> |
SpatialItem2LocationDao.create(int transform,
Collection<SpatialItem2Location> entities)
Does the same thing as
SpatialItem2LocationDao.create(SpatialItem2Location) with an
additional flag called transform . |
static SpatialItem |
SpatialItem.Factory.newInstance(Integer objectId,
Timestamp updateDate,
Collection<SpatialItem2Location> spatialItem2Locations,
Collection<SpatialItemArea> spatialItemAreas,
Collection<SpatialItemPoint> spatialItemPoints,
Collection<SpatialItemLine> spatialItemLines,
SpatialItemType spatialItemType)
Constructs a new instance of
SpatialItem , taking all possible properties
(except the identifier(s))as arguments. |
void |
SpatialItem2LocationDaoBase.remove(Collection<SpatialItem2Location> entities)
Removes all entities in the given
entities collection. |
void |
SpatialItem2LocationDao.remove(Collection<SpatialItem2Location> entities)
Removes all entities in the given
entities collection. |
void |
SpatialItem.setSpatialItem2Locations(Collection<SpatialItem2Location> spatialItem2LocationsIn) |
void |
SpatialItem2LocationDaoBase.update(Collection<SpatialItem2Location> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
SpatialItem2LocationDao.update(Collection<SpatialItem2Location> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.