Package | Description |
---|---|
fr.ifremer.adagio.core.dao.technical.versionning |
Modifier and Type | Class and Description |
---|---|
class |
SystemVersionImpl |
Modifier and Type | Method and Description |
---|---|
SystemVersion |
SystemVersionDaoBase.create(String label,
String description,
Date creationDate,
String comments,
Timestamp updateDate)
Creates a new
SystemVersion
instance from all attributes and adds it to
the persistent store. |
SystemVersion |
SystemVersionDao.create(String label,
String description,
Date creationDate,
String comments,
Timestamp updateDate)
Creates a new
SystemVersion
instance from all attributes and adds it to
the persistent store. |
SystemVersion |
SystemVersionDaoBase.create(SystemVersion systemVersion)
Creates an instance of SystemVersion and adds it to the persistent store.
|
SystemVersion |
SystemVersionDao.create(SystemVersion systemVersion)
Creates an instance of SystemVersion and adds it to the persistent store.
|
SystemVersion |
SystemVersionDaoBase.get(Integer id)
Gets an instance of SystemVersion from the persistent store.
|
SystemVersion |
SystemVersionDao.get(Integer id)
Gets an instance of SystemVersion from the persistent store.
|
SystemVersion |
SystemVersionDaoBase.load(Integer id)
Loads an instance of SystemVersion from the persistent store.
|
SystemVersion |
SystemVersionDao.load(Integer id)
Loads an instance of SystemVersion from the persistent store.
|
static SystemVersion |
SystemVersion.Factory.newInstance()
Constructs a new instance of
SystemVersion . |
static SystemVersion |
SystemVersion.Factory.newInstance(String label,
Date creationDate,
Timestamp updateDate)
Constructs a new instance of
SystemVersion , taking all required and/or
read-only properties as arguments, except for identifiers. |
static SystemVersion |
SystemVersion.Factory.newInstance(String label,
String description,
Date creationDate,
String comments,
Timestamp updateDate)
Constructs a new instance of
SystemVersion , taking all possible properties
(except the identifier(s))as arguments. |
protected SystemVersion |
SystemVersionDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<SystemVersion> |
SystemVersionDaoBase.create(Collection<SystemVersion> entities)
Creates a new instance of SystemVersion and adds
from the passed in
entities collection |
Collection<SystemVersion> |
SystemVersionDao.create(Collection<SystemVersion> entities)
Creates a new instance of SystemVersion and adds
from the passed in
entities collection |
Collection<SystemVersion> |
SystemVersionDaoBase.loadAll()
Loads all entities of type
SystemVersion . |
Collection<SystemVersion> |
SystemVersionDao.loadAll()
Loads all entities of type
SystemVersion . |
Set<SystemVersion> |
SystemVersionDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SystemVersion> |
SystemVersionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
SystemVersion.compareTo(SystemVersion o) |
Object |
SystemVersionDaoBase.create(int transform,
SystemVersion systemVersion)
Does the same thing as
SystemVersionDao.create(SystemVersion) with an
additional flag called transform . |
Object |
SystemVersionDao.create(int transform,
SystemVersion systemVersion)
Does the same thing as
SystemVersionDao.create(SystemVersion) with an
additional flag called transform . |
SystemVersion |
SystemVersionDaoBase.create(SystemVersion systemVersion)
Creates an instance of SystemVersion and adds it to the persistent store.
|
SystemVersion |
SystemVersionDao.create(SystemVersion systemVersion)
Creates an instance of SystemVersion and adds it to the persistent store.
|
void |
SystemVersionDaoBase.remove(SystemVersion systemVersion)
Removes the instance of SystemVersion from the persistent store.
|
void |
SystemVersionDao.remove(SystemVersion systemVersion)
Removes the instance of SystemVersion from the persistent store.
|
Object |
SystemVersionDaoBase.transformEntity(int transform,
SystemVersion 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 SystemVersionDao , please note
that the SystemVersionDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
SystemVersionDao.transformEntity(int transform,
SystemVersion 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.technical.versionning.SystemVersionDao , please note
that the SystemVersionDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SystemVersionDaoBase.update(SystemVersion systemVersion)
Updates the
systemVersion instance in the persistent store. |
void |
SystemVersionDao.update(SystemVersion systemVersion)
Updates the
systemVersion instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<SystemVersion> |
SystemVersionDaoBase.create(Collection<SystemVersion> entities)
Creates a new instance of SystemVersion and adds
from the passed in
entities collection |
Collection<SystemVersion> |
SystemVersionDao.create(Collection<SystemVersion> entities)
Creates a new instance of SystemVersion and adds
from the passed in
entities collection |
Collection<?> |
SystemVersionDaoBase.create(int transform,
Collection<SystemVersion> entities)
Does the same thing as
SystemVersionDao.create(SystemVersion) with an
additional flag called transform . |
Collection<?> |
SystemVersionDao.create(int transform,
Collection<SystemVersion> entities)
Does the same thing as
SystemVersionDao.create(SystemVersion) with an
additional flag called transform . |
void |
SystemVersionDaoBase.remove(Collection<SystemVersion> entities)
Removes all entities in the given
entities collection. |
void |
SystemVersionDao.remove(Collection<SystemVersion> entities)
Removes all entities in the given
entities collection. |
void |
SystemVersionDaoBase.update(Collection<SystemVersion> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
SystemVersionDao.update(Collection<SystemVersion> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.