|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.referential.spatial.SpatialItemPointDaoBase
public abstract class SpatialItemPointDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.spatial.SpatialItemPoint
.
SpatialItemPoint
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.spatial.SpatialItemPointDao |
---|
TRANSFORM_CLUSTERSPATIALITEMPOINT, TRANSFORM_NONE, TRANSFORM_REMOTESPATIALITEMPOINTFULLVO, TRANSFORM_REMOTESPATIALITEMPOINTNATURALID |
Constructor Summary | |
---|---|
SpatialItemPointDaoBase()
|
Method Summary | |
---|---|
void |
clusterSpatialItemPointToEntity(ClusterSpatialItemPoint source,
SpatialItemPoint target,
boolean copyIfNull)
Copies the fields of ClusterSpatialItemPoint to the specified entity. |
void |
clusterSpatialItemPointToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterSpatialItemPoint to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.spatial.SpatialItemPoint and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as SpatialItemPointDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemPoint) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.create(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
SpatialItemPoint spatialItemPoint)
Does the same thing as SpatialItemPointDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemPoint) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String localizedName,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.create(java.lang.String,fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional flag called transform . |
SpatialItemPoint |
create(SpatialItem spatialItem)
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemPoint
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItemPoint |
create(SpatialItemPoint spatialItemPoint)
Creates an instance of fr.ifremer.allegro.referential.spatial.SpatialItemPoint and adds it to the persistent store. |
SpatialItemPoint |
create(java.lang.String localizedName,
SpatialItem spatialItem)
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemPoint
instance from all attributes and
properties and adds it to the persistent store. |
SpatialItemPoint |
createFromClusterSpatialItemPoint(ClusterSpatialItemPoint clusterSpatialItemPoint)
|
SpatialItemPoint |
findSpatialItemPointById(java.lang.Integer id)
|
java.lang.Object |
findSpatialItemPointById(int transform,
java.lang.Integer id)
Does the same thing as SpatialItemPointDao.findSpatialItemPointById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSpatialItemPointById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemPointDao.findSpatialItemPointById(int, java.lang.Integer) with an
additional argument called queryString . |
SpatialItemPoint |
findSpatialItemPointById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemPointDao.findSpatialItemPointById(java.lang.Integer) with an
additional argument called queryString . |
SpatialItemPoint |
findSpatialItemPointByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findSpatialItemPointByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as SpatialItemPointDao.findSpatialItemPointByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSpatialItemPointByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemPointDao.findSpatialItemPointByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
SpatialItemPoint |
findSpatialItemPointByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemPointDao.findSpatialItemPointByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findSpatialItemPointBySpatialItem(int transform,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSpatialItemPointBySpatialItem(int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSpatialItemPointBySpatialItem(int transform,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional flag called transform . |
java.util.Collection |
findSpatialItemPointBySpatialItem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(int, String, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSpatialItemPointBySpatialItem(int transform,
java.lang.String queryString,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional argument called queryString . |
java.util.Collection |
findSpatialItemPointBySpatialItem(SpatialItem spatialItem)
|
java.util.Collection |
findSpatialItemPointBySpatialItem(java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(String, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSpatialItemPointBySpatialItem(java.lang.String queryString,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional argument called queryString . |
java.util.Collection |
getAllSpatialItemPoint()
|
java.util.Collection |
getAllSpatialItemPoint(int transform)
Does the same thing as SpatialItemPointDao.getAllSpatialItemPoint() with an
additional flag called transform . |
java.util.Collection |
getAllSpatialItemPoint(int pageNumber,
int pageSize)
Does the same thing as SpatialItemPointDao.getAllSpatialItemPoint() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSpatialItemPoint(int transform,
int pageNumber,
int pageSize)
Does the same thing as SpatialItemPointDao.getAllSpatialItemPoint(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSpatialItemPoint(int transform,
java.lang.String queryString)
Does the same thing as SpatialItemPointDao.getAllSpatialItemPoint(int) with an
additional argument called queryString . |
java.util.Collection |
getAllSpatialItemPoint(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SpatialItemPointDao.getAllSpatialItemPoint(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSpatialItemPoint(java.lang.String queryString)
Does the same thing as SpatialItemPointDao.getAllSpatialItemPoint() with an
additional argument called queryString . |
java.util.Collection |
getAllSpatialItemPoint(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SpatialItemPointDao.getAllSpatialItemPoint(String) with an
additional two arguments called pageNumber and pageSize . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected SpatialItemDao |
getSpatialItemDao()
Gets the reference to spatialItemDao . |
protected abstract SpatialItemPoint |
handleCreateFromClusterSpatialItemPoint(ClusterSpatialItemPoint clusterSpatialItemPoint)
Performs the core logic for createFromClusterSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemPoint) |
SpatialItemPoint |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.spatial.SpatialItemPoint from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as SpatialItemPointDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type SpatialItemPoint . |
java.util.Collection |
loadAll(int transform)
Does the same thing as SpatialItemPointDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as SpatialItemPointDao.loadAll() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
loadAll(int transform,
int pageNumber,
int pageSize)
Does the same thing as SpatialItemPointDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteSpatialItemPointFullVOToEntity(RemoteSpatialItemPointFullVO source,
SpatialItemPoint target,
boolean copyIfNull)
Copies the fields of RemoteSpatialItemPointFullVO to the specified entity. |
void |
remoteSpatialItemPointFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSpatialItemPointFullVO to this
DAO's entity. |
void |
remoteSpatialItemPointNaturalIdToEntity(RemoteSpatialItemPointNaturalId source,
SpatialItemPoint target,
boolean copyIfNull)
Copies the fields of RemoteSpatialItemPointNaturalId to the specified entity. |
void |
remoteSpatialItemPointNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSpatialItemPointNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.referential.spatial.SpatialItemPoint having the given identifier from the persistent store. |
void |
remove(SpatialItemPoint spatialItemPoint)
Removes the instance of fr.ifremer.allegro.referential.spatial.SpatialItemPoint from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as SpatialItemPointDao.search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
void |
setSpatialItemDao(SpatialItemDao spatialItemDao)
Sets the reference to spatialItemDao . |
protected ClusterSpatialItemPoint |
toClusterSpatialItemPoint(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterSpatialItemPoint |
toClusterSpatialItemPoint(SpatialItemPoint entity)
Converts this DAO's entity to an object of type ClusterSpatialItemPoint . |
void |
toClusterSpatialItemPoint(SpatialItemPoint source,
ClusterSpatialItemPoint target)
Copies the fields of the specified entity to the target value object. |
ClusterSpatialItemPoint[] |
toClusterSpatialItemPointArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterSpatialItemPoint . |
void |
toClusterSpatialItemPointCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterSpatialItemPoint . |
protected SpatialItemPoint |
toEntity(java.lang.Object[] row)
|
protected RemoteSpatialItemPointFullVO |
toRemoteSpatialItemPointFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSpatialItemPointFullVO |
toRemoteSpatialItemPointFullVO(SpatialItemPoint entity)
Converts this DAO's entity to an object of type RemoteSpatialItemPointFullVO . |
void |
toRemoteSpatialItemPointFullVO(SpatialItemPoint source,
RemoteSpatialItemPointFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteSpatialItemPointFullVO[] |
toRemoteSpatialItemPointFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSpatialItemPointFullVO . |
void |
toRemoteSpatialItemPointFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSpatialItemPointFullVO . |
protected RemoteSpatialItemPointNaturalId |
toRemoteSpatialItemPointNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSpatialItemPointNaturalId |
toRemoteSpatialItemPointNaturalId(SpatialItemPoint entity)
Converts this DAO's entity to an object of type RemoteSpatialItemPointNaturalId . |
void |
toRemoteSpatialItemPointNaturalId(SpatialItemPoint source,
RemoteSpatialItemPointNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteSpatialItemPointNaturalId[] |
toRemoteSpatialItemPointNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSpatialItemPointNaturalId . |
void |
toRemoteSpatialItemPointNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSpatialItemPointNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
method. |
protected java.lang.Object |
transformEntity(int transform,
SpatialItemPoint 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.allegro.referential.spatial.SpatialItemPointDao , please note
that the SpatialItemPointDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(SpatialItemPoint spatialItemPoint)
Updates the spatialItemPoint instance in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.referential.spatial.SpatialItemPointDao |
---|
clusterSpatialItemPointToEntity, remoteSpatialItemPointFullVOToEntity, remoteSpatialItemPointNaturalIdToEntity |
Constructor Detail |
---|
public SpatialItemPointDaoBase()
Method Detail |
---|
public void setSpatialItemDao(SpatialItemDao spatialItemDao)
spatialItemDao
.
protected SpatialItemDao getSpatialItemDao()
spatialItemDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface SpatialItemPointDao
id
- identifier of the entity to load
SpatialItemPointDao.load(int, java.lang.Integer)
public SpatialItemPoint load(java.lang.Integer id)
SpatialItemPointDao
load
in interface SpatialItemPointDao
SpatialItemPointDao.load(java.lang.Integer)
public java.util.Collection loadAll()
SpatialItemPointDao
SpatialItemPoint
.
loadAll
in interface SpatialItemPointDao
SpatialItemPointDao.loadAll()
public java.util.Collection loadAll(int transform)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface SpatialItemPointDao
transform
- the flag indicating what transformation to use.
SpatialItemPointDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface SpatialItemPointDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
SpatialItemPointDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface SpatialItemPointDao
transform
- the flag indicating what transformation to use.pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
SpatialItemPointDao.loadAll(int, int, int)
public SpatialItemPoint create(SpatialItemPoint spatialItemPoint)
SpatialItemPointDao
create
in interface SpatialItemPointDao
SpatialItemPointDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
public java.lang.Object create(int transform, SpatialItemPoint spatialItemPoint)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface SpatialItemPointDao
SpatialItemPointDao.create(int transform, fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
public java.util.Collection create(java.util.Collection entities)
SpatialItemPointDao
entities
collection
create
in interface SpatialItemPointDao
entities
- the collection of fr.ifremer.allegro.referential.spatial.SpatialItemPoint
instances to create.
SpatialItemPointDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
create
in interface SpatialItemPointDao
SpatialItemPointDao.create(int, java.util.Collection)
public SpatialItemPoint create(java.lang.String localizedName, SpatialItem spatialItem)
SpatialItemPointDao
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemPoint
instance from all attributes and
properties and adds it to the persistent store.
create
in interface SpatialItemPointDao
SpatialItemPointDao.create(java.lang.String,fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.lang.Object create(int transform, java.lang.String localizedName, SpatialItem spatialItem)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.create(java.lang.String,fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface SpatialItemPointDao
SpatialItemPointDao.create(int, java.lang.String,fr.ifremer.allegro.referential.spatial.SpatialItem)
public SpatialItemPoint create(SpatialItem spatialItem)
SpatialItemPointDao
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemPoint
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface SpatialItemPointDao
SpatialItemPointDao.create(fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.lang.Object create(int transform, SpatialItem spatialItem)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.create(fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface SpatialItemPointDao
SpatialItemPointDao.create(int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public void update(SpatialItemPoint spatialItemPoint)
SpatialItemPointDao
spatialItemPoint
instance in the persistent store.
update
in interface SpatialItemPointDao
SpatialItemPointDao.update(fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
public void update(java.util.Collection entities)
SpatialItemPointDao
entities
collection in the persistent store.
update
in interface SpatialItemPointDao
SpatialItemPointDao.update(java.util.Collection)
public void remove(SpatialItemPoint spatialItemPoint)
SpatialItemPointDao
remove
in interface SpatialItemPointDao
SpatialItemPointDao.remove(fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
public void remove(java.lang.Integer id)
SpatialItemPointDao
identifier
from the persistent store.
remove
in interface SpatialItemPointDao
SpatialItemPointDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
SpatialItemPointDao
entities collection.
- Specified by:
remove
in interface SpatialItemPointDao
- See Also:
SpatialItemPointDao.remove(java.util.Collection)
public java.util.Collection getAllSpatialItemPoint()
getAllSpatialItemPoint
in interface SpatialItemPointDao
SpatialItemPointDao.getAllSpatialItemPoint()
public java.util.Collection getAllSpatialItemPoint(int transform)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.getAllSpatialItemPoint()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllSpatialItemPoint
in interface SpatialItemPointDao
SpatialItemPointDao.getAllSpatialItemPoint(int)
public java.util.Collection getAllSpatialItemPoint(java.lang.String queryString)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.getAllSpatialItemPoint()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemPointDao.getAllSpatialItemPoint()
.
getAllSpatialItemPoint
in interface SpatialItemPointDao
SpatialItemPointDao.getAllSpatialItemPoint(java.lang.String)
public java.util.Collection getAllSpatialItemPoint(int pageNumber, int pageSize)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.getAllSpatialItemPoint()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSpatialItemPoint
in interface SpatialItemPointDao
SpatialItemPointDao.getAllSpatialItemPoint(int, int)
public java.util.Collection getAllSpatialItemPoint(java.lang.String queryString, int pageNumber, int pageSize)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.getAllSpatialItemPoint(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSpatialItemPoint
in interface SpatialItemPointDao
SpatialItemPointDao.getAllSpatialItemPoint(String, int, int)
public java.util.Collection getAllSpatialItemPoint(int transform, java.lang.String queryString)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.getAllSpatialItemPoint(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemPointDao.getAllSpatialItemPoint(int)
.
getAllSpatialItemPoint
in interface SpatialItemPointDao
SpatialItemPointDao.getAllSpatialItemPoint(int, String)
public java.util.Collection getAllSpatialItemPoint(int transform, int pageNumber, int pageSize)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.getAllSpatialItemPoint(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSpatialItemPoint
in interface SpatialItemPointDao
SpatialItemPointDao.getAllSpatialItemPoint(int, int, int)
public java.util.Collection getAllSpatialItemPoint(int transform, java.lang.String queryString, int pageNumber, int pageSize)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.getAllSpatialItemPoint(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSpatialItemPoint
in interface SpatialItemPointDao
SpatialItemPointDao.getAllSpatialItemPoint(int, java.lang.String, int, int)
public SpatialItemPoint findSpatialItemPointById(java.lang.Integer id)
findSpatialItemPointById
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointById(java.lang.Integer)
public java.lang.Object findSpatialItemPointById(int transform, java.lang.Integer id)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.findSpatialItemPointById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSpatialItemPointById
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointById(int, java.lang.Integer)
public SpatialItemPoint findSpatialItemPointById(java.lang.String queryString, java.lang.Integer id)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.findSpatialItemPointById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemPointDao.findSpatialItemPointById(java.lang.Integer)
.
findSpatialItemPointById
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointById(java.lang.String, java.lang.Integer)
public java.lang.Object findSpatialItemPointById(int transform, java.lang.String queryString, java.lang.Integer id)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.findSpatialItemPointById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemPointDao.findSpatialItemPointById(int, java.lang.Integer id)
.
findSpatialItemPointById
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findSpatialItemPointBySpatialItem(SpatialItem spatialItem)
findSpatialItemPointBySpatialItem
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemPointBySpatialItem(int transform, SpatialItem spatialItem)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSpatialItemPointBySpatialItem
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemPointBySpatialItem(java.lang.String queryString, SpatialItem spatialItem)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemPointDao.findSpatialItemPointBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem)
.
findSpatialItemPointBySpatialItem
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointBySpatialItem(java.lang.String, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemPointBySpatialItem(int pageNumber, int pageSize, SpatialItem spatialItem)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSpatialItemPointBySpatialItem
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointBySpatialItem(int, int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemPointBySpatialItem(java.lang.String queryString, int pageNumber, int pageSize, SpatialItem spatialItem)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(String, fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSpatialItemPointBySpatialItem
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointBySpatialItem(String, int, int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemPointBySpatialItem(int transform, java.lang.String queryString, SpatialItem spatialItem)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemPointDao.findSpatialItemPointBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem spatialItem)
.
findSpatialItemPointBySpatialItem
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointBySpatialItem(int, String, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemPointBySpatialItem(int transform, int pageNumber, int pageSize, SpatialItem spatialItem)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSpatialItemPointBySpatialItem
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointBySpatialItem(int, int, int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemPointBySpatialItem(int transform, java.lang.String queryString, int pageNumber, int pageSize, SpatialItem spatialItem)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(int, String, fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSpatialItemPointBySpatialItem
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointBySpatialItem(int, java.lang.String, int, int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public SpatialItemPoint findSpatialItemPointByNaturalId(java.lang.Integer id)
findSpatialItemPointByNaturalId
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointByNaturalId(java.lang.Integer)
public java.lang.Object findSpatialItemPointByNaturalId(int transform, java.lang.Integer id)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.findSpatialItemPointByNaturalId(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSpatialItemPointByNaturalId
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointByNaturalId(int, java.lang.Integer)
public SpatialItemPoint findSpatialItemPointByNaturalId(java.lang.String queryString, java.lang.Integer id)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.findSpatialItemPointByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemPointDao.findSpatialItemPointByNaturalId(java.lang.Integer)
.
findSpatialItemPointByNaturalId
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findSpatialItemPointByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
SpatialItemPointDao
Does the same thing as SpatialItemPointDao.findSpatialItemPointByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemPointDao.findSpatialItemPointByNaturalId(int, java.lang.Integer id)
.
findSpatialItemPointByNaturalId
in interface SpatialItemPointDao
SpatialItemPointDao.findSpatialItemPointByNaturalId(int, java.lang.String, java.lang.Integer)
public SpatialItemPoint createFromClusterSpatialItemPoint(ClusterSpatialItemPoint clusterSpatialItemPoint)
createFromClusterSpatialItemPoint
in interface SpatialItemPointDao
SpatialItemPointDao.createFromClusterSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemPoint)
protected abstract SpatialItemPoint handleCreateFromClusterSpatialItemPoint(ClusterSpatialItemPoint clusterSpatialItemPoint) throws java.lang.Exception
createFromClusterSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemPoint)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, SpatialItemPoint entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.spatial.SpatialItemPointDao
, please note
that the SpatialItemPointDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
SpatialItemPoint
- SpatialItemPointDao.TRANSFORM_NONE
RemoteSpatialItemPointFullVO
- TRANSFORM_REMOTESPATIALITEMPOINTFULLVO
RemoteSpatialItemPointNaturalId
- TRANSFORM_REMOTESPATIALITEMPOINTNATURALID
ClusterSpatialItemPoint
- TRANSFORM_CLUSTERSPATIALITEMPOINT
SpatialItemPointDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in SpatialItemPointDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.referential.spatial.SpatialItemPointDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
protected SpatialItemPoint toEntity(java.lang.Object[] row)
public final void toRemoteSpatialItemPointFullVOCollection(java.util.Collection entities)
SpatialItemPointDao
RemoteSpatialItemPointFullVO
.
toRemoteSpatialItemPointFullVOCollection
in interface SpatialItemPointDao
SpatialItemPointDao.toRemoteSpatialItemPointFullVOCollection(java.util.Collection)
public final RemoteSpatialItemPointFullVO[] toRemoteSpatialItemPointFullVOArray(java.util.Collection entities)
SpatialItemPointDao
RemoteSpatialItemPointFullVO
.
toRemoteSpatialItemPointFullVOArray
in interface SpatialItemPointDao
SpatialItemPointDao.toRemoteSpatialItemPointFullVOArray(java.util.Collection)
protected RemoteSpatialItemPointFullVO toRemoteSpatialItemPointFullVO(java.lang.Object[] row)
SpatialItemPointDaoImpl
class if you intend to use reporting queries.
SpatialItemPointDao.toRemoteSpatialItemPointFullVO(fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
public final void remoteSpatialItemPointFullVOToEntityCollection(java.util.Collection instances)
SpatialItemPointDao
RemoteSpatialItemPointFullVO
to this
DAO's entity.
remoteSpatialItemPointFullVOToEntityCollection
in interface SpatialItemPointDao
SpatialItemPointDao.remoteSpatialItemPointFullVOToEntityCollection(java.util.Collection)
public void toRemoteSpatialItemPointFullVO(SpatialItemPoint source, RemoteSpatialItemPointFullVO target)
SpatialItemPointDao
toRemoteSpatialItemPointFullVO
in interface SpatialItemPointDao
SpatialItemPointDao.toRemoteSpatialItemPointFullVO(fr.ifremer.allegro.referential.spatial.SpatialItemPoint, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
public RemoteSpatialItemPointFullVO toRemoteSpatialItemPointFullVO(SpatialItemPoint entity)
SpatialItemPointDao
RemoteSpatialItemPointFullVO
.
toRemoteSpatialItemPointFullVO
in interface SpatialItemPointDao
SpatialItemPointDao.toRemoteSpatialItemPointFullVO(fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
public void remoteSpatialItemPointFullVOToEntity(RemoteSpatialItemPointFullVO source, SpatialItemPoint target, boolean copyIfNull)
SpatialItemPointDao
RemoteSpatialItemPointFullVO
to the specified entity.
remoteSpatialItemPointFullVOToEntity
in interface SpatialItemPointDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.spatial.SpatialItemPointDao#remoteSpatialItemPointFullVOToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
public final void toRemoteSpatialItemPointNaturalIdCollection(java.util.Collection entities)
SpatialItemPointDao
RemoteSpatialItemPointNaturalId
.
toRemoteSpatialItemPointNaturalIdCollection
in interface SpatialItemPointDao
SpatialItemPointDao.toRemoteSpatialItemPointNaturalIdCollection(java.util.Collection)
public final RemoteSpatialItemPointNaturalId[] toRemoteSpatialItemPointNaturalIdArray(java.util.Collection entities)
SpatialItemPointDao
RemoteSpatialItemPointNaturalId
.
toRemoteSpatialItemPointNaturalIdArray
in interface SpatialItemPointDao
SpatialItemPointDao.toRemoteSpatialItemPointNaturalIdArray(java.util.Collection)
protected RemoteSpatialItemPointNaturalId toRemoteSpatialItemPointNaturalId(java.lang.Object[] row)
SpatialItemPointDaoImpl
class if you intend to use reporting queries.
SpatialItemPointDao.toRemoteSpatialItemPointNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
public final void remoteSpatialItemPointNaturalIdToEntityCollection(java.util.Collection instances)
SpatialItemPointDao
RemoteSpatialItemPointNaturalId
to this
DAO's entity.
remoteSpatialItemPointNaturalIdToEntityCollection
in interface SpatialItemPointDao
SpatialItemPointDao.remoteSpatialItemPointNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteSpatialItemPointNaturalId(SpatialItemPoint source, RemoteSpatialItemPointNaturalId target)
SpatialItemPointDao
toRemoteSpatialItemPointNaturalId
in interface SpatialItemPointDao
SpatialItemPointDao.toRemoteSpatialItemPointNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItemPoint, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointNaturalId)
public RemoteSpatialItemPointNaturalId toRemoteSpatialItemPointNaturalId(SpatialItemPoint entity)
SpatialItemPointDao
RemoteSpatialItemPointNaturalId
.
toRemoteSpatialItemPointNaturalId
in interface SpatialItemPointDao
SpatialItemPointDao.toRemoteSpatialItemPointNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
public void remoteSpatialItemPointNaturalIdToEntity(RemoteSpatialItemPointNaturalId source, SpatialItemPoint target, boolean copyIfNull)
SpatialItemPointDao
RemoteSpatialItemPointNaturalId
to the specified entity.
remoteSpatialItemPointNaturalIdToEntity
in interface SpatialItemPointDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.spatial.SpatialItemPointDao#remoteSpatialItemPointNaturalIdToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointNaturalId, fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
public final void toClusterSpatialItemPointCollection(java.util.Collection entities)
SpatialItemPointDao
ClusterSpatialItemPoint
.
toClusterSpatialItemPointCollection
in interface SpatialItemPointDao
SpatialItemPointDao.toClusterSpatialItemPointCollection(java.util.Collection)
public final ClusterSpatialItemPoint[] toClusterSpatialItemPointArray(java.util.Collection entities)
SpatialItemPointDao
ClusterSpatialItemPoint
.
toClusterSpatialItemPointArray
in interface SpatialItemPointDao
SpatialItemPointDao.toClusterSpatialItemPointArray(java.util.Collection)
protected ClusterSpatialItemPoint toClusterSpatialItemPoint(java.lang.Object[] row)
SpatialItemPointDaoImpl
class if you intend to use reporting queries.
SpatialItemPointDao.toClusterSpatialItemPoint(fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
public final void clusterSpatialItemPointToEntityCollection(java.util.Collection instances)
SpatialItemPointDao
ClusterSpatialItemPoint
to this
DAO's entity.
clusterSpatialItemPointToEntityCollection
in interface SpatialItemPointDao
SpatialItemPointDao.clusterSpatialItemPointToEntityCollection(java.util.Collection)
public void toClusterSpatialItemPoint(SpatialItemPoint source, ClusterSpatialItemPoint target)
SpatialItemPointDao
toClusterSpatialItemPoint
in interface SpatialItemPointDao
SpatialItemPointDao.toClusterSpatialItemPoint(fr.ifremer.allegro.referential.spatial.SpatialItemPoint, fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemPoint)
public ClusterSpatialItemPoint toClusterSpatialItemPoint(SpatialItemPoint entity)
SpatialItemPointDao
ClusterSpatialItemPoint
.
toClusterSpatialItemPoint
in interface SpatialItemPointDao
SpatialItemPointDao.toClusterSpatialItemPoint(fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
public void clusterSpatialItemPointToEntity(ClusterSpatialItemPoint source, SpatialItemPoint target, boolean copyIfNull)
SpatialItemPointDao
ClusterSpatialItemPoint
to the specified entity.
clusterSpatialItemPointToEntity
in interface SpatialItemPointDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.spatial.SpatialItemPointDao#clusterSpatialItemPointToEntity(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemPoint, fr.ifremer.allegro.referential.spatial.SpatialItemPoint)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
SpatialItemPointDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface SpatialItemPointDao
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.SpatialItemPointDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
SpatialItemPointDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface SpatialItemPointDao
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.SpatialItemPointDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
SpatialItemPointDao
SpatialItemPointDao.search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface SpatialItemPointDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
SpatialItemPointDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
SpatialItemPointDao
search
object.
search
in interface SpatialItemPointDao
search
- the search object which provides the search parameters and pagination specification.
SpatialItemPointDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |