Class MapsTest
java.lang.Object
org.fastnate.generator.test.AbstractEntitySqlGeneratorTest
org.fastnate.generator.test.collections.MapsTest
Test maps in entities.
- Author:
- Tobias Liefke
-
Field Summary
Fields inherited from class org.fastnate.generator.test.AbstractEntitySqlGeneratorTest
WRITER_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests to write maps with content of basic type.voidTests to write maps with entities.Methods inherited from class org.fastnate.generator.test.AbstractEntitySqlGeneratorTest
createQuery, executeSql, findResults, findResults, findSingleResult, findSingleResult, getConnection, getEm, getGenerator, getGeneratorProperties, setup, setup, tearDown, write
-
Constructor Details
-
MapsTest
public MapsTest()
-
-
Method Details
-
testBasicMaps
Tests to write maps with content of basic type.- Throws:
IOException- if the generator throws one
-
testEntityMaps
Tests to write maps with entities.- Throws:
IOException- if the generator throws one
-