Package | Description |
---|---|
org.hibernate.jpa.internal.metamodel |
Modifier and Type | Method and Description |
---|---|
static MetamodelImpl |
MetamodelImpl.buildMetamodel(Iterator<PersistentClass> persistentClasses,
SessionFactoryImplementor sessionFactory)
Deprecated.
|
static MetamodelImpl |
MetamodelImpl.buildMetamodel(Iterator<PersistentClass> persistentClasses,
Set<MappedSuperclass> mappedSuperclasses,
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-2015 Red Hat, Inc. All Rights Reserved.