package com.iluwatar.wizard; import com.iluwatar.common.Dao; public interface WizardDao extends Dao { Wizard findByName(String name); }