@ApplicationScoped public class DDConfigUpdaterHelper extends Object
Constructor and Description |
---|
DDConfigUpdaterHelper() |
DDConfigUpdaterHelper(org.kie.workbench.common.services.shared.project.KieModuleService moduleService,
org.uberfire.io.IOService ioService,
org.kie.workbench.common.screens.datamodeller.service.PersistenceDescriptorService pdService) |
Modifier and Type | Method and Description |
---|---|
void |
addJPAMarshallingStrategy(org.kie.internal.runtime.conf.DeploymentDescriptor dd,
org.uberfire.backend.vfs.Path path) |
String |
buildJPAMarshallingStrategyValue(org.kie.workbench.common.services.shared.project.KieModule kieModule) |
boolean |
hasPersistenceFile(org.uberfire.backend.vfs.Path path) |
boolean |
isPersistenceFile(org.uberfire.backend.vfs.Path path) |
public DDConfigUpdaterHelper()
@Inject public DDConfigUpdaterHelper(org.kie.workbench.common.services.shared.project.KieModuleService moduleService, @Named(value="ioStrategy") org.uberfire.io.IOService ioService, org.kie.workbench.common.screens.datamodeller.service.PersistenceDescriptorService pdService)
public boolean isPersistenceFile(org.uberfire.backend.vfs.Path path)
public boolean hasPersistenceFile(org.uberfire.backend.vfs.Path path)
public String buildJPAMarshallingStrategyValue(org.kie.workbench.common.services.shared.project.KieModule kieModule)
public void addJPAMarshallingStrategy(org.kie.internal.runtime.conf.DeploymentDescriptor dd, org.uberfire.backend.vfs.Path path)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.