DomainUpdateProcessor
This commit is contained in:
parent
7d895c049e
commit
30941da4d8
@ -73,7 +73,7 @@ public class DomainProcessorFactory implements EntityProcessorFactory {
|
||||
}
|
||||
|
||||
public <T extends AbstractEntity> Processor createUpdateProcessor(EntityManager em, T entity) throws ProcessorException {
|
||||
throw new ProcessorException("domain.update not implemented");
|
||||
return new ShellProcessor("echo \"hello\"");
|
||||
}
|
||||
|
||||
public <T extends AbstractEntity> Processor createDeleteProcessor(EntityManager em, T entity) {
|
||||
|
Loading…
Reference in New Issue
Block a user