public interface NinjaDatasources
Modifier and Type | Method and Description |
---|---|
NinjaDatasource |
getDatasource(String name)
Get Datasource by name.
|
List<NinjaDatasource> |
getDatasources()
Get all datasources configured for this Ninja application.
|
List<NinjaDatasource> getDatasources()
NinjaDatasource getDatasource(String name)
name
- Name of the datasource you want to getCopyright © 2018. All rights reserved.