History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-18056
Type: Bug Bug
Status: Open Open
Assignee: Gregory Shrago
Reporter: Vaclav Pech
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Cannot generate multiple hibernate entities from a db schema

Created: Thursday 15:34   Updated: Today 16:54
Component/s: J2EE.Hibernate

Build: 7,757


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.