package com.baeldung.persistence.dao; import com.baeldung.persistence.common.IOperations; import com.baeldung.persistence.model.Child; public interface IChildDao extends IOperations { // }