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