Package | Description |
---|---|
fr.ifremer.adagio.core.dao.playground |
Modifier and Type | Class and Description |
---|---|
class |
PlaygroundVesselMasterImpl |
Modifier and Type | Method and Description |
---|---|
PlaygroundVesselMaster |
PlaygroundVesselMasterDaoBase.create(PlaygroundVesselMaster playgroundVesselMaster)
Creates an instance of PlaygroundVesselMaster and adds it to the persistent store.
|
PlaygroundVesselMaster |
PlaygroundVesselMasterDao.create(PlaygroundVesselMaster playgroundVesselMaster)
Creates an instance of PlaygroundVesselMaster and adds it to the persistent store.
|
PlaygroundVesselMaster |
PlaygroundVesselMasterDaoBase.create(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
Timestamp updateDate)
Creates a new
PlaygroundVesselMaster
instance from all attributes and adds it to
the persistent store. |
PlaygroundVesselMaster |
PlaygroundVesselMasterDao.create(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
Timestamp updateDate)
Creates a new
PlaygroundVesselMaster
instance from all attributes and adds it to
the persistent store. |
PlaygroundVesselMaster |
PlaygroundVesselMasterDaoBase.get(Integer id)
Gets an instance of PlaygroundVesselMaster from the persistent store.
|
PlaygroundVesselMaster |
PlaygroundVesselMasterDao.get(Integer id)
Gets an instance of PlaygroundVesselMaster from the persistent store.
|
PlaygroundVesselMaster |
PlaygroundFishingTripVesselMaster.getPlaygroundVesselMaster()
Capitaine (patron) de navire.
|
PlaygroundVesselMaster |
PlaygroundVesselMasterDaoBase.load(Integer id)
Loads an instance of PlaygroundVesselMaster from the persistent store.
|
PlaygroundVesselMaster |
PlaygroundVesselMasterDao.load(Integer id)
Loads an instance of PlaygroundVesselMaster from the persistent store.
|
static PlaygroundVesselMaster |
PlaygroundVesselMaster.Factory.newInstance()
Constructs a new instance of
PlaygroundVesselMaster . |
static PlaygroundVesselMaster |
PlaygroundVesselMaster.Factory.newInstance(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
Timestamp updateDate)
Constructs a new instance of
PlaygroundVesselMaster , taking all possible properties
(except the identifier(s))as arguments. |
static PlaygroundVesselMaster |
PlaygroundVesselMaster.Factory.newInstance(String registrationCode,
Timestamp updateDate)
Constructs a new instance of
PlaygroundVesselMaster , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected PlaygroundVesselMaster |
PlaygroundVesselMasterDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<PlaygroundVesselMaster> |
PlaygroundVesselMasterDaoBase.create(Collection<PlaygroundVesselMaster> entities)
Creates a new instance of PlaygroundVesselMaster and adds
from the passed in
entities collection |
Collection<PlaygroundVesselMaster> |
PlaygroundVesselMasterDao.create(Collection<PlaygroundVesselMaster> entities)
Creates a new instance of PlaygroundVesselMaster and adds
from the passed in
entities collection |
Collection<PlaygroundVesselMaster> |
PlaygroundVesselMasterDaoBase.loadAll()
Loads all entities of type
PlaygroundVesselMaster . |
Collection<PlaygroundVesselMaster> |
PlaygroundVesselMasterDao.loadAll()
Loads all entities of type
PlaygroundVesselMaster . |
Set<PlaygroundVesselMaster> |
PlaygroundVesselMasterDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundVesselMaster> |
PlaygroundVesselMasterDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
PlaygroundVesselMaster.compareTo(PlaygroundVesselMaster o) |
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDaoBase.create(FishingTrip fishingTrip,
PlaygroundVesselMaster playgroundVesselMaster)
Creates a new
PlaygroundFishingTripVesselMaster
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDao.create(FishingTrip fishingTrip,
PlaygroundVesselMaster playgroundVesselMaster)
Creates a new
PlaygroundFishingTripVesselMaster
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
PlaygroundFishingTripVesselMasterDaoBase.create(int transform,
FishingTrip fishingTrip,
PlaygroundVesselMaster playgroundVesselMaster)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
PlaygroundFishingTripVesselMasterDao.create(int transform,
FishingTrip fishingTrip,
PlaygroundVesselMaster playgroundVesselMaster)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
PlaygroundVesselMasterDaoBase.create(int transform,
PlaygroundVesselMaster playgroundVesselMaster)
Does the same thing as
PlaygroundVesselMasterDao.create(PlaygroundVesselMaster) with an
additional flag called transform . |
Object |
PlaygroundVesselMasterDao.create(int transform,
PlaygroundVesselMaster playgroundVesselMaster)
Does the same thing as
PlaygroundVesselMasterDao.create(PlaygroundVesselMaster) with an
additional flag called transform . |
PlaygroundVesselMaster |
PlaygroundVesselMasterDaoBase.create(PlaygroundVesselMaster playgroundVesselMaster)
Creates an instance of PlaygroundVesselMaster and adds it to the persistent store.
|
PlaygroundVesselMaster |
PlaygroundVesselMasterDao.create(PlaygroundVesselMaster playgroundVesselMaster)
Creates an instance of PlaygroundVesselMaster and adds it to the persistent store.
|
static PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMaster.Factory.newInstance(FishingTrip fishingTrip,
PlaygroundVesselMaster playgroundVesselMaster)
Constructs a new instance of
PlaygroundFishingTripVesselMaster , taking all possible properties
(except the identifier(s))as arguments. |
void |
PlaygroundVesselMasterDaoBase.remove(PlaygroundVesselMaster playgroundVesselMaster)
Removes the instance of PlaygroundVesselMaster from the persistent store.
|
void |
PlaygroundVesselMasterDao.remove(PlaygroundVesselMaster playgroundVesselMaster)
Removes the instance of PlaygroundVesselMaster from the persistent store.
|
void |
PlaygroundFishingTripVesselMaster.setPlaygroundVesselMaster(PlaygroundVesselMaster playgroundVesselMasterIn)
Capitaine (patron) de navire.
|
Object |
PlaygroundVesselMasterDaoBase.transformEntity(int transform,
PlaygroundVesselMaster 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 PlaygroundVesselMasterDao , please note
that the PlaygroundVesselMasterDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
PlaygroundVesselMasterDao.transformEntity(int transform,
PlaygroundVesselMaster 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.PlaygroundVesselMasterDao , please note
that the PlaygroundVesselMasterDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
PlaygroundVesselMasterDaoBase.update(PlaygroundVesselMaster playgroundVesselMaster)
Updates the
playgroundVesselMaster instance in the persistent store. |
void |
PlaygroundVesselMasterDao.update(PlaygroundVesselMaster playgroundVesselMaster)
Updates the
playgroundVesselMaster instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<PlaygroundVesselMaster> |
PlaygroundVesselMasterDaoBase.create(Collection<PlaygroundVesselMaster> entities)
Creates a new instance of PlaygroundVesselMaster and adds
from the passed in
entities collection |
Collection<PlaygroundVesselMaster> |
PlaygroundVesselMasterDao.create(Collection<PlaygroundVesselMaster> entities)
Creates a new instance of PlaygroundVesselMaster and adds
from the passed in
entities collection |
Collection<?> |
PlaygroundVesselMasterDaoBase.create(int transform,
Collection<PlaygroundVesselMaster> entities)
Does the same thing as
PlaygroundVesselMasterDao.create(PlaygroundVesselMaster) with an
additional flag called transform . |
Collection<?> |
PlaygroundVesselMasterDao.create(int transform,
Collection<PlaygroundVesselMaster> entities)
Does the same thing as
PlaygroundVesselMasterDao.create(PlaygroundVesselMaster) with an
additional flag called transform . |
void |
PlaygroundVesselMasterDaoBase.remove(Collection<PlaygroundVesselMaster> entities)
Removes all entities in the given
entities collection. |
void |
PlaygroundVesselMasterDao.remove(Collection<PlaygroundVesselMaster> entities)
Removes all entities in the given
entities collection. |
void |
PlaygroundVesselMasterDaoBase.update(Collection<PlaygroundVesselMaster> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
PlaygroundVesselMasterDao.update(Collection<PlaygroundVesselMaster> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.