Adding Hibernate 5 Project (#1129)
* Changes in assert statement * Adding Hibernate 5 Project * Adding Hibernate 5 Project
This commit is contained in:
committed by
KevinGilmore
parent
325466a782
commit
7f20437cb0
@@ -0,0 +1,8 @@
|
||||
package com.baeldung.persistence.service;
|
||||
|
||||
import com.baeldung.persistence.model.Child;
|
||||
import com.baeldung.persistence.dao.common.IOperations;
|
||||
|
||||
public interface IChildService extends IOperations<Child> {
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user