Modifier and Type | Class and Description |
---|---|
class |
ExcelRowToAreaTransformer<A extends AreaType>
|
class |
ExcelRowToEcomProductTransformer<P extends Product>
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectArrayToEntityTransformer<ENTITY>
Convert Object[] into an Entity.
Useful to convert raw data bindings from an OR result (Object[]) to an Entity. |
Modifier and Type | Field and Description |
---|---|
protected AbstractTupleToEntityTransformer<TUPLE,?,ENTITY> |
AbstractReverseTupleToEntityTransformer.tupleToEntityTransformer
AbstractTupleToEntityTransformer this this Transformer will mirror |
Constructor and Description |
---|
AbstractReverseTupleToEntityTransformer(AbstractTupleToEntityTransformer<TUPLE,?,ENTITY> tupleToEntityTransformer) |
AbstractTupleToEntityTransformer(AbstractTupleToEntityTransformer t) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExcelRowToEntityTransformer<T>
|
class |
ExcelRowToAbstractEntityTransformer<T>
Converts an Excel
Row to an Entity type This Process is EventAwareProcess and Is Transactional aware
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelRowToProductTransformer<P extends Product>
|
class |
QueryResultArrayToEntityTransformer<ENTITY>
An
ObjectArrayToEntityTransformer that also provides a QueryResultArrayToEntityTransformer.replaceEntityString(String, String) to prepare
the actual Query to return the result array in the expected format as defined by AbstractEntityTransformer.getColumnFieldMapping() |
Constructor and Description |
---|
ObjectToRowReverseTransformer(AbstractTupleToEntityTransformer<Object[],?,T> tupleToEntityTransformer) |
Modifier and Type | Class and Description |
---|---|
class |
ExcelRowToUserTransformer<U extends User>
Converts an Excel Row to a
User |
Copyright © 2018. All rights reserved.