29303132333435
@Override public IntegrationEntityFactory getFactory() { // The result of the wizard is a simple DB to DB operation, so that's what // we must create here. return new DefaultIntegrationEntityFactory(EntityType.Operation); }
111112113114115116117
/** * The default implementation returns a <code>DefaultIntegrationEntityFactory</code>. */ @Override public IntegrationEntityFactory getFactory() { return new DefaultIntegrationEntityFactory(type); }
@Override public IntegrationEntityFactory getFactory() { // The result of the wizard is a simple Texts to DB operation, so that's what // we must create here. return new DefaultIntegrationEntityFactory(EntityType.Operation); }