Class DatabaseDatasource

All Implemented Interfaces:
Serializable, ParameterAwareDatasource, HierarchicalSecurityTarget, Owneable, SecurityTarget
Direct Known Subclasses:
DatabaseBundle
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@GenerateDto(dtoPackage="net.datenwerke.rs.base.client.datasources.dto", poso2DtoPostProcessors=DatabaseDatasource2DtoPostProcessor.class, additionalFields=, icon="database") @Indexed public class DatabaseDatasource extends DatasourceDefinition implements ParameterAwareDatasource
Used to define data sources that can be used in ReportServer.

See Also: