Package | Description |
---|---|
com.neurosys.ecom.etl | |
com.neurosys.etl.connectors | |
com.neurosys.modules.etl |
Modifier and Type | Class and Description |
---|---|
class |
AreaPersistTransformer<A extends Area>
Persist Area and return the Persisted Entity
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleBufferedConnector.connectAndStream(RealTimeLineReader<T> parser,
RealTimeWriter<T> writer) |
void |
Connector.connectAndStream(RealTimeLineReader<T> parser,
RealTimeWriter<T> writer)
Synchronous call to connect to the source , parse and write it.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityBabyPersistTransformer<E>
This Transformer will ensure that the entity is persisted and return back the passed in input.
|
class |
EntityPersistTransformer<E>
Persist an Entity and return the Persisted Entity using the auto wired
EntityManager .Additionally this Transformer is capable of:
Collecting Exceptions in EntityPersistTransformer.exceptions and EntityPersistTransformer.messages if EntityPersistTransformer.failFast is false
Persisting the entity under a TransactionDefinition , if provided via EntityPersistTransformer.setTransactionDef(TransactionDefinition) . |
class |
ModeAwareProductPersistTransformer<P extends Product>
Persist a Product/Product(s) and return the Persisted Entity
|
class |
ProductPersistTransformer<P extends Product>
Persist a Product/Product(s) and return the Persisted Entity
|
class |
RelatedEntityPersistTransformer<E extends Identifiable<?>>
This Transformer will ensure that the entity is persisted and return back the passed in input.
|
Copyright © 2018. All rights reserved.