When an @Entity with @Inheritance(SINGLE_TABLE) has a sub type with a @ManyToOne reference to an @Entity with @BatchSize, queries fail with HibernateException: Unable to resolve property: xyz. The attached test case showcases the problem.