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 ) );
}
/**
* Get the annotated elements