else {
superEntity.addSubclass( (Subclass) persistentClass );
}
mappings.addClass( persistentClass );
entityBinder.finalSecondaryTableBinding( propertyHolder );
//add indexes
entityBinder.addIndexes( annotatedClass.getAnnotation( org.hibernate.annotations.Table.class ) );
entityBinder.addIndexes( annotatedClass.getAnnotation( org.hibernate.annotations.Tables.class ) );