|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |