Uses of Class
org.fastnate.generator.test.performance.PerformanceTestEntity
Packages that use PerformanceTestEntity
-
Uses of PerformanceTestEntity in org.fastnate.generator.test.performance
Methods in org.fastnate.generator.test.performance that return PerformanceTestEntityMethods in org.fastnate.generator.test.performance that return types with arguments of type PerformanceTestEntityMethods in org.fastnate.generator.test.performance with parameters of type PerformanceTestEntityModifier and TypeMethodDescriptionvoidPerformanceTestEntity.setParent(PerformanceTestEntity parent) Method parameters in org.fastnate.generator.test.performance with type arguments of type PerformanceTestEntityModifier and TypeMethodDescriptionvoidPerformanceTestEntity.setChildren(List<PerformanceTestEntity> children) Constructors in org.fastnate.generator.test.performance with parameters of type PerformanceTestEntityModifierConstructorDescriptionPerformanceTestEntity(PerformanceTestEntity parent, String name) Creates a new child of an entity.