File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
hibernate-core/src/main/java/org/hibernate/type Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 77import org .hibernate .MappingException ;
88
99/**
10- * Declares operations used by implementors of {@link Type} that are common to
11- * "compiled" mappings held at runtime by a {@link org.hibernate.SessionFactory}
12- * and "uncompiled" mappings held by a {@link org.hibernate.cfg.Configuration}.
10+ * Declares operations used by implementors of {@link Type} that are common to the fully-"compiled"
11+ * runtime mapping metadata held by a {@link org.hibernate.SessionFactory} and the incomplete metamodel
12+ * which exists during the {@linkplain org.hibernate.boot.model.process.spi.MetadataBuildingProcess
13+ * metadata building process}.
1314 *
1415 * @see Type
15- * @see org.hibernate.internal.SessionFactoryImpl
16- * @see org.hibernate.cfg.Configuration
17- *
16+ * @see org.hibernate.metamodel.spi.RuntimeMetamodelsImplementor
17+ * @see org.hibernate.boot.Metadata
1818 *
19+ * @since 7.0
1920 */
2021public interface MappingContext {
2122 Type getIdentifierType (String className ) throws MappingException ;
You can’t perform that action at this time.
0 commit comments