Package io.jmix.reports.annotation
Annotation Interface EntityDataSetDef
Additional parameters for a data set definition of
Model object is
DataSetType.SINGLE and DataSetType.MULTI types.
The entities are always reloaded from the database. Fetch plan can be provided by the fetchPlanName() attribute
or by the FetchPlanProvider delegate method.
Model object is
DataSet.- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionName of the globally defined fetch plan to reload entity(-ies) from the data store.Name of the parameter entity's nested collection attribute, if this collection should be used as data source for aDataSetType.MULTIdata set.Alias of the input parameter (defined withInputParameterDef) used as data source for this data set.
-
Element Details
-
parameterAlias
String parameterAliasAlias of the input parameter (defined withInputParameterDef) used as data source for this data set.- Default:
- ""
-
nestedCollectionAttribute
String nestedCollectionAttributeName of the parameter entity's nested collection attribute, if this collection should be used as data source for aDataSetType.MULTIdata set.- Default:
- ""
-
fetchPlanName
String fetchPlanNameName of the globally defined fetch plan to reload entity(-ies) from the data store.- Default:
- ""
-