Modifier and Type | Method and Description |
---|---|
DataObjectDeployment |
DataObjectDeploymentBuilder.deploy()
Deploys all provided sources to the Data Object engine.
|
Modifier and Type | Method and Description |
---|---|
DataObjectDeployment |
DeployCmd.execute(CommandContext commandContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
DataObjectDeploymentEntity |
Modifier and Type | Class and Description |
---|---|
class |
DataObjectDeploymentEntityImpl |
Modifier and Type | Method and Description |
---|---|
List<DataObjectDeployment> |
DataObjectDeploymentEntityManagerImpl.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<DataObjectDeployment> |
DataObjectDeploymentEntityManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<DataObjectDeployment> |
DataObjectDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria(DataObjectDeploymentQueryImpl deploymentQuery) |
List<DataObjectDeployment> |
DataObjectDeploymentEntityManager.findDeploymentsByQueryCriteria(DataObjectDeploymentQueryImpl deploymentQuery) |
Modifier and Type | Method and Description |
---|---|
List<DataObjectDeployment> |
DataObjectDeploymentDataManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<DataObjectDeployment> |
DataObjectDeploymentDataManager.findDeploymentsByQueryCriteria(DataObjectDeploymentQueryImpl deploymentQuery) |
Modifier and Type | Method and Description |
---|---|
List<DataObjectDeployment> |
MybatisDataObjectDeploymentDataManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<DataObjectDeployment> |
MybatisDataObjectDeploymentDataManager.findDeploymentsByQueryCriteria(DataObjectDeploymentQueryImpl deploymentQuery) |
Modifier and Type | Method and Description |
---|---|
DataObjectDeployment |
DataObjectDeploymentBuilderImpl.deploy() |
DataObjectDeployment |
DataObjectRepositoryServiceImpl.deploy(DataObjectDeploymentBuilderImpl deploymentBuilder) |
DataObjectDeployment |
DataObjectDeploymentBuilderImpl.getDeployment() |
Modifier and Type | Method and Description |
---|---|
List<DataObjectDeployment> |
DataObjectDeploymentQueryImpl.executeList(CommandContext commandContext) |
Modifier and Type | Field and Description |
---|---|
protected List<DataObjectDeployment> |
DataObjectTestHelper.classDataObjectDeployments |
protected List<DataObjectDeployment> |
DataObjectTestHelper.methodDataObjectDeployments |
Modifier and Type | Method and Description |
---|---|
protected DataObjectDeployment |
DataObjectTestHelper.deploy(String[] resources,
String deploymentName,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
List<DataObjectDeployment> |
DataObjectTestHelper.getClassDataObjectDeployments() |
List<DataObjectDeployment> |
DataObjectTestHelper.getMethodDataObjectDeployments() |