* <p>Adds the new records to the association.</p>
*
* @return updated AssociatedRecords
*/
public AssociatedRecords replace(List<? extends ActiveRecord> records) {
throw new UnsupportFeatureException("replace() is not supported by has-many-through relation.");
}