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)<T extends Any> List<T>deserializeQueryResult(List<DataRow> queryResult, KClass<T> type)-
-
Method Detail
-
getTypeFor
Type<E, ?> getTypeFor(KType type)
-
-
-
-