Adding Hibernate 5 Project (#1129)

* Changes in assert statement

* Adding Hibernate 5 Project

* Adding Hibernate 5 Project
This commit is contained in:
Sandeep4odesk
2017-02-27 00:26:52 +05:30
committed by KevinGilmore
parent 325466a782
commit 7f20437cb0
91 changed files with 4520 additions and 0 deletions

View File

@@ -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> {
//
}