Still an issue on Hibernate 5.1.0.
Even with fetch=FetchType.EAGER on @Any and a @LazyToOne(LazyToOneOption.FALSE), it still is lazily loaded. I'm using Hibernate.initialize() on service layer now as a way to eagerly load @Any annotated classes.