Interface Mapping

All Superinterfaces:
MappingContext

@Deprecated(since="6.0") public interface Mapping extends MappingContext
Deprecated.
Use TypeConfiguration, Metadata, or RuntimeMetamodels or MappingContext 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.
See Also: