Package org.hibernate.engine.spi
Interface Mapping
-
- All Known Subinterfaces:
InFlightMetadataCollector,Metadata,MetadataImplementor,SessionFactoryImplementor
- All Known Implementing Classes:
AbstractDelegatingMetadata,DialectFeatureChecks.FakeMetadataBuildingContext,InFlightMetadataCollectorImpl,MetadataImpl,MockSessionFactory,ProcessorSessionFactory,SessionFactoryDelegatingImpl,SessionFactoryImpl
@Deprecated(since="6.0") public interface Mapping
Deprecated.Declares operations used by implementors ofTypethat are common to "compiled" mappings held at runtime by aSessionFactoryand "uncompiled" mappings held by aConfiguration.- See Also:
Type,SessionFactoryImpl,Configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetIdentifierPropertyName(String className)Deprecated.TypegetIdentifierType(String className)Deprecated.TypegetReferencedPropertyType(String className, String propertyName)Deprecated.
-
-
-
Method Detail
-
getIdentifierType
Type getIdentifierType(String className) throws MappingException
Deprecated.- Throws:
MappingException
-
getIdentifierPropertyName
String getIdentifierPropertyName(String className) throws MappingException
Deprecated.- Throws:
MappingException
-
getReferencedPropertyType
Type getReferencedPropertyType(String className, String propertyName) throws MappingException
Deprecated.- Throws:
MappingException
-
-