|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValue
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERDENORMALISEDBATCHSORTINGVALUE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEDENORMALISEDBATCHSORTINGVALUEFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEDENORMALISEDBATCHSORTINGVALUENATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
Method Summary | |
---|---|
DenormalisedBatchSortingValue |
clusterDenormalisedBatchSortingValueToEntity(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue)
Converts an instance of type ClusterDenormalisedBatchSortingValue to this DAO's entity. |
void |
clusterDenormalisedBatchSortingValueToEntity(ClusterDenormalisedBatchSortingValue source,
DenormalisedBatchSortingValue target,
boolean copyIfNull)
Copies the fields of ClusterDenormalisedBatchSortingValue to the specified entity. |
void |
clusterDenormalisedBatchSortingValueToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterDenormalisedBatchSortingValue to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue and adds from the passed in entities collection |
DenormalisedBatchSortingValue |
create(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Creates an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue and adds it to the persistent store. |
DenormalisedBatchSortingValue |
create(DenormalizedBatch denormalizedBatch,
Parameter parameter)
Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DenormalisedBatchSortingValue |
create(java.lang.Float numericalvalue,
DenormalizedBatch denormalizedBatch,
QualitativeValue qualitativeValue,
Parameter parameter)
Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue
instance from all attributes and
properties and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Does the same thing as create(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
DenormalizedBatch denormalizedBatch,
Parameter parameter)
Does the same thing as create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.Float numericalvalue,
DenormalizedBatch denormalizedBatch,
QualitativeValue qualitativeValue,
Parameter parameter)
Does the same thing as create(java.lang.Float,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional flag called transform . |
DenormalisedBatchSortingValue |
createFromClusterDenormalisedBatchSortingValue(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue)
|
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(DenormalizedBatch denormalizedBatch)
|
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
DenormalizedBatch denormalizedBatch)
Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional flag called transform . |
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
java.lang.String queryString,
DenormalizedBatch denormalizedBatch)
Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional argument called queryString . |
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(int, String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString,
DenormalizedBatch denormalizedBatch)
Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional argument called queryString . |
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString,
int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional two arguments called pageNumber and pageSize . |
DenormalisedBatchSortingValue |
findDenormalisedBatchSortingValueById(java.lang.Integer id)
|
java.lang.Object |
findDenormalisedBatchSortingValueById(int transform,
java.lang.Integer id)
Does the same thing as findDenormalisedBatchSortingValueById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findDenormalisedBatchSortingValueById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findDenormalisedBatchSortingValueById(int, java.lang.Integer) with an
additional argument called queryString . |
DenormalisedBatchSortingValue |
findDenormalisedBatchSortingValueById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findDenormalisedBatchSortingValueById(java.lang.Integer) with an
additional argument called queryString . |
DenormalisedBatchSortingValue |
findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findDenormalisedBatchSortingValueByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findDenormalisedBatchSortingValueByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findDenormalisedBatchSortingValueByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
DenormalisedBatchSortingValue |
findDenormalisedBatchSortingValueByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(int transform,
int pageNumber,
int pageSize,
Parameter parameter)
Does the same thing as findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(int pageNumber,
int pageSize,
Parameter parameter)
Does the same thing as findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(int transform,
Parameter parameter)
Does the same thing as findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional flag called transform . |
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Parameter parameter)
Does the same thing as findDenormalisedBatchSortingValueByParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(int transform,
java.lang.String queryString,
Parameter parameter)
Does the same thing as findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional argument called queryString . |
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(Parameter parameter)
|
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(java.lang.String queryString,
int pageNumber,
int pageSize,
Parameter parameter)
Does the same thing as findDenormalisedBatchSortingValueByParameter(String, fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(java.lang.String queryString,
Parameter parameter)
Does the same thing as findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional argument called queryString . |
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(QualitativeValue qualitativeValue)
|
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
getAllDenormalisedBatchSortingValue()
|
java.util.Collection |
getAllDenormalisedBatchSortingValue(int transform)
Does the same thing as getAllDenormalisedBatchSortingValue() with an
additional flag called transform . |
java.util.Collection |
getAllDenormalisedBatchSortingValue(int pageNumber,
int pageSize)
Does the same thing as getAllDenormalisedBatchSortingValue() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDenormalisedBatchSortingValue(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllDenormalisedBatchSortingValue(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDenormalisedBatchSortingValue(int transform,
java.lang.String queryString)
Does the same thing as getAllDenormalisedBatchSortingValue(int) with an
additional argument called queryString . |
java.util.Collection |
getAllDenormalisedBatchSortingValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllDenormalisedBatchSortingValue(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDenormalisedBatchSortingValue(java.lang.String queryString)
Does the same thing as getAllDenormalisedBatchSortingValue() with an
additional argument called queryString . |
java.util.Collection |
getAllDenormalisedBatchSortingValue(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllDenormalisedBatchSortingValue(String) with an
additional two arguments called pageNumber and pageSize . |
DenormalisedBatchSortingValue |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type DenormalisedBatchSortingValue . |
java.util.Collection |
loadAll(int transform)
Does the same thing as loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as 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 loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
DenormalisedBatchSortingValue |
remoteDenormalisedBatchSortingValueFullVOToEntity(RemoteDenormalisedBatchSortingValueFullVO remoteDenormalisedBatchSortingValueFullVO)
Converts an instance of type RemoteDenormalisedBatchSortingValueFullVO to this DAO's entity. |
void |
remoteDenormalisedBatchSortingValueFullVOToEntity(RemoteDenormalisedBatchSortingValueFullVO source,
DenormalisedBatchSortingValue target,
boolean copyIfNull)
Copies the fields of RemoteDenormalisedBatchSortingValueFullVO to the specified entity. |
void |
remoteDenormalisedBatchSortingValueFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteDenormalisedBatchSortingValueFullVO to this
DAO's entity. |
DenormalisedBatchSortingValue |
remoteDenormalisedBatchSortingValueNaturalIdToEntity(RemoteDenormalisedBatchSortingValueNaturalId remoteDenormalisedBatchSortingValueNaturalId)
Converts an instance of type RemoteDenormalisedBatchSortingValueNaturalId to this DAO's entity. |
void |
remoteDenormalisedBatchSortingValueNaturalIdToEntity(RemoteDenormalisedBatchSortingValueNaturalId source,
DenormalisedBatchSortingValue target,
boolean copyIfNull)
Copies the fields of RemoteDenormalisedBatchSortingValueNaturalId to the specified entity. |
void |
remoteDenormalisedBatchSortingValueNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteDenormalisedBatchSortingValueNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue having the given identifier 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 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. |
ClusterDenormalisedBatchSortingValue |
toClusterDenormalisedBatchSortingValue(DenormalisedBatchSortingValue entity)
Converts this DAO's entity to an object of type ClusterDenormalisedBatchSortingValue . |
void |
toClusterDenormalisedBatchSortingValue(DenormalisedBatchSortingValue source,
ClusterDenormalisedBatchSortingValue target)
Copies the fields of the specified entity to the target value object. |
ClusterDenormalisedBatchSortingValue[] |
toClusterDenormalisedBatchSortingValueArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterDenormalisedBatchSortingValue . |
void |
toClusterDenormalisedBatchSortingValueCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterDenormalisedBatchSortingValue . |
RemoteDenormalisedBatchSortingValueFullVO |
toRemoteDenormalisedBatchSortingValueFullVO(DenormalisedBatchSortingValue entity)
Converts this DAO's entity to an object of type RemoteDenormalisedBatchSortingValueFullVO . |
void |
toRemoteDenormalisedBatchSortingValueFullVO(DenormalisedBatchSortingValue source,
RemoteDenormalisedBatchSortingValueFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteDenormalisedBatchSortingValueFullVO[] |
toRemoteDenormalisedBatchSortingValueFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteDenormalisedBatchSortingValueFullVO . |
void |
toRemoteDenormalisedBatchSortingValueFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteDenormalisedBatchSortingValueFullVO . |
RemoteDenormalisedBatchSortingValueNaturalId |
toRemoteDenormalisedBatchSortingValueNaturalId(DenormalisedBatchSortingValue entity)
Converts this DAO's entity to an object of type RemoteDenormalisedBatchSortingValueNaturalId . |
void |
toRemoteDenormalisedBatchSortingValueNaturalId(DenormalisedBatchSortingValue source,
RemoteDenormalisedBatchSortingValueNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteDenormalisedBatchSortingValueNaturalId[] |
toRemoteDenormalisedBatchSortingValueNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteDenormalisedBatchSortingValueNaturalId . |
void |
toRemoteDenormalisedBatchSortingValueNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteDenormalisedBatchSortingValueNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Updates the denormalisedBatchSortingValue instance in the persistent store. |
Field Detail |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTEDENORMALISEDBATCHSORTINGVALUEFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteDenormalisedBatchSortingValueFullVO
.
static final int TRANSFORM_REMOTEDENORMALISEDBATCHSORTINGVALUENATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteDenormalisedBatchSortingValueNaturalId
.
static final int TRANSFORM_CLUSTERDENORMALISEDBATCHSORTINGVALUE
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterDenormalisedBatchSortingValue
.
Method Detail |
---|
void toRemoteDenormalisedBatchSortingValueFullVO(DenormalisedBatchSortingValue source, RemoteDenormalisedBatchSortingValueFullVO target)
RemoteDenormalisedBatchSortingValueFullVO toRemoteDenormalisedBatchSortingValueFullVO(DenormalisedBatchSortingValue entity)
RemoteDenormalisedBatchSortingValueFullVO
.
void toRemoteDenormalisedBatchSortingValueFullVOCollection(java.util.Collection entities)
RemoteDenormalisedBatchSortingValueFullVO
.
RemoteDenormalisedBatchSortingValueFullVO[] toRemoteDenormalisedBatchSortingValueFullVOArray(java.util.Collection entities)
RemoteDenormalisedBatchSortingValueFullVO
.
void remoteDenormalisedBatchSortingValueFullVOToEntity(RemoteDenormalisedBatchSortingValueFullVO source, DenormalisedBatchSortingValue target, boolean copyIfNull)
RemoteDenormalisedBatchSortingValueFullVO
to the specified entity.
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.DenormalisedBatchSortingValue remoteDenormalisedBatchSortingValueFullVOToEntity(RemoteDenormalisedBatchSortingValueFullVO remoteDenormalisedBatchSortingValueFullVO)
RemoteDenormalisedBatchSortingValueFullVO
to this DAO's entity.
void remoteDenormalisedBatchSortingValueFullVOToEntityCollection(java.util.Collection instances)
RemoteDenormalisedBatchSortingValueFullVO
to this
DAO's entity.
void toRemoteDenormalisedBatchSortingValueNaturalId(DenormalisedBatchSortingValue source, RemoteDenormalisedBatchSortingValueNaturalId target)
RemoteDenormalisedBatchSortingValueNaturalId toRemoteDenormalisedBatchSortingValueNaturalId(DenormalisedBatchSortingValue entity)
RemoteDenormalisedBatchSortingValueNaturalId
.
void toRemoteDenormalisedBatchSortingValueNaturalIdCollection(java.util.Collection entities)
RemoteDenormalisedBatchSortingValueNaturalId
.
RemoteDenormalisedBatchSortingValueNaturalId[] toRemoteDenormalisedBatchSortingValueNaturalIdArray(java.util.Collection entities)
RemoteDenormalisedBatchSortingValueNaturalId
.
void remoteDenormalisedBatchSortingValueNaturalIdToEntity(RemoteDenormalisedBatchSortingValueNaturalId source, DenormalisedBatchSortingValue target, boolean copyIfNull)
RemoteDenormalisedBatchSortingValueNaturalId
to the specified entity.
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.DenormalisedBatchSortingValue remoteDenormalisedBatchSortingValueNaturalIdToEntity(RemoteDenormalisedBatchSortingValueNaturalId remoteDenormalisedBatchSortingValueNaturalId)
RemoteDenormalisedBatchSortingValueNaturalId
to this DAO's entity.
void remoteDenormalisedBatchSortingValueNaturalIdToEntityCollection(java.util.Collection instances)
RemoteDenormalisedBatchSortingValueNaturalId
to this
DAO's entity.
void toClusterDenormalisedBatchSortingValue(DenormalisedBatchSortingValue source, ClusterDenormalisedBatchSortingValue target)
ClusterDenormalisedBatchSortingValue toClusterDenormalisedBatchSortingValue(DenormalisedBatchSortingValue entity)
ClusterDenormalisedBatchSortingValue
.
void toClusterDenormalisedBatchSortingValueCollection(java.util.Collection entities)
ClusterDenormalisedBatchSortingValue
.
ClusterDenormalisedBatchSortingValue[] toClusterDenormalisedBatchSortingValueArray(java.util.Collection entities)
ClusterDenormalisedBatchSortingValue
.
void clusterDenormalisedBatchSortingValueToEntity(ClusterDenormalisedBatchSortingValue source, DenormalisedBatchSortingValue target, boolean copyIfNull)
ClusterDenormalisedBatchSortingValue
to the specified entity.
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.DenormalisedBatchSortingValue clusterDenormalisedBatchSortingValueToEntity(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue)
ClusterDenormalisedBatchSortingValue
to this DAO's entity.
void clusterDenormalisedBatchSortingValueToEntityCollection(java.util.Collection instances)
ClusterDenormalisedBatchSortingValue
to this
DAO's entity.
DenormalisedBatchSortingValue load(java.lang.Integer id)
java.lang.Object load(int transform, java.lang.Integer id)
Does the same thing as 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.
id
- identifier of the entity to load
java.util.Collection loadAll()
DenormalisedBatchSortingValue
.
java.util.Collection loadAll(int transform)
Does the same thing as 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.
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as 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.
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as 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.
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.
DenormalisedBatchSortingValue create(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
java.lang.Object create(int transform, DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Does the same thing as create(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
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.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
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.
DenormalisedBatchSortingValue create(java.lang.Float numericalvalue, DenormalizedBatch denormalizedBatch, QualitativeValue qualitativeValue, Parameter parameter)
Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.Float numericalvalue, DenormalizedBatch denormalizedBatch, QualitativeValue qualitativeValue, Parameter parameter)
Does the same thing as create(java.lang.Float,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)
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.
DenormalisedBatchSortingValue create(DenormalizedBatch denormalizedBatch, Parameter parameter)
Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, DenormalizedBatch denormalizedBatch, Parameter parameter)
Does the same thing as create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.Parameter)
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.
void update(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
denormalisedBatchSortingValue
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllDenormalisedBatchSortingValue()
java.util.Collection getAllDenormalisedBatchSortingValue(java.lang.String queryString)
Does the same thing as getAllDenormalisedBatchSortingValue()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllDenormalisedBatchSortingValue()
.
java.util.Collection getAllDenormalisedBatchSortingValue(int pageNumber, int pageSize)
Does the same thing as getAllDenormalisedBatchSortingValue()
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.
java.util.Collection getAllDenormalisedBatchSortingValue(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllDenormalisedBatchSortingValue(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.
java.util.Collection getAllDenormalisedBatchSortingValue(int transform)
Does the same thing as getAllDenormalisedBatchSortingValue()
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.
java.util.Collection getAllDenormalisedBatchSortingValue(int transform, int pageNumber, int pageSize)
Does the same thing as getAllDenormalisedBatchSortingValue(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.
java.util.Collection getAllDenormalisedBatchSortingValue(int transform, java.lang.String queryString)
Does the same thing as getAllDenormalisedBatchSortingValue(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllDenormalisedBatchSortingValue(int)
.
java.util.Collection getAllDenormalisedBatchSortingValue(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllDenormalisedBatchSortingValue(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.
DenormalisedBatchSortingValue findDenormalisedBatchSortingValueById(java.lang.Integer id)
DenormalisedBatchSortingValue findDenormalisedBatchSortingValueById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findDenormalisedBatchSortingValueById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findDenormalisedBatchSortingValueById(java.lang.Integer)
.
java.lang.Object findDenormalisedBatchSortingValueById(int transform, java.lang.Integer id)
Does the same thing as findDenormalisedBatchSortingValueById(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.
java.lang.Object findDenormalisedBatchSortingValueById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findDenormalisedBatchSortingValueById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findDenormalisedBatchSortingValueById(int, java.lang.Integer id)
.
java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(DenormalizedBatch denormalizedBatch)
java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString, DenormalizedBatch denormalizedBatch)
Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
.
java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
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.
java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString, int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
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.
java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, DenormalizedBatch denormalizedBatch)
Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
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.
java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
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.
java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, java.lang.String queryString, DenormalizedBatch denormalizedBatch)
Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch denormalizedBatch)
.
java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(int, String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
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.
java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(QualitativeValue qualitativeValue)
java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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.
java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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.
java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, QualitativeValue qualitativeValue)
Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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.
java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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.
java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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.
java.util.Collection findDenormalisedBatchSortingValueByParameter(Parameter parameter)
java.util.Collection findDenormalisedBatchSortingValueByParameter(java.lang.String queryString, Parameter parameter)
Does the same thing as findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
.
java.util.Collection findDenormalisedBatchSortingValueByParameter(int pageNumber, int pageSize, Parameter parameter)
Does the same thing as findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
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.
java.util.Collection findDenormalisedBatchSortingValueByParameter(java.lang.String queryString, int pageNumber, int pageSize, Parameter parameter)
Does the same thing as findDenormalisedBatchSortingValueByParameter(String, fr.ifremer.allegro.referential.pmfm.Parameter)
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.
java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, Parameter parameter)
Does the same thing as findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
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.
java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, int pageNumber, int pageSize, Parameter parameter)
Does the same thing as findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter)
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.
java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, java.lang.String queryString, Parameter parameter)
Does the same thing as findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter parameter)
.
java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, java.lang.String queryString, int pageNumber, int pageSize, Parameter parameter)
Does the same thing as findDenormalisedBatchSortingValueByParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter)
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.
DenormalisedBatchSortingValue findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer id)
DenormalisedBatchSortingValue findDenormalisedBatchSortingValueByNaturalId(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer)
.
java.lang.Object findDenormalisedBatchSortingValueByNaturalId(int transform, java.lang.Integer id)
Does the same thing as findDenormalisedBatchSortingValueByNaturalId(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.
java.lang.Object findDenormalisedBatchSortingValueByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findDenormalisedBatchSortingValueByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findDenormalisedBatchSortingValueByNaturalId(int, java.lang.Integer id)
.
DenormalisedBatchSortingValue createFromClusterDenormalisedBatchSortingValue(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.java.util.Set search(int transform, Search search)
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.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |