
|
If you were logged in you would be able to see more operations.
|
|
|
|
I'm selecting two tables, department and employee, both Department and Employee entities are generated, but only the EmployeeEntity class gets added to the AnnotationSessionFactoryBean's annotatedClasses property.
I get <property name="annotatedClasses" value="demo.domain.EmployeeEntity"/> in the Spring's config file. In 7.0.2 both used to be added.
|
|
Description
|
I'm selecting two tables, department and employee, both Department and Employee entities are generated, but only the EmployeeEntity class gets added to the AnnotationSessionFactoryBean's annotatedClasses property.
I get <property name="annotatedClasses" value="demo.domain.EmployeeEntity"/> in the Spring's config file. In 7.0.2 both used to be added. |
Show » |
| There are no comments yet on this issue.
|
|