package auction.dao; import auction.model.User; /** * Business DAO operations related to the User entity. * * @see auction.model.User * * @author Christian Bauer */ public interface UserDAO extends GenericDAO { }