Create a variable named entityManager, not entityManager1 in Spring integration tests #2560
Labels
comp-codegen
Issue is related to code generator
comp-spring
Issue is related to Spring projects support
ctg-enhancement
New feature, improvement or change request
Description
Currently our generated code looks like this:
Expected behavior
It seems that we have just one
EntityManager
per class, so it will be much more convenient to use a name without numerical index.The text was updated successfully, but these errors were encountered: