Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.location |
Modifier and Type | Class and Description |
---|---|
class |
LocationAssociationImpl |
Modifier and Type | Method and Description |
---|---|
LocationAssociation |
LocationAssociationDaoBase.create(Float childSurfaceRatio,
Timestamp updateDate)
Creates a new
LocationAssociation
instance from all attributes and adds it to
the persistent store. |
LocationAssociation |
LocationAssociationDao.create(Float childSurfaceRatio,
Timestamp updateDate)
Creates a new
LocationAssociation
instance from all attributes and adds it to
the persistent store. |
LocationAssociation |
LocationAssociationDaoBase.create(LocationAssociation locationAssociation)
Creates an instance of LocationAssociation and adds it to the persistent store.
|
LocationAssociation |
LocationAssociationDao.create(LocationAssociation locationAssociation)
Creates an instance of LocationAssociation and adds it to the persistent store.
|
LocationAssociation |
LocationAssociationDaoBase.create(Location childLocation,
Float childSurfaceRatio,
Location parentLocation,
Timestamp updateDate)
Creates a new
LocationAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
LocationAssociation |
LocationAssociationDao.create(Location childLocation,
Float childSurfaceRatio,
Location parentLocation,
Timestamp updateDate)
Creates a new
LocationAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
LocationAssociation |
LocationAssociationDaoBase.get(LocationAssociationPK locationAssociationPk)
Gets an instance of LocationAssociation from the persistent store.
|
LocationAssociation |
LocationAssociationDao.get(LocationAssociationPK locationAssociationPk)
Gets an instance of LocationAssociation from the persistent store.
|
LocationAssociation |
LocationAssociationDaoBase.load(LocationAssociationPK locationAssociationPk)
Loads an instance of LocationAssociation from the persistent store.
|
LocationAssociation |
LocationAssociationDao.load(LocationAssociationPK locationAssociationPk)
Loads an instance of LocationAssociation from the persistent store.
|
static LocationAssociation |
LocationAssociation.Factory.newInstance()
Constructs a new instance of
LocationAssociation . |
static LocationAssociation |
LocationAssociation.Factory.newInstance(Float childSurfaceRatio,
Timestamp updateDate,
Location parentLocation,
Location childLocation)
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> |
LocationAssociationDaoBase.create(Collection<LocationAssociation> entities)
Creates a new instance of LocationAssociation and adds
from the passed in
entities collection |
Collection<LocationAssociation> |
LocationAssociationDao.create(Collection<LocationAssociation> entities)
Creates a new instance of LocationAssociation and adds
from the passed in
entities collection |
Collection<LocationAssociation> |
LocationAssociationDaoBase.loadAll()
Loads all entities of type
LocationAssociation . |
Collection<LocationAssociation> |
LocationAssociationDao.loadAll()
Loads all entities of type
LocationAssociation . |
Set<LocationAssociation> |
LocationAssociationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationAssociation> |
LocationAssociationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
LocationAssociation.compareTo(LocationAssociation o) |
Object |
LocationAssociationDaoBase.create(int transform,
LocationAssociation locationAssociation)
Does the same thing as
LocationAssociationDao.create(LocationAssociation) with an
additional flag called transform . |
Object |
LocationAssociationDao.create(int transform,
LocationAssociation locationAssociation)
Does the same thing as
LocationAssociationDao.create(LocationAssociation) with an
additional flag called transform . |
LocationAssociation |
LocationAssociationDaoBase.create(LocationAssociation locationAssociation)
Creates an instance of LocationAssociation and adds it to the persistent store.
|
LocationAssociation |
LocationAssociationDao.create(LocationAssociation locationAssociation)
Creates an instance of LocationAssociation and adds it to the persistent store.
|
void |
LocationAssociationDaoBase.remove(LocationAssociation locationAssociation)
Removes the instance of LocationAssociation from the persistent store.
|
void |
LocationAssociationDao.remove(LocationAssociation locationAssociation)
Removes the instance of LocationAssociation from the persistent store.
|
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 LocationAssociationDao , please note
that the LocationAssociationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
LocationAssociationDao.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 |
LocationAssociationDaoBase.update(LocationAssociation locationAssociation)
Updates the
locationAssociation instance in the persistent store. |
void |
LocationAssociationDao.update(LocationAssociation locationAssociation)
Updates the
locationAssociation instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<LocationAssociation> |
LocationAssociationDaoBase.create(Collection<LocationAssociation> entities)
Creates a new instance of LocationAssociation and adds
from the passed in
entities collection |
Collection<LocationAssociation> |
LocationAssociationDao.create(Collection<LocationAssociation> entities)
Creates a new instance of LocationAssociation and adds
from the passed in
entities collection |
Collection<?> |
LocationAssociationDaoBase.create(int transform,
Collection<LocationAssociation> entities)
Does the same thing as
LocationAssociationDao.create(LocationAssociation) with an
additional flag called transform . |
Collection<?> |
LocationAssociationDao.create(int transform,
Collection<LocationAssociation> entities)
Does the same thing as
LocationAssociationDao.create(LocationAssociation) with an
additional flag called transform . |
void |
LocationAssociationDaoBase.remove(Collection<LocationAssociation> entities)
Removes all entities in the given
entities collection. |
void |
LocationAssociationDao.remove(Collection<LocationAssociation> entities)
Removes all entities in the given
entities collection. |
void |
LocationAssociationDaoBase.update(Collection<LocationAssociation> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
LocationAssociationDao.update(Collection<LocationAssociation> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.