Class ChildTestEntity
java.lang.Object
org.fastnate.generator.test.BaseTestEntity
org.fastnate.generator.test.collections.ChildTestEntity
An entity that is included in
CollectionsTestEntity to test mapped-by constructs.- Author:
- Tobias Liefke
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedChildTestEntity(CollectionsTestEntity parent, String name) Creates a new instance of an entity. -
Method Summary
Methods inherited from class org.fastnate.generator.test.BaseTestEntity
equals, getId, hashCode, toString
-
Constructor Details
-
ChildTestEntity
Creates a new instance of an entity.- Parameters:
parent- the parent of this entityname- the name of this entity
-
ChildTestEntity
protected ChildTestEntity()
-
-
Method Details
-
getParent
-
getName
-
getOtherParents
-