BAEL-20262: Migrate spring-exceptions module to the com.baeldung package
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.baeldung.persistence.dao;
|
||||
|
||||
import com.baeldung.persistence.common.IOperations;
|
||||
import com.baeldung.persistence.model.Child;
|
||||
|
||||
public interface IChildDao extends IOperations<Child> {
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user