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