Package | Description |
---|---|
fr.ifremer.adagio.core.dao.playground |
Modifier and Type | Class and Description |
---|---|
class |
PlaygroundTaxonGroupSamplingImpl |
Modifier and Type | Method and Description |
---|---|
PlaygroundTaxonGroupSampling |
PlaygroundTaxonGroupSamplingDaoBase.create(Boolean accidental,
Boolean length,
Boolean sex,
Timestamp updateDate)
Creates a new
PlaygroundTaxonGroupSampling
instance from all attributes and adds it to
the persistent store. |
PlaygroundTaxonGroupSampling |
PlaygroundTaxonGroupSamplingDao.create(Boolean accidental,
Boolean length,
Boolean sex,
Timestamp updateDate)
Creates a new
PlaygroundTaxonGroupSampling
instance from all attributes and adds it to
the persistent store. |
PlaygroundTaxonGroupSampling |
PlaygroundTaxonGroupSamplingDaoBase.create(PlaygroundTaxonGroupSampling playgroundTaxonGroupSampling)
Creates an instance of PlaygroundTaxonGroupSampling and adds it to the persistent store.
|
PlaygroundTaxonGroupSampling |
PlaygroundTaxonGroupSamplingDao.create(PlaygroundTaxonGroupSampling playgroundTaxonGroupSampling)
Creates an instance of PlaygroundTaxonGroupSampling and adds it to the persistent store.
|
PlaygroundTaxonGroupSampling |
PlaygroundTaxonGroupSamplingDaoBase.get(Integer taxonGroup)
Gets an instance of PlaygroundTaxonGroupSampling from the persistent store.
|
PlaygroundTaxonGroupSampling |
PlaygroundTaxonGroupSamplingDao.get(Integer taxonGroup)
Gets an instance of PlaygroundTaxonGroupSampling from the persistent store.
|
PlaygroundTaxonGroupSampling |
PlaygroundTaxonGroupSamplingDaoBase.load(Integer taxonGroup)
Loads an instance of PlaygroundTaxonGroupSampling from the persistent store.
|
PlaygroundTaxonGroupSampling |
PlaygroundTaxonGroupSamplingDao.load(Integer taxonGroup)
Loads an instance of PlaygroundTaxonGroupSampling from the persistent store.
|
static PlaygroundTaxonGroupSampling |
PlaygroundTaxonGroupSampling.Factory.newInstance()
Constructs a new instance of
PlaygroundTaxonGroupSampling . |
static PlaygroundTaxonGroupSampling |
PlaygroundTaxonGroupSampling.Factory.newInstance(Boolean accidental,
Boolean length,
Boolean sex,
Timestamp updateDate)
Constructs a new instance of
PlaygroundTaxonGroupSampling , taking all possible properties
(except the identifier(s))as arguments. |
protected PlaygroundTaxonGroupSampling |
PlaygroundTaxonGroupSamplingDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<PlaygroundTaxonGroupSampling> |
PlaygroundTaxonGroupSamplingDaoBase.create(Collection<PlaygroundTaxonGroupSampling> entities)
Creates a new instance of PlaygroundTaxonGroupSampling and adds
from the passed in
entities collection |
Collection<PlaygroundTaxonGroupSampling> |
PlaygroundTaxonGroupSamplingDao.create(Collection<PlaygroundTaxonGroupSampling> entities)
Creates a new instance of PlaygroundTaxonGroupSampling and adds
from the passed in
entities collection |
Collection<PlaygroundTaxonGroupSampling> |
PlaygroundTaxonGroupSamplingDaoBase.loadAll()
Loads all entities of type
PlaygroundTaxonGroupSampling . |
Collection<PlaygroundTaxonGroupSampling> |
PlaygroundTaxonGroupSamplingDao.loadAll()
Loads all entities of type
PlaygroundTaxonGroupSampling . |
Set<PlaygroundTaxonGroupSampling> |
PlaygroundTaxonGroupSamplingDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundTaxonGroupSampling> |
PlaygroundTaxonGroupSamplingDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
PlaygroundTaxonGroupSampling.compareTo(PlaygroundTaxonGroupSampling o) |
Object |
PlaygroundTaxonGroupSamplingDaoBase.create(int transform,
PlaygroundTaxonGroupSampling playgroundTaxonGroupSampling)
Does the same thing as
PlaygroundTaxonGroupSamplingDao.create(PlaygroundTaxonGroupSampling) with an
additional flag called transform . |
Object |
PlaygroundTaxonGroupSamplingDao.create(int transform,
PlaygroundTaxonGroupSampling playgroundTaxonGroupSampling)
Does the same thing as
PlaygroundTaxonGroupSamplingDao.create(PlaygroundTaxonGroupSampling) with an
additional flag called transform . |
PlaygroundTaxonGroupSampling |
PlaygroundTaxonGroupSamplingDaoBase.create(PlaygroundTaxonGroupSampling playgroundTaxonGroupSampling)
Creates an instance of PlaygroundTaxonGroupSampling and adds it to the persistent store.
|
PlaygroundTaxonGroupSampling |
PlaygroundTaxonGroupSamplingDao.create(PlaygroundTaxonGroupSampling playgroundTaxonGroupSampling)
Creates an instance of PlaygroundTaxonGroupSampling and adds it to the persistent store.
|
void |
PlaygroundTaxonGroupSamplingDaoBase.remove(PlaygroundTaxonGroupSampling playgroundTaxonGroupSampling)
Removes the instance of PlaygroundTaxonGroupSampling from the persistent store.
|
void |
PlaygroundTaxonGroupSamplingDao.remove(PlaygroundTaxonGroupSampling playgroundTaxonGroupSampling)
Removes the instance of PlaygroundTaxonGroupSampling from the persistent store.
|
Object |
PlaygroundTaxonGroupSamplingDaoBase.transformEntity(int transform,
PlaygroundTaxonGroupSampling 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 PlaygroundTaxonGroupSamplingDao , please note
that the PlaygroundTaxonGroupSamplingDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
PlaygroundTaxonGroupSamplingDao.transformEntity(int transform,
PlaygroundTaxonGroupSampling 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.playground.PlaygroundTaxonGroupSamplingDao , please note
that the PlaygroundTaxonGroupSamplingDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
PlaygroundTaxonGroupSamplingDaoBase.update(PlaygroundTaxonGroupSampling playgroundTaxonGroupSampling)
Updates the
playgroundTaxonGroupSampling instance in the persistent store. |
void |
PlaygroundTaxonGroupSamplingDao.update(PlaygroundTaxonGroupSampling playgroundTaxonGroupSampling)
Updates the
playgroundTaxonGroupSampling instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<PlaygroundTaxonGroupSampling> |
PlaygroundTaxonGroupSamplingDaoBase.create(Collection<PlaygroundTaxonGroupSampling> entities)
Creates a new instance of PlaygroundTaxonGroupSampling and adds
from the passed in
entities collection |
Collection<PlaygroundTaxonGroupSampling> |
PlaygroundTaxonGroupSamplingDao.create(Collection<PlaygroundTaxonGroupSampling> entities)
Creates a new instance of PlaygroundTaxonGroupSampling and adds
from the passed in
entities collection |
Collection<?> |
PlaygroundTaxonGroupSamplingDaoBase.create(int transform,
Collection<PlaygroundTaxonGroupSampling> entities)
Does the same thing as
PlaygroundTaxonGroupSamplingDao.create(PlaygroundTaxonGroupSampling) with an
additional flag called transform . |
Collection<?> |
PlaygroundTaxonGroupSamplingDao.create(int transform,
Collection<PlaygroundTaxonGroupSampling> entities)
Does the same thing as
PlaygroundTaxonGroupSamplingDao.create(PlaygroundTaxonGroupSampling) with an
additional flag called transform . |
void |
PlaygroundTaxonGroupSamplingDaoBase.remove(Collection<PlaygroundTaxonGroupSampling> entities)
Removes all entities in the given
entities collection. |
void |
PlaygroundTaxonGroupSamplingDao.remove(Collection<PlaygroundTaxonGroupSampling> entities)
Removes all entities in the given
entities collection. |
void |
PlaygroundTaxonGroupSamplingDaoBase.update(Collection<PlaygroundTaxonGroupSampling> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
PlaygroundTaxonGroupSamplingDao.update(Collection<PlaygroundTaxonGroupSampling> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.