Package io.mateu.eclipselink
Class EclipseLinkJPAAdapter
- java.lang.Object
-
- io.mateu.eclipselink.EclipseLinkJPAAdapter
-
- All Implemented Interfaces:
io.mateu.mdd.shared.JPAAdapter
public class EclipseLinkJPAAdapter extends Object implements io.mateu.mdd.shared.JPAAdapter
-
-
Constructor Summary
Constructors Constructor Description EclipseLinkJPAAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringextractSql(javax.persistence.EntityManager em, javax.persistence.Query q)voidhint(javax.persistence.Query q)
-
-
-
Method Detail
-
extractSql
public String extractSql(javax.persistence.EntityManager em, javax.persistence.Query q)
- Specified by:
extractSqlin interfaceio.mateu.mdd.shared.JPAAdapter
-
hint
public void hint(javax.persistence.Query q)
- Specified by:
hintin interfaceio.mateu.mdd.shared.JPAAdapter
-
-