Class SimulatorORMapping
-
- All Implemented Interfaces:
-
rocks.frieler.kraftsql.engine.ORMapping
public class SimulatorORMapping<E extends Engine<E>> implements ORMapping<E, List<DataRow>>
-
-
Constructor Summary
Constructors Constructor Description SimulatorORMapping()
-
Method Summary
Modifier and Type Method Description Type<E>getTypeFor(KType type)KTypegetKTypeFor(Type<E> sqlType)<T extends Any> List<T>deserializeQueryResult(List<DataRow> queryResult, KClass<T> type)-
-
Method Detail
-
getTypeFor
Type<E> getTypeFor(KType type)
-
getKTypeFor
KType getKTypeFor(Type<E> sqlType)
-
-
-
-