Uses of Class
org.fastnate.generator.test.SimpleTestEntity
Packages that use SimpleTestEntity
Package
Description
-
Uses of SimpleTestEntity in org.fastnate.generator.test.collections
Methods in org.fastnate.generator.test.collections that return types with arguments of type SimpleTestEntityModifier and TypeMethodDescriptionCollectionsTestEntity.getEntityList()CollectionsTestEntity.getEntitySet()MapsTestEntity.getEntityToEntityMap()MapsTestEntity.getEntityToEntityMap()CollectionsTestEntity.getOrderedEntityList()MapsTestEntity.getStringToEntityMap()Method parameters in org.fastnate.generator.test.collections with type arguments of type SimpleTestEntityModifier and TypeMethodDescriptionvoidCollectionsTestEntity.setEntityList(List<SimpleTestEntity> entityList) voidCollectionsTestEntity.setEntitySet(Set<SimpleTestEntity> entitySet) voidMapsTestEntity.setEntityToEntityMap(Map<SimpleTestEntity, SimpleTestEntity> entityToEntityMap) voidMapsTestEntity.setEntityToEntityMap(Map<SimpleTestEntity, SimpleTestEntity> entityToEntityMap) voidCollectionsTestEntity.setOrderedEntityList(List<SimpleTestEntity> orderedEntityList) voidMapsTestEntity.setStringToEntityMap(Map<String, SimpleTestEntity> stringToEntityMap) -
Uses of SimpleTestEntity in org.fastnate.generator.test.embedded
Methods in org.fastnate.generator.test.embedded that return SimpleTestEntityMethods in org.fastnate.generator.test.embedded with parameters of type SimpleTestEntityModifier and TypeMethodDescriptionvoidTestEmbeddedProperties.setOtherEntity(SimpleTestEntity otherEntity) Constructors in org.fastnate.generator.test.embedded with parameters of type SimpleTestEntityModifierConstructorDescriptionTestEmbeddedProperties(String description, SimpleTestEntity otherEntity) -
Uses of SimpleTestEntity in org.fastnate.generator.test.overrides
Methods in org.fastnate.generator.test.overrides that return types with arguments of type SimpleTestEntityMethod parameters in org.fastnate.generator.test.overrides with type arguments of type SimpleTestEntityModifier and TypeMethodDescriptionvoidToOverrideEntity.setSimpleEntities(List<SimpleTestEntity> simpleEntities)