Class MapsTestEntity
java.lang.Object
org.fastnate.generator.test.BaseTestEntity
org.fastnate.generator.test.collections.MapsTestEntity
An entity for testing maps in SQL generation.
- Author:
- Tobias Liefke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDateMap(Map<Date, Integer> dateMap) voidsetEntityToEntityMap(Map<SimpleTestEntity, SimpleTestEntity> entityToEntityMap) voidsetStringMap(Map<String, String> stringMap) voidsetStringToEntityMap(Map<String, SimpleTestEntity> stringToEntityMap) Methods inherited from class org.fastnate.generator.test.BaseTestEntity
equals, getId, hashCode, toString
-
Constructor Details
-
MapsTestEntity
public MapsTestEntity()
-
-
Method Details
-
getStringMap
-
getDateMap
-
getStringToEntityMap
-
getEntityToEntityMap
-
setStringMap
-
setDateMap
-
setStringToEntityMap
-
setEntityToEntityMap
-