EJB-456 : JPA metamodel
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17336 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
c49ab737cc
commit
e47bfa784e
|
@ -464,9 +464,11 @@ public abstract class AbstractEntityManagerImpl implements HibernateEntityManage
|
|||
return getEntityManagerFactory().getQueryBuilder();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public Metamodel getMetamodel() {
|
||||
//FIXME
|
||||
return null; //To change body of implemented methods use File | Settings | File Templates.
|
||||
return getEntityManagerFactory().getMetamodel();
|
||||
}
|
||||
|
||||
public void setFlushMode(FlushModeType flushModeType) {
|
||||
|
|
Loading…
Reference in New Issue