Add missing class
This commit is contained in:
parent
50af4bfb19
commit
c455a46160
|
@ -0,0 +1,13 @@
|
||||||
|
package ca.uhn.fhir.jpa.dao;
|
||||||
|
|
||||||
|
import org.hl7.fhir.instance.model.api.IBaseResource;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Standard resource DAO
|
||||||
|
* @param <T> The resource type
|
||||||
|
*/
|
||||||
|
public class JpaResourceDao<T extends IBaseResource> extends BaseHapiFhirResourceDao<T> {
|
||||||
|
|
||||||
|
// nothing yet
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue