Class PerformanceTestEntity

java.lang.Object
org.fastnate.generator.test.BaseTestEntity
org.fastnate.generator.test.performance.PerformanceTestEntity

@Entity public class PerformanceTestEntity extends BaseTestEntity
An entity for the PerformanceTest.
Author:
Tobias Liefke
  • Constructor Details

    • PerformanceTestEntity

      public PerformanceTestEntity(PerformanceTestEntity parent, String name)
      Creates a new child of an entity.
      Parameters:
      parent - the parent of the new child
      name - the name of the entity
    • PerformanceTestEntity

      public PerformanceTestEntity(String name)
      Creates a new root entity.
      Parameters:
      name - the name of the entity
    • PerformanceTestEntity

      protected PerformanceTestEntity()
  • Method Details