Interface Mapping

All Known Subinterfaces:
InFlightMetadataCollector, Metadata, MetadataImplementor, SessionFactoryImplementor
All Known Implementing Classes:
AbstractDelegatingMetadata, InFlightMetadataCollectorImpl, MetadataImpl, SessionFactoryDelegatingImpl, SessionFactoryImpl

@Deprecated(since="6.0") public interface Mapping
Deprecated.
Use TypeConfiguration, Metadata, or RuntimeMetamodels to access such information
Declares operations used by implementors of Type that are common to "compiled" mappings held at runtime by a SessionFactory and "uncompiled" mappings held by a Configuration.
Author:
Gavin King
See Also: