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:
Steve Ebersole 2009-08-17 15:22:39 +00:00
parent c49ab737cc
commit e47bfa784e
1 changed files with 4 additions and 2 deletions

View File

@ -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) {