| Package | Description |
|---|---|
| org.apache.ode.store | |
| org.apache.ode.store.hib | |
| org.apache.ode.store.jpa |
| Modifier and Type | Method and Description |
|---|---|
DeploymentUnitDAO |
ConfStoreConnection.createDeploymentUnit(java.lang.String name) |
DeploymentUnitDAO |
ProcessConfDAO.getDeploymentUnit() |
DeploymentUnitDAO |
ConfStoreConnection.getDeploymentUnit(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DeploymentUnitDAO> |
ConfStoreConnection.getDeploymentUnits() |
| Modifier and Type | Method and Description |
|---|---|
protected java.io.File |
ProcessStoreImpl.findDeployDir(DeploymentUnitDAO dudao) |
protected java.util.List<ProcessConfImpl> |
ProcessStoreImpl.load(DeploymentUnitDAO dudao)
Load a deployment unit record stored in the db into memory.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentUnitDAO |
ConfStoreConnectionHib.createDeploymentUnit(java.lang.String name) |
DeploymentUnitDAO |
ConfStoreConnectionHib.getDeploymentUnit(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DeploymentUnitDAO> |
ConfStoreConnectionHib.getDeploymentUnits() |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentUnitDaoImpl |
| Modifier and Type | Method and Description |
|---|---|
DeploymentUnitDAO |
ConfStoreConnectionJpa.createDeploymentUnit(java.lang.String name) |
DeploymentUnitDAO |
ConfStoreConnectionJpa.getDeploymentUnit(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DeploymentUnitDAO> |
ConfStoreConnectionJpa.getDeploymentUnits() |
Copyright © 2016 WSO2. All Rights Reserved.