Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.regulation |
Modifier and Type | Class and Description |
---|---|
class |
Fishery2MetierImpl |
Modifier and Type | Method and Description |
---|---|
Fishery2Metier |
Fishery2MetierDaoBase.create(Fishery2Metier fishery2Metier)
Creates an instance of Fishery2Metier and adds it to the persistent store.
|
Fishery2Metier |
Fishery2MetierDao.create(Fishery2Metier fishery2Metier)
Creates an instance of Fishery2Metier and adds it to the persistent store.
|
Fishery2Metier |
Fishery2MetierDaoBase.create(Fishery fishery,
Metier metier)
Creates a new
Fishery2Metier
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery2Metier |
Fishery2MetierDao.create(Fishery fishery,
Metier metier)
Creates a new
Fishery2Metier
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery2Metier |
Fishery2MetierDaoBase.get(Fishery2MetierPK fishery2MetierPk)
Gets an instance of Fishery2Metier from the persistent store.
|
Fishery2Metier |
Fishery2MetierDao.get(Fishery2MetierPK fishery2MetierPk)
Gets an instance of Fishery2Metier from the persistent store.
|
Fishery2Metier |
Fishery2MetierDaoBase.load(Fishery2MetierPK fishery2MetierPk)
Loads an instance of Fishery2Metier from the persistent store.
|
Fishery2Metier |
Fishery2MetierDao.load(Fishery2MetierPK fishery2MetierPk)
Loads an instance of Fishery2Metier from the persistent store.
|
static Fishery2Metier |
Fishery2Metier.Factory.newInstance()
Constructs a new instance of
Fishery2Metier . |
static Fishery2Metier |
Fishery2Metier.Factory.newInstance(Fishery fishery,
Metier metier)
Constructs a new instance of
Fishery2Metier , taking all possible properties
(except the identifier(s))as arguments. |
protected Fishery2Metier |
Fishery2MetierDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Fishery2Metier> |
Fishery2MetierDaoBase.create(Collection<Fishery2Metier> entities)
Creates a new instance of Fishery2Metier and adds
from the passed in
entities collection |
Collection<Fishery2Metier> |
Fishery2MetierDao.create(Collection<Fishery2Metier> entities)
Creates a new instance of Fishery2Metier and adds
from the passed in
entities collection |
Collection<Fishery2Metier> |
Fishery.getFishery2Metiers() |
Collection<Fishery2Metier> |
Fishery2MetierDaoBase.loadAll()
Loads all entities of type
Fishery2Metier . |
Collection<Fishery2Metier> |
Fishery2MetierDao.loadAll()
Loads all entities of type
Fishery2Metier . |
Set<Fishery2Metier> |
Fishery2MetierDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fishery2Metier> |
Fishery2MetierDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Fishery.addFishery2Metiers(Fishery2Metier elementToAdd) |
int |
Fishery2Metier.compareTo(Fishery2Metier o) |
Fishery2Metier |
Fishery2MetierDaoBase.create(Fishery2Metier fishery2Metier)
Creates an instance of Fishery2Metier and adds it to the persistent store.
|
Fishery2Metier |
Fishery2MetierDao.create(Fishery2Metier fishery2Metier)
Creates an instance of Fishery2Metier and adds it to the persistent store.
|
Object |
Fishery2MetierDaoBase.create(int transform,
Fishery2Metier fishery2Metier)
Does the same thing as
Fishery2MetierDao.create(Fishery2Metier) with an
additional flag called transform . |
Object |
Fishery2MetierDao.create(int transform,
Fishery2Metier fishery2Metier)
Does the same thing as
Fishery2MetierDao.create(Fishery2Metier) with an
additional flag called transform . |
void |
Fishery2MetierDaoBase.remove(Fishery2Metier fishery2Metier)
Removes the instance of Fishery2Metier from the persistent store.
|
void |
Fishery2MetierDao.remove(Fishery2Metier fishery2Metier)
Removes the instance of Fishery2Metier from the persistent store.
|
boolean |
Fishery.removeFishery2Metiers(Fishery2Metier elementToRemove) |
Object |
Fishery2MetierDaoBase.transformEntity(int transform,
Fishery2Metier 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 Fishery2MetierDao , please note
that the Fishery2MetierDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
Fishery2MetierDao.transformEntity(int transform,
Fishery2Metier 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 Fishery2MetierDao , please note
that the Fishery2MetierDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
Fishery2MetierDaoBase.update(Fishery2Metier fishery2Metier)
Updates the
fishery2Metier instance in the persistent store. |
void |
Fishery2MetierDao.update(Fishery2Metier fishery2Metier)
Updates the
fishery2Metier instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Fishery2Metier> |
Fishery2MetierDaoBase.create(Collection<Fishery2Metier> entities)
Creates a new instance of Fishery2Metier and adds
from the passed in
entities collection |
Collection<Fishery2Metier> |
Fishery2MetierDao.create(Collection<Fishery2Metier> entities)
Creates a new instance of Fishery2Metier and adds
from the passed in
entities collection |
Collection<?> |
Fishery2MetierDaoBase.create(int transform,
Collection<Fishery2Metier> entities)
Does the same thing as
Fishery2MetierDao.create(Fishery2Metier) with an
additional flag called transform . |
Collection<?> |
Fishery2MetierDao.create(int transform,
Collection<Fishery2Metier> entities)
Does the same thing as
Fishery2MetierDao.create(Fishery2Metier) with an
additional flag called transform . |
static Fishery |
Fishery.Factory.newInstance(String label,
String name,
String description,
Timestamp updateDate,
String comments,
Collection<Fishery2TaxonGroup> fishery2TaxonGroups,
Collection<Fishery2Grouping> fishery2Groupings,
Collection<Corpus> corpuses,
Collection<RegulationArea> regulationAreas,
Collection<Fishery2Gear> fishery2Gears,
Collection<Fishery2Metier> fishery2Metiers)
Constructs a new instance of
Fishery , taking all possible properties
(except the identifier(s))as arguments. |
void |
Fishery2MetierDaoBase.remove(Collection<Fishery2Metier> entities)
Removes all entities in the given
entities collection. |
void |
Fishery2MetierDao.remove(Collection<Fishery2Metier> entities)
Removes all entities in the given
entities collection. |
void |
Fishery.setFishery2Metiers(Collection<Fishery2Metier> fishery2MetiersIn) |
void |
Fishery2MetierDaoBase.update(Collection<Fishery2Metier> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
Fishery2MetierDao.update(Collection<Fishery2Metier> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.