Modifier and Type | Class and Description |
---|---|
class |
DataObjectResourceEntityImpl |
Modifier and Type | Method and Description |
---|---|
DataObjectResourceEntity |
DataObjectResourceEntityManagerImpl.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
DataObjectResourceEntity |
DataObjectResourceEntityManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
DataObjectResourceEntity |
ResourceRef.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<DataObjectResourceEntity> |
DataObjectResourceEntityManagerImpl.findResourcesByDeploymentId(String deploymentId) |
List<DataObjectResourceEntity> |
DataObjectResourceEntityManager.findResourcesByDeploymentId(String deploymentId) |
Modifier and Type | Method and Description |
---|---|
void |
DataObjectDeploymentEntityImpl.addResource(DataObjectResourceEntity resource) |
void |
DataObjectDeploymentEntity.addResource(DataObjectResourceEntity resource) |
Modifier and Type | Method and Description |
---|---|
DataObjectResourceEntity |
DataObjectResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
Modifier and Type | Method and Description |
---|---|
List<DataObjectResourceEntity> |
DataObjectResourceDataManager.findResourcesByDeploymentId(String deploymentId) |
Modifier and Type | Method and Description |
---|---|
DataObjectResourceEntity |
MybatisDataObjectResourceDataManager.create() |
DataObjectResourceEntity |
MybatisDataObjectResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
Modifier and Type | Method and Description |
---|---|
List<DataObjectResourceEntity> |
MybatisDataObjectResourceDataManager.findResourcesByDeploymentId(String deploymentId) |
Class<? extends DataObjectResourceEntity> |
MybatisDataObjectResourceDataManager.getManagedEntityClass() |