Uses of Class
org.hibernate.ejb.metamodel.MetamodelImpl

Packages that use MetamodelImpl
org.hibernate.ejb.metamodel   
 

Uses of MetamodelImpl in org.hibernate.ejb.metamodel
 

Methods in org.hibernate.ejb.metamodel that return MetamodelImpl
static MetamodelImpl MetamodelImpl.buildMetamodel(Iterator<PersistentClass> persistentClasses, SessionFactoryImplementor sessionFactory)
          Deprecated. use buildMetamodel(java.util.Iterator,org.hibernate.engine.spi.SessionFactoryImplementor,boolean) instead
static MetamodelImpl MetamodelImpl.buildMetamodel(Iterator<PersistentClass> persistentClasses, SessionFactoryImplementor sessionFactory, boolean ignoreUnsupported)
          Build the metamodel using the information from the collection of Hibernate PersistentClass models as well as the Hibernate SessionFactory.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.