106107108109110111112
if (this.superClazzType != null) { ((AbstractManagedType<? super X>) this.superClazzType).addSubManagedType(this); } this.model = buildInheritenceModel(); entityAnnotationProcessor = new DefaultEntityAnnotationProcessor(clazz); }