Strong Liu commented on Bug HHH-7484

btw, even i explicated add the mapped supper class

@Override
	protected Class[] getAnnotatedClasses() {
		return new Class[] {
				Book.class,
				AbstractBook.class,
				CompiledCode.class,
				AbstractCompiledCode.class
		};
	}

but seems the entity binding (compiledCode) can't find its super entity binding

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira