Class ChildTestEntity

java.lang.Object
org.fastnate.generator.test.BaseTestEntity
org.fastnate.generator.test.collections.ChildTestEntity

@Entity public class ChildTestEntity extends BaseTestEntity
An entity that is included in CollectionsTestEntity to test mapped-by constructs.
Author:
Tobias Liefke
  • Constructor Details

    • ChildTestEntity

      public ChildTestEntity(CollectionsTestEntity parent, String name)
      Creates a new instance of an entity.
      Parameters:
      parent - the parent of this entity
      name - the name of this entity
    • ChildTestEntity

      protected ChildTestEntity()
  • Method Details